#include <test_ax_node_wrapper.h>
Public Member Functions | |
| ~TestAXNodeWrapper () override | |
| AXPlatformNode * | ax_platform_node () const |
| void | set_minimized (bool minimized) |
| void | BuildAllWrappers (AXTree *tree, AXNode *node) |
| void | ResetNativeEventTarget () |
| const AXNodeData & | GetData () const override |
| const AXTreeData & | GetTreeData () const override |
| const AXTree::Selection | GetUnignoredSelection () const override |
| AXNodePosition::AXPositionInstance | CreateTextPositionAt (int offset) const override |
| gfx::NativeViewAccessible | GetNativeViewAccessible () override |
| gfx::NativeViewAccessible | GetParent () override |
| int | GetChildCount () const override |
| gfx::NativeViewAccessible | ChildAtIndex (int index) override |
| gfx::Rect | GetBoundsRect (const AXCoordinateSystem coordinate_system, const AXClippingBehavior clipping_behavior, AXOffscreenResult *offscreen_result) const override |
| gfx::Rect | GetInnerTextRangeBoundsRect (const int start_offset, const int end_offset, const AXCoordinateSystem coordinate_system, const AXClippingBehavior clipping_behavior, AXOffscreenResult *offscreen_result) const override |
| gfx::Rect | GetHypertextRangeBoundsRect (const int start_offset, const int end_offset, const AXCoordinateSystem coordinate_system, const AXClippingBehavior clipping_behavior, AXOffscreenResult *offscreen_result) const override |
| gfx::NativeViewAccessible | HitTestSync (int screen_physical_pixel_x, int screen_physical_pixel_y) const override |
| gfx::NativeViewAccessible | GetFocus () override |
| bool | IsMinimized () const override |
| bool | IsWebContent () const override |
| AXPlatformNode * | GetFromNodeID (int32_t id) override |
| AXPlatformNode * | GetFromTreeIDAndNodeID (const ui::AXTreeID &ax_tree_id, int32_t id) override |
| int | GetIndexInParent () override |
| bool | IsTable () const override |
| std::optional< int > | GetTableRowCount () const override |
| std::optional< int > | GetTableColCount () const override |
| std::optional< int > | GetTableAriaColCount () const override |
| std::optional< int > | GetTableAriaRowCount () const override |
| std::optional< int > | GetTableCellCount () const override |
| std::optional< bool > | GetTableHasColumnOrRowHeaderNode () const override |
| std::vector< int32_t > | GetColHeaderNodeIds () const override |
| std::vector< int32_t > | GetColHeaderNodeIds (int col_index) const override |
| std::vector< int32_t > | GetRowHeaderNodeIds () const override |
| std::vector< int32_t > | GetRowHeaderNodeIds (int row_index) const override |
| bool | IsTableRow () const override |
| std::optional< int > | GetTableRowRowIndex () const override |
| bool | IsTableCellOrHeader () const override |
| std::optional< int > | GetTableCellIndex () const override |
| std::optional< int > | GetTableCellColIndex () const override |
| std::optional< int > | GetTableCellRowIndex () const override |
| std::optional< int > | GetTableCellColSpan () const override |
| std::optional< int > | GetTableCellRowSpan () const override |
| std::optional< int > | GetTableCellAriaColIndex () const override |
| std::optional< int > | GetTableCellAriaRowIndex () const override |
| std::optional< int32_t > | GetCellId (int row_index, int col_index) const override |
| std::optional< int32_t > | CellIndexToId (int cell_index) const override |
| bool | IsCellOrHeaderOfARIATable () const override |
| bool | IsCellOrHeaderOfARIAGrid () const override |
| gfx::AcceleratedWidget | GetTargetForNativeAccessibilityEvent () override |
| bool | AccessibilityPerformAction (const AXActionData &data) override |
| std::u16string | GetLocalizedRoleDescriptionForUnlabeledImage () const override |
| std::u16string | GetLocalizedStringForLandmarkType () const override |
| std::u16string | GetLocalizedStringForRoleDescription () const override |
| std::u16string | GetLocalizedStringForImageAnnotationStatus (ax::mojom::ImageAnnotationStatus status) const override |
| std::u16string | GetStyleNameAttributeAsLocalizedString () const override |
| bool | ShouldIgnoreHoveredStateForTesting () override |
| const ui::AXUniqueId & | GetUniqueId () const override |
| bool | HasVisibleCaretOrSelection () const override |
| std::set< AXPlatformNode * > | GetReverseRelations (ax::mojom::IntAttribute attr) override |
| std::set< AXPlatformNode * > | GetReverseRelations (ax::mojom::IntListAttribute attr) override |
| bool | IsOrderedSetItem () const override |
| bool | IsOrderedSet () const override |
| std::optional< int > | GetPosInSet () const override |
| std::optional< int > | GetSetSize () const override |
| const std::vector< gfx::NativeViewAccessible > | GetUIADescendants () const override |
| gfx::RectF | GetLocation () const |
| int | InternalChildCount () const |
| TestAXNodeWrapper * | InternalGetChild (int index) const |
Public Member Functions inherited from ui::AXPlatformNodeDelegateBase | |
| AXPlatformNodeDelegateBase () | |
| ~AXPlatformNodeDelegateBase () override | |
| std::u16string | GetInnerText () const override |
| gfx::NativeViewAccessible | GetNSWindow () override |
| gfx::NativeViewAccessible | GetLowestPlatformAncestor () const override |
| bool | HasModalDialog () const override |
| gfx::NativeViewAccessible | GetFirstChild () override |
| gfx::NativeViewAccessible | GetLastChild () override |
| gfx::NativeViewAccessible | GetNextSibling () override |
| gfx::NativeViewAccessible | GetPreviousSibling () override |
| bool | IsChildOfLeaf () const override |
| bool | IsChildOfPlainTextField () const override |
| bool | IsLeaf () const override |
| bool | IsToplevelBrowserWindow () override |
| gfx::NativeViewAccessible | GetClosestPlatformObject () const override |
| std::unique_ptr< AXPlatformNodeDelegate::ChildIterator > | ChildrenBegin () override |
| std::unique_ptr< AXPlatformNodeDelegate::ChildIterator > | ChildrenEnd () override |
| std::string | GetName () const override |
| std::u16string | GetHypertext () const override |
| bool | SetHypertextSelection (int start_offset, int end_offset) override |
| TextAttributeMap | ComputeTextAttributeMap (const TextAttributeList &default_attributes) const override |
| std::string | GetInheritedFontFamilyName () const override |
| gfx::Rect | GetClippedScreenBoundsRect (AXOffscreenResult *offscreen_result=nullptr) const override |
| gfx::Rect | GetUnclippedScreenBoundsRect (AXOffscreenResult *offscreen_result=nullptr) const |
| bool | IsOffscreen () const override |
| bool | IsText () const override |
| AXPlatformNode * | GetTargetNodeForRelation (ax::mojom::IntAttribute attr) override |
| std::vector< AXPlatformNode * > | GetTargetNodesForRelation (ax::mojom::IntListAttribute attr) override |
| std::u16string | GetAuthorUniqueId () const override |
| std::optional< int > | FindTextBoundary (ax::mojom::TextBoundary boundary, int offset, ax::mojom::MoveDirection direction, ax::mojom::TextAffinity affinity) const override |
| std::string | GetLanguage () const override |
| AXPlatformNode * | GetTableCaption () const override |
Public Member Functions inherited from ui::AXPlatformNodeDelegate | |
| virtual | ~AXPlatformNodeDelegate ()=default |
| std::string | ToString () |
| std::string | SubtreeToString () |
Static Public Member Functions | |
| static TestAXNodeWrapper * | GetOrCreate (AXTree *tree, AXNode *node) |
| static void | SetGlobalCoordinateOffset (const gfx::Vector2d &offset) |
| static const AXNode * | GetNodeFromLastShowContextMenu () |
| static const AXNode * | GetNodeFromLastDefaultAction () |
| static void | SetNodeFromLastDefaultAction (AXNode *node) |
| static std::unique_ptr< base::AutoReset< float > > | SetScaleFactor (float value) |
| static void | SetGlobalIsWebContent (bool is_web_content) |
| static void | SetHitTestResult (AXNode::AXID src_node_id, AXNode::AXID dst_node_id) |
| static void | ClearHitTestResults () |
Additional Inherited Members | |
Protected Member Functions inherited from ui::AXPlatformNodeDelegateBase | |
| std::string | SubtreeToStringHelper (size_t level) override |
| std::set< ui::AXPlatformNode * > | GetNodesForNodeIds (const std::set< int32_t > &ids) |
| AXPlatformNodeDelegate * | GetParentDelegate () |
Protected Member Functions inherited from ui::AXPlatformNodeDelegate | |
| AXPlatformNodeDelegate ()=default | |
Definition at line 29 of file test_ax_node_wrapper.h.
|
override |
Definition at line 132 of file test_ax_node_wrapper.cc.
References ui::AXPlatformNode::Destroy().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 569 of file test_ax_node_wrapper.cc.
References ui::AXRelativeBounds::bounds, base::ClampToRange(), data, ui::AXNode::data(), ui::AXNodeData::GetBoolAttribute(), GetData(), ui::AXNodeData::GetIntAttribute(), ui::AXNode::id(), ui::IsRangeValueSupported(), ax::mojom::kCell, ax::mojom::kCheckedState, ax::mojom::kDoDefault, ax::mojom::kFalse, ax::mojom::kFocus, ax::mojom::kListBoxOption, ax::mojom::kMenuItemRadio, ax::mojom::kRadioButton, ax::mojom::kScrollToMakeVisible, ax::mojom::kScrollToPoint, ax::mojom::kScrollX, ax::mojom::kScrollXMax, ax::mojom::kScrollXMin, ax::mojom::kScrollY, ax::mojom::kScrollYMax, ax::mojom::kScrollYMin, ax::mojom::kSelected, ax::mojom::kSelectedFromFocus, ax::mojom::kSetScrollOffset, ax::mojom::kSetSelection, ax::mojom::kSetValue, ax::mojom::kShowContextMenu, ax::mojom::kTextField, ax::mojom::kTextSelEnd, ax::mojom::kTextSelStart, ax::mojom::kTrue, ax::mojom::kValue, ax::mojom::kValueForRange, gfx::RectF::OffsetFromOrigin(), ui::AXNodeData::relative_bounds, SetNodeFromLastDefaultAction(), and ui::SupportsSelected().
|
inline |
Definition at line 64 of file test_ax_node_wrapper.h.
Referenced by ui::AXPlatformNodeMacTest::AXPlatformNodeFromNode(), ui::AXPlatformNodeWinTest::AXPlatformNodeFromNode(), ChildAtIndex(), GetFocus(), GetNativeViewAccessible(), GetParent(), HitTestSync(), ui::TEST(), ui::TEST(), ui::TEST(), ui::TEST(), ui::TEST(), ui::TEST(), and ui::TEST().
Definition at line 333 of file test_ax_node_wrapper.cc.
References BuildAllWrappers(), ui::AXNode::children(), and GetOrCreate().
Referenced by BuildAllWrappers(), GetFromNodeID(), ui::TEST_F(), ui::TEST_F(), and ui::TEST_F().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 554 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableCellFromIndex(), and ui::AXNode::id().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 171 of file test_ax_node_wrapper.cc.
References ax_platform_node(), ui::AXPlatformNode::GetNativeViewAccessible(), and InternalGetChild().
|
static |
Definition at line 128 of file test_ax_node_wrapper.cc.
Referenced by ui::AXPlatformNodeWinTest::TearDown().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 148 of file test_ax_node_wrapper.cc.
References ui::AXPosition< AXNodePosition, AXNode >::CreateTextPosition(), GetTreeData(), ui::AXNode::id(), and ax::mojom::kDownstream.
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 178 of file test_ax_node_wrapper.cc.
References BASE_UNREACHABLE, GetLocation(), ui::kFrame, ui::kRootFrame, ui::kScreenDIPs, ui::kScreenPhysicalPixels, gfx::RectF::Offset(), and gfx::ToEnclosingRect().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 541 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableCellFromCoords(), and ui::AXNode::id().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 167 of file test_ax_node_wrapper.cc.
References InternalChildCount().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 483 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableColHeaderNodeIds().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 487 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableColHeaderNodeIds().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 136 of file test_ax_node_wrapper.cc.
References ui::AXNode::data().
Referenced by AccessibilityPerformAction(), GetInnerTextRangeBoundsRect(), GetLocalizedStringForLandmarkType(), GetLocalizedStringForRoleDescription(), GetLocation(), GetReverseRelations(), GetReverseRelations(), and HasVisibleCaretOrSelection().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 313 of file test_ax_node_wrapper.cc.
References ax_platform_node(), ui::AXPlatformNode::GetNativeViewAccessible(), and GetOrCreate().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 344 of file test_ax_node_wrapper.cc.
References BuildAllWrappers().
Referenced by GetFromTreeIDAndNodeID().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 355 of file test_ax_node_wrapper.cc.
References BASE_CHECK, GetFromNodeID(), and GetTreeData().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 252 of file test_ax_node_wrapper.cc.
References BASE_UNREACHABLE, GetLocation(), ui::kFrame, ui::kRootFrame, ui::kScreenDIPs, ui::kScreenPhysicalPixels, gfx::RectF::Offset(), and gfx::ToEnclosingRect().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 364 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetUnignoredIndexInParent().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 207 of file test_ax_node_wrapper.cc.
References BASE_UNREACHABLE, GetData(), GetLocation(), InternalChildCount(), InternalGetChild(), ui::kFrame, ax::mojom::kInlineTextBox, ui::kRootFrame, ui::kScreenDIPs, ui::kScreenPhysicalPixels, ax::mojom::kStaticText, gfx::RectF::Offset(), ui::AXNodeData::role, and gfx::ToEnclosingRect().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 686 of file test_ax_node_wrapper.cc.
References base::ASCIIToUTF16().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 812 of file test_ax_node_wrapper.cc.
References base::ASCIIToUTF16(), BASE_UNREACHABLE, ax::mojom::kAnnotationAdult, ax::mojom::kAnnotationEmpty, ax::mojom::kAnnotationPending, ax::mojom::kAnnotationProcessFailed, ax::mojom::kAnnotationSucceeded, ax::mojom::kEligibleForAnnotation, ax::mojom::kIneligibleForAnnotation, ax::mojom::kNone, ax::mojom::kSilentlyEligibleForAnnotation, and ax::mojom::kWillNotAnnotateDueToScheme.
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 691 of file test_ax_node_wrapper.cc.
References base::ASCIIToUTF16(), data, GetData(), ax::mojom::kBanner, ax::mojom::kComplementary, ax::mojom::kContentInfo, ax::mojom::kFooter, ax::mojom::kHeader, ax::mojom::kName, ax::mojom::kRegion, and ax::mojom::kSection.
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 715 of file test_ax_node_wrapper.cc.
References base::ASCIIToUTF16(), data, GetData(), ax::mojom::kArticle, ax::mojom::kAudio, ax::mojom::kCode, ax::mojom::kColorWell, ax::mojom::kContentInfo, ax::mojom::kDate, ax::mojom::kDateTime, ax::mojom::kDetails, ax::mojom::kEmphasis, ax::mojom::kFigure, ax::mojom::kFooter, ax::mojom::kFooterAsNonLandmark, ax::mojom::kHeader, ax::mojom::kHeaderAsNonLandmark, ax::mojom::kInputType, ax::mojom::kMark, ax::mojom::kMeter, ax::mojom::kName, ax::mojom::kSearchBox, ax::mojom::kSection, ax::mojom::kStatus, ax::mojom::kStrong, ax::mojom::kTextField, and ax::mojom::kTime.
| gfx::RectF ui::TestAXNodeWrapper::GetLocation | ( | ) | const |
Definition at line 915 of file test_ax_node_wrapper.cc.
References ui::AXRelativeBounds::bounds, GetData(), and ui::AXNodeData::relative_bounds.
Referenced by GetBoundsRect(), GetHypertextRangeBoundsRect(), and GetInnerTextRangeBoundsRect().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 155 of file test_ax_node_wrapper.cc.
References ax_platform_node(), and ui::AXPlatformNode::GetNativeViewAccessible().
|
static |
Definition at line 101 of file test_ax_node_wrapper.cc.
Referenced by ui::TEST_F(), and ui::TEST_F().
|
static |
Definition at line 96 of file test_ax_node_wrapper.cc.
Referenced by ui::TEST_F().
|
static |
Definition at line 76 of file test_ax_node_wrapper.cc.
References ui::AXTree::AddObserver(), ui::AXTree::HasObserver(), and ui::AXNode::id().
Referenced by ui::AXPlatformNodeMacTest::AXPlatformNodeFromNode(), ui::AXPlatformNodeWinTest::AXPlatformNodeFromNode(), BuildAllWrappers(), GetFocus(), GetParent(), InternalGetChild(), ui::TEST(), ui::TEST(), ui::TEST(), ui::TEST(), ui::TEST(), ui::TEST(), ui::TEST(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), and ui::TEST_F().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 159 of file test_ax_node_wrapper.cc.
References ax_platform_node(), ui::AXPlatformNode::GetNativeViewAccessible(), GetOrCreate(), and ui::AXNode::GetUnignoredParent().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 907 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetPosInSet().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 874 of file test_ax_node_wrapper.cc.
References BASE_DCHECK, GetData(), ui::AXPlatformNodeDelegateBase::GetNodesForNodeIds(), ui::AXTree::GetReverseRelations(), and ui::IsNodeIdIntAttribute().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 880 of file test_ax_node_wrapper.cc.
References BASE_DCHECK, GetData(), ui::AXPlatformNodeDelegateBase::GetNodesForNodeIds(), ui::AXTree::GetReverseRelations(), and ui::IsNodeIdIntListAttribute().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 492 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableCellRowHeaderNodeIds().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 496 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableRowHeaderNodeIds().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 911 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetSetSize().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 838 of file test_ax_node_wrapper.cc.
References base::ASCIIToUTF16(), ui::AXNode::data(), ax::mojom::kMark, ui::AXNode::parent(), and ui::AXNodeData::role.
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 470 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableAriaColCount().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 466 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableAriaRowCount().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 533 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableCellAriaColIndex().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 537 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableCellAriaRowIndex().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 517 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableCellColIndex().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 525 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableCellColSpan().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 474 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableCellCount().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 513 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableCellIndex().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 521 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableCellRowIndex().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 529 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableCellRowSpan().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 462 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableColCount().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 478 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableHasColumnOrRowHeaderNode().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 458 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableRowCount().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 505 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetTableRowRowIndex().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 550 of file test_ax_node_wrapper.cc.
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 140 of file test_ax_node_wrapper.cc.
References ui::AXTree::data().
Referenced by CreateTextPositionAt(), and GetFromTreeIDAndNodeID().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 949 of file test_ax_node_wrapper.cc.
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 144 of file test_ax_node_wrapper.cc.
References ui::AXTree::GetUnignoredSelection().
Referenced by HasVisibleCaretOrSelection().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 886 of file test_ax_node_wrapper.cc.
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 853 of file test_ax_node_wrapper.cc.
References ui::AXNode::OwnerTree::Selection::anchor_object_id, ui::AXNode::OwnerTree::Selection::anchor_offset, ui::AXNode::OwnerTree::Selection::focus_object_id, ui::AXNode::OwnerTree::Selection::focus_offset, GetData(), ui::AXTree::GetFromId(), GetUnignoredSelection(), ui::AXNode::IsDescendantOf(), ui::AXNodeData::IsPlainTextField(), and ax::mojom::kEditable.
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 302 of file test_ax_node_wrapper.cc.
References ax_platform_node(), and ui::AXPlatformNode::GetNativeViewAccessible().
| int ui::TestAXNodeWrapper::InternalChildCount | ( | ) | const |
Definition at line 919 of file test_ax_node_wrapper.cc.
References ui::AXNode::GetUnignoredChildCount().
Referenced by GetChildCount(), GetInnerTextRangeBoundsRect(), and InternalGetChild().
| TestAXNodeWrapper * ui::TestAXNodeWrapper::InternalGetChild | ( | int | index | ) | const |
Definition at line 923 of file test_ax_node_wrapper.cc.
References BASE_CHECK, GetOrCreate(), ui::AXNode::GetUnignoredChildAtIndex(), and InternalChildCount().
Referenced by ChildAtIndex(), and GetInnerTextRangeBoundsRect().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 565 of file test_ax_node_wrapper.cc.
References ui::AXNode::IsCellOrHeaderOfARIAGrid().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 561 of file test_ax_node_wrapper.cc.
References ui::AXNode::IsCellOrHeaderOfARIATable().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 324 of file test_ax_node_wrapper.cc.
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 903 of file test_ax_node_wrapper.cc.
References ui::AXNode::IsOrderedSet().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 899 of file test_ax_node_wrapper.cc.
References ui::AXNode::IsOrderedSetItem().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 454 of file test_ax_node_wrapper.cc.
References ui::AXNode::IsTable().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 509 of file test_ax_node_wrapper.cc.
References ui::AXNode::IsTableCellOrHeader().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 501 of file test_ax_node_wrapper.cc.
References ui::AXNode::IsTableRow().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 328 of file test_ax_node_wrapper.cc.
| void ui::TestAXNodeWrapper::ResetNativeEventTarget | ( | ) |
Definition at line 340 of file test_ax_node_wrapper.cc.
Referenced by ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), and ui::TEST_F().
|
inline |
Definition at line 65 of file test_ax_node_wrapper.h.
|
static |
Definition at line 91 of file test_ax_node_wrapper.cc.
Referenced by ui::TEST_F().
|
static |
Definition at line 117 of file test_ax_node_wrapper.cc.
Referenced by ui::AXPlatformNodeMacTest::TearDown(), ui::AXPlatformNodeWinTest::TearDown(), ui::TEST_F(), and ui::TEST_F().
|
static |
Definition at line 122 of file test_ax_node_wrapper.cc.
Referenced by ui::TEST_F().
|
static |
Definition at line 106 of file test_ax_node_wrapper.cc.
Referenced by AccessibilityPerformAction(), and ui::TEST_F().
|
static |
Definition at line 111 of file test_ax_node_wrapper.cc.
References value.
Referenced by ui::TEST_F(), and ui::TEST_F().
|
overridevirtual |
Reimplemented from ui::AXPlatformNodeDelegateBase.
Definition at line 849 of file test_ax_node_wrapper.cc.