Searched refs:titleUIElementCallback (Results 1 - 3 of 3) sorted by relevance
/external/webkit/Tools/DumpRenderTree/chromium/ |
H A D | AccessibilityUIElement.h | 77 void titleUIElementCallback(const CppArgumentList&, CppVariant*);
|
H A D | AccessibilityUIElement.cpp | 296 bindMethod("titleUIElement", &AccessibilityUIElement::titleUIElementCallback); 455 void AccessibilityUIElement::titleUIElementCallback(const CppArgumentList&, CppVariant* result) function in class:AccessibilityUIElement
|
/external/webkit/Tools/DumpRenderTree/ |
H A D | AccessibilityUIElement.cpp | 364 static JSValueRef titleUIElementCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) function 940 { "titleUIElement", titleUIElementCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
|
Completed in 69 milliseconds