Home
last modified time | relevance | path

Searched refs:hasExtraNamedItem (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLDocument.h80 bool hasExtraNamedItem(AtomicStringImpl* name);
104 inline bool HTMLDocument::hasExtraNamedItem(AtomicStringImpl* name) in hasExtraNamedItem() function
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLDocumentCustom.cpp56 …rtyName && (document->hasNamedItem(atomicPropertyName) || document->hasExtraNamedItem(atomicProper… in canGetItemsForName()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLDocumentCustom.cpp78 if (!htmlDocument->hasNamedItem(key.impl()) && !htmlDocument->hasExtraNamedItem(key.impl())) in GetNamedProperty()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1039949 and hasExtraNamedItem functions that are inlined and faster than the old