Searched refs:hasNamedItem (Results 1 – 7 of 7) sorted by relevance
80 bool hasNamedItem(AtomicStringImpl* name);99 inline bool HTMLDocument::hasNamedItem(AtomicStringImpl* name) in hasNamedItem() function
54 …return atomicPropertyName && (document->hasNamedItem(atomicPropertyName) || document->hasExtraName… in canGetItemsForName()
265 …if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) … in getOwnPropertySlot()
84 if (!htmlDocument->hasNamedItem(key.impl()) && !htmlDocument->hasExtraNamedItem(key.impl())) in NAMED_PROPERTY_GETTER()
22139 (DOM::HTMLDocumentImpl::hasNamedItem):
39915 versions of the hasNamedItem and hasElementWithId functions that don't39948 to add a m_ prefix and remove the needless doc prefix. Added hasNamedItem
8327 (DOM::HTMLDocumentImpl::hasNamedItem):