HomeSort by relevance Sort by last modified time
    Searched refs:checkForNameMatch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h 80 bool checkForNameMatch(Element*, bool checkName, const AtomicString& name) const;
HTMLCollection.cpp 510 bool HTMLCollection::checkForNameMatch(Element* element, bool checkName, const AtomicString& name) const
597 if (checkForNameMatch(element, /* checkName */ false, name)) {
606 if (checkForNameMatch(element, /* checkName */ true, name)) {

Completed in 72 milliseconds