Searched refs:hasElementWithId (Results 1 – 2 of 2) sorted by relevance
60 bool hasElementWithId(const AtomicString& id) const;196 inline bool TreeScope::hasElementWithId(const AtomicString& id) const in hasElementWithId() function
425 if (toHTMLDocument(doc)->hasNamedItem(propName) || doc->hasElementWithId(propName)) { in namedPropertyGetterCustom()