|
| void | SetOwner (AXPlatformNodeWin *owner, ITextRangeProvider *destination_range) |
| |
| AXPlatformNodeWin * | GetOwner (const AXPlatformNodeTextProviderWin *text_provider) |
| |
| const AXNodePosition::AXPositionInstance & | GetStart (const AXPlatformNodeTextRangeProviderWin *text_range) |
| |
| const AXNodePosition::AXPositionInstance & | GetEnd (const AXPlatformNodeTextRangeProviderWin *text_range) |
| |
| AXPlatformNode * | AXPlatformNodeFromNode (AXNode *node) |
| |
| template<typename T > |
| Microsoft::WRL::ComPtr< T > | QueryInterfaceFromNodeId (AXNode::AXID id) |
| |
| template<typename T > |
| Microsoft::WRL::ComPtr< T > | QueryInterfaceFromNode (AXNode *node) |
| |
| Microsoft::WRL::ComPtr< IRawElementProviderSimple > | GetRootIRawElementProviderSimple () |
| |
| Microsoft::WRL::ComPtr< IRawElementProviderSimple > | GetIRawElementProviderSimpleFromChildIndex (int child_index) |
| |
| Microsoft::WRL::ComPtr< IRawElementProviderSimple > | GetIRawElementProviderSimpleFromTree (const ui::AXTreeID tree_id, const AXNode::AXID node_id) |
| |
| Microsoft::WRL::ComPtr< IRawElementProviderFragment > | GetRootIRawElementProviderFragment () |
| |
| Microsoft::WRL::ComPtr< IRawElementProviderFragment > | IRawElementProviderFragmentFromNode (AXNode *node) |
| |
| Microsoft::WRL::ComPtr< IAccessible > | IAccessibleFromNode (AXNode *node) |
| |
| Microsoft::WRL::ComPtr< IAccessible > | GetRootIAccessible () |
| |
| void | CheckVariantHasName (const base::win::ScopedVariant &variant, const wchar_t *expected_name) |
| |
| void | CheckIUnknownHasName (Microsoft::WRL::ComPtr< IUnknown > unknown, const wchar_t *expected_name) |
| |
| Microsoft::WRL::ComPtr< IAccessibleTableCell > | GetCellInTable () |
| |
| void | InitFragmentRoot () |
| |
| AXFragmentRootWin * | InitNodeAsFragmentRoot (AXNode *node, TestFragmentRootDelegate *delegate) |
| |
| Microsoft::WRL::ComPtr< IRawElementProviderFragmentRoot > | GetFragmentRoot () |
| |
| PatternSet | GetSupportedPatternsFromNodeId (AXNode::AXID id) |
| |
| void | Init (const AXTreeUpdate &initial_state) |
| |
| void | Init (const ui::AXNodeData &node1, const ui::AXNodeData &node2=ui::AXNodeData(), const ui::AXNodeData &node3=ui::AXNodeData(), const ui::AXNodeData &node4=ui::AXNodeData(), const ui::AXNodeData &node5=ui::AXNodeData(), const ui::AXNodeData &node6=ui::AXNodeData(), const ui::AXNodeData &node7=ui::AXNodeData(), const ui::AXNodeData &node8=ui::AXNodeData(), const ui::AXNodeData &node9=ui::AXNodeData(), const ui::AXNodeData &node10=ui::AXNodeData(), const ui::AXNodeData &node11=ui::AXNodeData(), const ui::AXNodeData &node12=ui::AXNodeData()) |
| |
| AXTreeUpdate | BuildTextField () |
| |
| AXTreeUpdate | BuildTextFieldWithSelectionRange (int32_t start, int32_t stop) |
| |
| AXTreeUpdate | BuildContentEditable () |
| |
| AXTreeUpdate | BuildContentEditableWithSelectionRange (int32_t start, int32_t end) |
| |
| AXTreeUpdate | Build3X3Table () |
| |
| AXTreeUpdate | BuildAriaColumnAndRowCountGrids () |
| |
| AXTreeUpdate | BuildListBox (bool option_1_is_selected, bool option_2_is_selected, bool option_3_is_selected, const std::vector< ax::mojom::State > &additional_state) |
| |