Home
last modified time | relevance | path

Searched refs:checkForNameMatch (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.h79 bool checkForNameMatch(Element*, bool checkName, const AtomicString& name) const;
DHTMLCollection.cpp513 bool HTMLCollection::checkForNameMatch(Element* element, bool checkName, const AtomicString& name) … in checkForNameMatch() function in WebCore::HTMLCollection
603 if (checkForNameMatch(element, /* checkName */ false, name)) { in namedItem()
612 if (checkForNameMatch(element, /* checkName */ true, name)) { in namedItem()