Searched refs:hasExtraNamedItem (Results 1 – 2 of 2) sorted by relevance
66 bool hasExtraNamedItem(const AtomicString& name);98 inline bool HTMLDocument::hasExtraNamedItem(const AtomicString& name) in hasExtraNamedItem() function
426 if (!htmlDocument->hasNamedItem(key) && !htmlDocument->hasExtraNamedItem(key)) in getNamedProperty()483 if (document->hasNamedItem(name) || document->hasExtraNamedItem(name)) in namedItemRemoved()