Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLDocument.h80 bool hasNamedItem(AtomicStringImpl* name);
99 inline bool HTMLDocument::hasNamedItem(AtomicStringImpl* name) in hasNamedItem() function
/external/webkit/WebCore/bindings/js/
DJSHTMLDocumentCustom.cpp54 …return atomicPropertyName && (document->hasNamedItem(atomicPropertyName) || document->hasExtraName… in canGetItemsForName()
DJSDOMWindowCustom.cpp265 …if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) … in getOwnPropertySlot()
/external/webkit/WebCore/bindings/v8/custom/
DV8HTMLDocumentCustom.cpp84 if (!htmlDocument->hasNamedItem(key.impl()) && !htmlDocument->hasExtraNamedItem(key.impl())) in NAMED_PROPERTY_GETTER()
/external/webkit/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):