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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp 45 return firstMatchingElement(*this);
LiveNodeListBase.h 85 static Element* firstMatchingElement(const NodeListType&);
141 Element* LiveNodeListBase::firstMatchingElement(const NodeListType& nodeList)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.cpp 348 return firstMatchingElement(toHTMLTagCollection(*this));
350 return firstMatchingElement(toClassCollection(*this));
356 return firstMatchingElement(*this);

Completed in 51 milliseconds