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

  /external/webkit/Source/WebCore/html/
HTMLDocument.h 80 bool hasExtraNamedItem(AtomicStringImpl* name);
112 inline bool HTMLDocument::hasExtraNamedItem(AtomicStringImpl* name)
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLDocumentCustom.cpp 56 return atomicPropertyName && (document->hasNamedItem(atomicPropertyName) || document->hasExtraNamedItem(atomicPropertyName));
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 78 if (!htmlDocument->hasNamedItem(key.impl()) && !htmlDocument->hasExtraNamedItem(key.impl()))

Completed in 57 milliseconds