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

  /external/webkit/Source/WebCore/html/
HTMLCollection.h 76 bool checkForNameMatch(Element*, bool checkName, const AtomicString& name) const;
HTMLCollection.cpp 262 bool HTMLCollection::checkForNameMatch(Element* element, bool checkName, const AtomicString& name) const
294 if (checkForNameMatch(e, m_idsDone, name)) {
303 if (checkForNameMatch(e, m_idsDone, name)) {
380 if (checkForNameMatch(e, m_idsDone, name)) {
393 if (checkForNameMatch(e, m_idsDone, name)) {

Completed in 17 milliseconds