Searched refs:hasNamedItem (Results 1 – 7 of 7) sorted by relevance
71 bool hasNamedItem(const AtomicString& name);102 inline bool HTMLDocument::hasNamedItem(const AtomicString& name) in hasNamedItem() function
43 virtual bool hasNamedItem(const AtomicString& name) const;
646 bool HTMLCollection::hasNamedItem(const AtomicString& name) const in hasNamedItem() function in WebCore::HTMLCollection
55 bool hasNamedItem(const AtomicString& name) const;
69 bool DOMNamedFlowCollection::hasNamedItem(const AtomicString& name) const in hasNamedItem() function in WebCore::DOMNamedFlowCollection
430 if (!htmlDocument->hasNamedItem(key) && !htmlDocument->hasExtraNamedItem(key)) in getNamedProperty()488 if (document->hasNamedItem(name) || document->hasExtraNamedItem(name)) in namedItemRemoved()
427 if (toHTMLDocument(doc)->hasNamedItem(propName) || doc->hasElementWithId(propName.impl())) { in namedPropertyGetterCustom()