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

  /external/webkit/Source/WebCore/html/
HTMLDocument.h 76 bool hasNamedItem(AtomicStringImpl* name);
98 inline bool HTMLDocument::hasNamedItem(AtomicStringImpl* name)
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLDocumentCustom.cpp 56 return atomicPropertyName && (document->hasNamedItem(atomicPropertyName) || document->hasExtraNamedItem(atomicPropertyName));
JSDOMWindowCustom.cpp 271 if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) || document->hasElementWithId(atomicPropertyName))) {
341 if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) || document->hasElementWithId(atomicPropertyName))) {
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 78 if (!htmlDocument->hasNamedItem(key.impl()) && !htmlDocument->hasExtraNamedItem(key.impl()))
V8DOMWindowCustom.cpp 509 if (static_cast<HTMLDocument*>(doc)->hasNamedItem(propName.impl()) || doc->hasElementWithId(propName.impl())) {

Completed in 2771 milliseconds