Searched refs:isAttributeSettable (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityUIElement.h109 bool isAttributeSettable(JSStringRef attribute);
H A DAccessibilityUIElement.cpp311 JSValueRef result = JSValueMakeBoolean(context, toAXElement(thisObject)->isAttributeSettable(attribute));
945 { "isAttributeSettable", isAttributeSettableCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityUIElementGtk.cpp606 bool AccessibilityUIElement::isAttributeSettable(JSStringRef attribute) function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityUIElementWin.cpp517 bool AccessibilityUIElement::isAttributeSettable(JSStringRef attribute) function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/mac/
H A DAccessibilityUIElementMac.mm497 bool AccessibilityUIElement::isAttributeSettable(JSStringRef attribute)

Completed in 169 milliseconds