Searched defs:childAtIndexCallback (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DAccessibilityUIElement.cpp276 bindMethod("childAtIndex", &AccessibilityUIElement::childAtIndexCallback);
384 void AccessibilityUIElement::childAtIndexCallback(const CppArgumentList& arguments, CppVariant* result) function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityUIElement.cpp198 static JSValueRef childAtIndexCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) function
926 { "childAtIndex", childAtIndexCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },

Completed in 1235 milliseconds