Searched refs:PlatformChildCount (Results 1 – 10 of 10) sorted by relevance
112 ASSERT_EQ(1U, ax_root->PlatformChildCount()); in IN_PROC_BROWSER_TEST_F()116 ASSERT_EQ(1U, ax_group->PlatformChildCount()); in IN_PROC_BROWSER_TEST_F()120 ASSERT_EQ(1U, ax_iframe->PlatformChildCount()); in IN_PROC_BROWSER_TEST_F()124 ASSERT_EQ(1U, ax_scroll_area->PlatformChildCount()); in IN_PROC_BROWSER_TEST_F()129 ASSERT_EQ(1U, ax_child_frame_root->PlatformChildCount()); in IN_PROC_BROWSER_TEST_F()135 ASSERT_EQ(1U, ax_child_frame_group->PlatformChildCount()); in IN_PROC_BROWSER_TEST_F()140 ASSERT_EQ(0U, ax_child_frame_static_text->PlatformChildCount()); in IN_PROC_BROWSER_TEST_F()
306 if (node->PlatformChildCount() > 0) in NextInTreeOrder()311 static_cast<int>(node->GetParent()->PlatformChildCount()) - 1) { in NextInTreeOrder()327 while (node->PlatformChildCount() > 0) in PreviousInTreeOrder()328 node = node->PlatformGetChild(node->PlatformChildCount() - 1); in PreviousInTreeOrder()
370 count = PlatformChildCount(); in GetItemCount()534 return PlatformChildCount(); in RowCount()652 for (uint32 i = 0; i < PlatformChildCount(); i++) { in CountChildrenWithRole()
65 uint32 BrowserAccessibility::PlatformChildCount() const { in PlatformChildCount() function in content::BrowserAccessibility351 for (int i = static_cast<int>(PlatformChildCount()) - 1; i >= 0; --i) { in BrowserAccessibilityForPoint()688 for (uint32 i = 0; i < PlatformChildCount(); ++i) in GetTextRecursive()
85 uint32 PlatformChildCount() const;
306 uint32 child_count = target->PlatformChildCount(); in accNavigate()367 *child_count = PlatformChildCount(); in get_accChildCount()893 *similar_items_in_group = GetParent()->PlatformChildCount(); in get_groupPosition()2453 *num_children = PlatformChildCount(); in get_nodeInfo()2603 if (PlatformChildCount() == 0) { in get_firstChild()2619 if (PlatformChildCount() == 0) { in get_lastChild()2624 *node = PlatformGetChild(PlatformChildCount() - 1) in get_lastChild()2676 if (child_index >= PlatformChildCount()) in get_childAt()2923 L"setsize:" + base::IntToString16(GetParent()->PlatformChildCount())); in OnDataChanged()3090 for (unsigned int i = 0; i < PlatformChildCount(); ++i) { in OnUpdateFinished()[all …]
68 for (size_t i = 0; i < node.PlatformChildCount(); ++i) { in RecursiveBuildAccessibilityTree()
153 node->PlatformChildCount() == 0 && in NotifyAccessibilityEvent()
172 uint32 childCount = browserAccessibility_->PlatformChildCount();676 uint32 childCount = browserAccessibility_->PlatformChildCount();864 uint32 childCount = browserAccessibility_->PlatformChildCount();1010 i < browserAccessibility_->PlatformChildCount();1025 j < child->PlatformChildCount();
215 for (unsigned i = 0; i < node->PlatformChildCount(); ++i) { in PopulateAccessibilityNodeInfo()