Home
last modified time | relevance | path

Searched refs:incrementCallback (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DAccessibilityUIElement.h83 void incrementCallback(const CppArgumentList&, CppVariant*);
DAccessibilityUIElement.cpp305 bindMethod("increment", &AccessibilityUIElement::incrementCallback); in AccessibilityUIElement()
496 void AccessibilityUIElement::incrementCallback(const CppArgumentList&, CppVariant* result) in incrementCallback() function in AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/
DAccessibilityUIElement.cpp391 static JSValueRef incrementCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObj… in incrementCallback() function
949 … { "increment", incrementCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete }, in getJSClass()
/external/webkit/Tools/
DChangeLog-2010-05-2425389 (incrementCallback):
32083 (incrementCallback): New, call UI element increment method.