Searched refs:boundsForRangeCallback (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DAccessibilityUIElement.h63 void boundsForRangeCallback(const CppArgumentList&, CppVariant*);
H A DAccessibilityUIElement.cpp274 bindMethod("boundsForRange", &AccessibilityUIElement::boundsForRangeCallback);
374 void AccessibilityUIElement::boundsForRangeCallback(const CppArgumentList&, CppVariant* result) function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityUIElement.cpp141 static JSValueRef boundsForRangeCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) function
922 { "boundsForRange", boundsForRangeCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },

Completed in 100 milliseconds