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

  /external/chromium_org/ui/accessibility/
ax_node.h 30 AXNode* ChildAtIndex(int index) const { return children_[index]; }
  /external/chromium_org/ui/accessibility/platform/
ax_platform_node_base.cc 42 gfx::NativeViewAccessible AXPlatformNodeBase::ChildAtIndex(int index) {
43 return delegate_ ? delegate_->ChildAtIndex(index) : NULL;
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility.cc 64 gfx::NativeViewAccessible NativeViewAccessibility::ChildAtIndex(int index) {
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 526 .SetMethod("childAtIndex", &WebAXObjectProxy::ChildAtIndex)
861 v8::Handle<v8::Object> WebAXObjectProxy::ChildAtIndex(int index) {
    [all...]

Completed in 1178 milliseconds