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

/external/webkit/Tools/DumpRenderTree/chromium/
H A DAccessibilityUIElement.h71 void attributesOfVisibleCellsCallback(const CppArgumentList&, CppVariant*);
H A DAccessibilityUIElement.cpp287 &AccessibilityUIElement::attributesOfVisibleCellsCallback);
425 void AccessibilityUIElement::attributesOfVisibleCellsCallback(const CppArgumentList&, CppVariant* result) function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityUIElement.cpp93 static JSValueRef attributesOfVisibleCellsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) function
934 { "attributesOfVisibleCells", attributesOfVisibleCellsCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },

Completed in 17 milliseconds