Searched defs:checkForNameMatch (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLCollection.cpp262 bool HTMLCollection::checkForNameMatch(Element* element, bool checkName, const AtomicString& name) const function in class:WebCore::HTMLCollection
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 157 milliseconds