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

/external/webkit/Tools/DumpRenderTree/chromium/
H A DAccessibilityUIElement.h77 void titleUIElementCallback(const CppArgumentList&, CppVariant*);
H A DAccessibilityUIElement.cpp296 bindMethod("titleUIElement", &AccessibilityUIElement::titleUIElementCallback);
455 void AccessibilityUIElement::titleUIElementCallback(const CppArgumentList&, CppVariant* result) function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityUIElement.cpp364 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