Searched refs:hasExtraNamedItem (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLDocument.h80 bool hasExtraNamedItem(AtomicStringImpl* name);
104 inline bool HTMLDocument::hasExtraNamedItem(AtomicStringImpl* name) function in class:WebCore::HTMLDocument
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLDocumentCustom.cpp56 return atomicPropertyName && (document->hasNamedItem(atomicPropertyName) || document->hasExtraNamedItem(atomicPropertyName));
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLDocumentCustom.cpp78 if (!htmlDocument->hasNamedItem(key.impl()) && !htmlDocument->hasExtraNamedItem(key.impl()))

Completed in 113 milliseconds