Home
last modified time | relevance | path

Searched refs:PlatformChildCount (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/browser/accessibility/
Dsite_per_process_accessibility_browsertest.cc112 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()
Dbrowser_accessibility_manager.cc306 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()
Dbrowser_accessibility_android.cc370 count = PlatformChildCount(); in GetItemCount()
534 return PlatformChildCount(); in RowCount()
652 for (uint32 i = 0; i < PlatformChildCount(); i++) { in CountChildrenWithRole()
Dbrowser_accessibility.cc65 uint32 BrowserAccessibility::PlatformChildCount() const { in PlatformChildCount() function in content::BrowserAccessibility
351 for (int i = static_cast<int>(PlatformChildCount()) - 1; i >= 0; --i) { in BrowserAccessibilityForPoint()
688 for (uint32 i = 0; i < PlatformChildCount(); ++i) in GetTextRecursive()
Dbrowser_accessibility.h85 uint32 PlatformChildCount() const;
Dbrowser_accessibility_win.cc306 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 …]
Daccessibility_tree_formatter.cc68 for (size_t i = 0; i < node.PlatformChildCount(); ++i) { in RecursiveBuildAccessibilityTree()
Dbrowser_accessibility_manager_win.cc153 node->PlatformChildCount() == 0 && in NotifyAccessibilityEvent()
Dbrowser_accessibility_cocoa.mm172 uint32 childCount = browserAccessibility_->PlatformChildCount();
676 uint32 childCount = browserAccessibility_->PlatformChildCount();
864 uint32 childCount = browserAccessibility_->PlatformChildCount();
1010 i < browserAccessibility_->PlatformChildCount();
1025 j < child->PlatformChildCount();
Dbrowser_accessibility_manager_android.cc215 for (unsigned i = 0; i < node->PlatformChildCount(); ++i) { in PopulateAccessibilityNodeInfo()