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