Searched refs:hasNamedItem (Results 1 – 8 of 8) sorted by relevance
76 bool hasNamedItem(AtomicStringImpl* name);98 inline bool HTMLDocument::hasNamedItem(AtomicStringImpl* name) in hasNamedItem() function
56 …return atomicPropertyName && (document->hasNamedItem(atomicPropertyName) || document->hasExtraName… in canGetItemsForName()
271 …if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) … in getOwnPropertySlot()341 …if (atomicPropertyName && (static_cast<HTMLDocument*>(document)->hasNamedItem(atomicPropertyName) … in getOwnPropertyDescriptor()
78 if (!htmlDocument->hasNamedItem(key.impl()) && !htmlDocument->hasExtraNamedItem(key.impl())) in GetNamedProperty()
509 …if (static_cast<HTMLDocument*>(doc)->hasNamedItem(propName.impl()) || doc->hasElementWithId(propNa… in namedPropertyGetter()
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):