Searched refs:PlatformGetChild (Results 1 – 10 of 10) sorted by relevance
114 BrowserAccessibility* ax_group = ax_root->PlatformGetChild(0); in IN_PROC_BROWSER_TEST_F()118 BrowserAccessibility* ax_iframe = ax_group->PlatformGetChild(0); in IN_PROC_BROWSER_TEST_F()122 BrowserAccessibility* ax_scroll_area = ax_iframe->PlatformGetChild(0); in IN_PROC_BROWSER_TEST_F()127 ax_scroll_area->PlatformGetChild(0); in IN_PROC_BROWSER_TEST_F()133 ax_child_frame_root->PlatformGetChild(0); in IN_PROC_BROWSER_TEST_F()138 ax_child_frame_group->PlatformGetChild(0); in IN_PROC_BROWSER_TEST_F()
172 root_accessible->PlatformGetChild(1)); in TEST()264 root_accessible->PlatformGetChild(0)); in TEST()268 root_accessible->PlatformGetChild(1)); in TEST()272 root_accessible->PlatformGetChild(2)); in TEST()440 root_accessible->PlatformGetChild(0)); in TEST()444 container_accessible->PlatformGetChild(1)); in TEST()448 container_accessible->PlatformGetChild(2)); in TEST()697 root_accessible->PlatformGetChild(0); in TEST()785 root_accessible->PlatformGetChild(0); in TEST()929 BrowserAccessibility* node2_accessible = root_accessible->PlatformGetChild(0); in TEST()[all …]
307 return node->PlatformGetChild(0); in NextInTreeOrder()312 return node->GetParent()->PlatformGetChild(node->GetIndexInParent() + 1); in NextInTreeOrder()326 node = node->GetParent()->PlatformGetChild(node->GetIndexInParent() - 1); in PreviousInTreeOrder()328 node = node->PlatformGetChild(node->PlatformChildCount() - 1); in PreviousInTreeOrder()
84 BrowserAccessibility* BrowserAccessibility::PlatformGetChild( in PlatformGetChild() function in content::BrowserAccessibility352 BrowserAccessibility* child = PlatformGetChild(i); in BrowserAccessibilityForPoint()689 result += PlatformGetChild(i)->GetTextRecursive(); in GetTextRecursive()
89 BrowserAccessibility* PlatformGetChild(uint32 child_index) const;
69 BrowserAccessibility* child_node = node.PlatformGetChild(i); in RecursiveBuildAccessibilityTree()
176 browserAccessibility_->PlatformGetChild(index)->679 browserAccessibility_->PlatformGetChild(index);867 browserAccessibility_->PlatformGetChild(index)->1012 BrowserAccessibility* child = browserAccessibility_->PlatformGetChild(i);1027 BrowserAccessibility* cell = child->PlatformGetChild(j);
318 result = target->PlatformGetChild(0); in accNavigate()322 result = target->PlatformGetChild(child_count - 1); in accNavigate()2608 *node = PlatformGetChild(0)->ToBrowserAccessibilityWin()->NewReference(); in get_firstChild()2624 *node = PlatformGetChild(PlatformChildCount() - 1) in get_lastChild()2679 BrowserAccessibility* child = PlatformGetChild(child_index); in get_childAt()3091 BrowserAccessibility* child = PlatformGetChild(i); in OnUpdateFinished()3199 return PlatformGetChild(child_id - 1)->ToBrowserAccessibilityWin(); in GetTargetFromChildID()
653 if (PlatformGetChild(i)->GetRole() == role) in CountChildrenWithRole()
352 root_obj->PlatformGetChild(0)->ToBrowserAccessibilityWin(); in TEST_F()