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

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSRTCStatsResponseCustom.cpp39 return impl->namedItem(propertyNameToString(propertyName));
45 return toJS(exec, thisObj->globalObject(), thisObj->impl()->namedItem(propertyNameToString(propertyName)));
H A DJSStyleSheetListCustom.cpp40 return styleSheetList->getNamedItem(propertyNameToString(propertyName));
46 HTMLStyleElement* element = thisObj->impl()->getNamedItem(propertyNameToString(propertyName));
H A DJSStorageCustom.cpp40 bool result = impl->contains(propertyNameToString(propertyName), ec);
54 JSValue result = jsStringOrNull(exec, thisObj->impl()->getItem(propertyNameToString(propertyName), ec));
74 thisObject->m_impl->removeItem(propertyNameToString(propertyName), ec);
120 impl()->setItem(propertyNameToString(propertyName), stringValue, ec);
H A DJSDOMStringMapCustom.cpp84 impl()->setItem(propertyNameToString(propertyName), stringValue, ec);
H A DJSDOMBinding.h246 String propertyNameToString(JSC::PropertyName);
504 inline String propertyNameToString(JSC::PropertyName propertyName) function in namespace:WebCore

Completed in 259 milliseconds