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

  /external/webkit/Source/WebCore/html/parser/
HTMLElementStack.h 135 bool inSelectScope(const AtomicString& tagName) const;
136 bool inSelectScope(const QualifiedName&) const;
HTMLElementStack.cpp 517 bool HTMLElementStack::inSelectScope(const AtomicString& targetTag) const
522 bool HTMLElementStack::inSelectScope(const QualifiedName& tagName) const
525 return inSelectScope(tagName.localName());
HTMLTreeBuilder.cpp     [all...]

Completed in 58 milliseconds