Searched refs:checkForNameMatch (Results 1 – 2 of 2) sorted by relevance
79 bool checkForNameMatch(Element*, bool checkName, const AtomicString& name) const;
513 bool HTMLCollection::checkForNameMatch(Element* element, bool checkName, const AtomicString& name) … in checkForNameMatch() function in WebCore::HTMLCollection603 if (checkForNameMatch(element, /* checkName */ false, name)) { in namedItem()612 if (checkForNameMatch(element, /* checkName */ true, name)) { in namedItem()