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

/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityUIElement.h106 JSStringRef stringAttributeValue(JSStringRef attribute);
H A DAccessibilityUIElement.cpp346 JSRetainPtr<JSStringRef> stringAttributeValue(Adopt, toAXElement(thisObject)->stringAttributeValue(attribute));
347 JSValueRef result = JSValueMakeString(context, stringAttributeValue.get());
942 { "stringAttributeValue", stringAttributeValueCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityUIElementGtk.cpp594 JSStringRef AccessibilityUIElement::stringAttributeValue(JSStringRef attribute) function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityUIElementWin.cpp505 JSStringRef AccessibilityUIElement::stringAttributeValue(JSStringRef attribute) function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/mac/
H A DAccessibilityUIElementMac.mm475 JSStringRef AccessibilityUIElement::stringAttributeValue(JSStringRef attribute)

Completed in 98 milliseconds