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

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 114 static bool tagMatches(const Element&, const QualifiedName&);
155 inline bool SelectorChecker::tagMatches(const Element& element, const QualifiedName& tagQName)
SelectorChecker.cpp 516 return SelectorChecker::tagMatches(element, selector.tagQName());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.cpp 169 if (SelectorChecker::tagMatches(*element, tagName)) {

Completed in 2419 milliseconds