HomeSort by relevance Sort by last modified time
    Searched refs:identifierToString (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSStyleSheetListCustom.cpp 52 return styleSheetList->getNamedItem(identifierToString(propertyName));
58 HTMLStyleElement* element = thisObj->impl()->getNamedItem(identifierToString(propertyName));
JSStorageCustom.cpp 41 return impl->contains(identifierToString(propertyName));
47 return jsStringOrNull(exec, thisObj->impl()->getItem(identifierToString(propertyName)));
63 m_impl->removeItem(identifierToString(propertyName));
94 impl()->setItem(identifierToString(propertyName), stringValue, ec);
JSDOMStringMapCustom.cpp 72 m_impl->deleteItem(identifierToString(propertyName), ec);
96 impl()->setItem(identifierToString(propertyName), stringValue, ec);
JSNamedNodeMapCustom.cpp 73 return impl->getNamedItem(identifierToString(propertyName));
79 return toJS(exec, thisObj->impl()->getNamedItem(identifierToString(propertyName)));
JSHTMLDocumentCustom.cpp 64 String name = identifierToString(propertyName);
JSDOMBinding.h 231 String identifierToString(const JSC::Identifier&);
328 inline String identifierToString(const JSC::Identifier& i)
JSDOMWindowCustom.cpp 131 RefPtr<HTMLCollection> collection = document->windowNamedItems(identifierToString(propertyName));

Completed in 90 milliseconds