HomeSort by relevance Sort by last modified time
    Searched refs:ChildAtIndex (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ui/accessibility/platform/
ax_platform_node_delegate.h 30 virtual gfx::NativeViewAccessible ChildAtIndex(int index) = 0;
ax_platform_node_base.cc 42 gfx::NativeViewAccessible AXPlatformNodeBase::ChildAtIndex(int index) {
43 return delegate_ ? delegate_->ChildAtIndex(index) : NULL;
ax_platform_node_base.h 26 gfx::NativeViewAccessible ChildAtIndex(int index);
  /external/chromium_org/content/browser/accessibility/
cross_platform_accessibility_browsertest.cc 56 RecursiveAssertUniqueIds(node->ChildAtIndex(i), ids);
165 const ui::AXNode* body = root->ChildAtIndex(0);
175 const ui::AXNode* button = body->ChildAtIndex(0);
191 const ui::AXNode* checkbox = body->ChildAtIndex(1);
218 const ui::AXNode* body = root->ChildAtIndex(0);
220 const ui::AXNode* text = body->ChildAtIndex(0);
250 const ui::AXNode* body = root->ChildAtIndex(0);
252 const ui::AXNode* text = body->ChildAtIndex(0);
280 const ui::AXNode* table = root->ChildAtIndex(0);
282 const ui::AXNode* row = table->ChildAtIndex(0)
    [all...]
accessibility_ipc_error_browsertest.cc 112 const ui::AXNode* live_region = root->ChildAtIndex(0);
116 const ui::AXNode* para = live_region->ChildAtIndex(0);
119 const ui::AXNode* button_container = root->ChildAtIndex(1);
123 const ui::AXNode* button = button_container->ChildAtIndex(0);
  /external/chromium_org/ui/accessibility/
ax_node.h 30 AXNode* ChildAtIndex(int index) const { return children_[index]; }
ax_serializable_tree.cc 39 out_children->push_back(node->ChildAtIndex(i));
ax_tree.cc 21 result += TreeToStringHelper(node->ChildAtIndex(i), indent + 1);
95 DestroyNodeAndSubtree(node->ChildAtIndex(i));
204 DestroyNodeAndSubtree(node->ChildAtIndex(i));
ax_generated_tree_unittest.cc 36 TreeToStringHelper(node->ChildAtIndex(i), out_result);
ax_tree_unittest.cc 104 const AXNode* button_node = root_node->ChildAtIndex(0);
108 const AXNode* checkbox_node = root_node->ChildAtIndex(1);
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility.h 37 virtual gfx::NativeViewAccessible ChildAtIndex(int index) OVERRIDE;
native_view_accessibility.cc 64 gfx::NativeViewAccessible NativeViewAccessibility::ChildAtIndex(int index) {
native_view_accessibility_unittest.cc 71 button_accessibility_->ChildAtIndex(0));
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.h 104 v8::Handle<v8::Object> ChildAtIndex(int index);
web_ax_object_proxy.cc 526 .SetMethod("childAtIndex", &WebAXObjectProxy::ChildAtIndex)
861 v8::Handle<v8::Object> WebAXObjectProxy::ChildAtIndex(int index) {
    [all...]

Completed in 1144 milliseconds