Home | History | Annotate | Download | only in DumpRenderTree

Lines Matching refs:stringValue

564     JSRetainPtr<JSStringRef> stringValue(Adopt, toAXElement(thisObject)->stringValue());
565 return JSValueMakeString(context, stringValue.get());
871 { "stringValue", getStringValueCallback, 0, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },