Searched defs:ChildAtIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/accessibility/
H A Dax_node.h30 AXNode* ChildAtIndex(int index) const { return children_[index]; } function in class:ui::AXNode
/external/chromium_org/ui/accessibility/platform/
H A Dax_platform_node_base.cc42 gfx::NativeViewAccessible AXPlatformNodeBase::ChildAtIndex(int index) { function in class:ui::AXPlatformNodeBase
43 return delegate_ ? delegate_->ChildAtIndex(index) : NULL;
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility.cc64 gfx::NativeViewAccessible NativeViewAccessibility::ChildAtIndex(int index) { function in class:views::NativeViewAccessibility
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc526 .SetMethod("childAtIndex", &WebAXObjectProxy::ChildAtIndex)
861 v8::Handle<v8::Object> WebAXObjectProxy::ChildAtIndex(int index) { function in class:content::WebAXObjectProxy

Completed in 537 milliseconds