#include <ax_platform_node_win_unittest.h>
Public Member Functions | |
| TestFragmentRootDelegate () | |
| virtual | ~TestFragmentRootDelegate () |
| gfx::NativeViewAccessible | GetChildOfAXFragmentRoot () override |
| gfx::NativeViewAccessible | GetParentOfAXFragmentRoot () override |
| bool | IsAXFragmentRootAControlElement () override |
Public Attributes | |
| gfx::NativeViewAccessible | child_ = nullptr |
| gfx::NativeViewAccessible | parent_ = nullptr |
| bool | is_control_element_ = true |
Definition at line 40 of file ax_platform_node_win_unittest.h.
|
default |
|
virtualdefault |
|
overridevirtual |
Implements ui::AXFragmentRootDelegateWin.
Definition at line 419 of file ax_platform_node_win_unittest.cc.
References child_.
|
overridevirtual |
Implements ui::AXFragmentRootDelegateWin.
Definition at line 424 of file ax_platform_node_win_unittest.cc.
References parent_.
|
overridevirtual |
Implements ui::AXFragmentRootDelegateWin.
Definition at line 428 of file ax_platform_node_win_unittest.cc.
References is_control_element_.
| gfx::NativeViewAccessible ui::TestFragmentRootDelegate::child_ = nullptr |
Definition at line 47 of file ax_platform_node_win_unittest.h.
Referenced by GetChildOfAXFragmentRoot(), and ui::AXPlatformNodeWinTest::InitNodeAsFragmentRoot().
| bool ui::TestFragmentRootDelegate::is_control_element_ = true |
Definition at line 49 of file ax_platform_node_win_unittest.h.
Referenced by IsAXFragmentRootAControlElement().
| gfx::NativeViewAccessible ui::TestFragmentRootDelegate::parent_ = nullptr |
Definition at line 48 of file ax_platform_node_win_unittest.h.
Referenced by GetParentOfAXFragmentRoot(), and ui::AXPlatformNodeWinTest::InitNodeAsFragmentRoot().