Home
last modified time | relevance | path

Searched refs:hasNamedItem (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLDocument.h76 bool hasNamedItem(AtomicStringImpl* name);
98 inline bool HTMLDocument::hasNamedItem(AtomicStringImpl* name) in hasNamedItem() function
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLDocumentCustom.cpp56 …return atomicPropertyName && (document->hasNamedItem(atomicPropertyName) || document->hasExtraName… in canGetItemsForName()
DJSDOMWindowCustom.cpp271 …if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) … in getOwnPropertySlot()
341 …if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) … in getOwnPropertyDescriptor()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLDocumentCustom.cpp78 if (!htmlDocument->hasNamedItem(key.impl()) && !htmlDocument->hasExtraNamedItem(key.impl())) in GetNamedProperty()
DV8DOMWindowCustom.cpp509 …if (static_cast<HTMLDocument*>(doc)->hasNamedItem(propName.impl()) || doc->hasElementWithId(propNa… in namedPropertyGetter()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1922139 (DOM::HTMLDocumentImpl::hasNamedItem):
DChangeLog-2008-08-1039915 versions of the hasNamedItem and hasElementWithId functions that don't
39948 to add a m_ prefix and remove the needless doc prefix. Added hasNamedItem
DChangeLog-2005-08-238327 (DOM::HTMLDocumentImpl::hasNamedItem):