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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 148 bool inSelectScope(const AtomicString& tagName) const;
149 bool inSelectScope(const QualifiedName&) const;
HTMLElementStack.cpp 521 bool HTMLElementStack::inSelectScope(const AtomicString& targetTag) const
526 bool HTMLElementStack::inSelectScope(const QualifiedName& tagName) const
528 return inSelectScope(tagName.localName());
HTMLTreeBuilder.cpp     [all...]

Completed in 36 milliseconds