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

  /external/webkit/Source/WebCore/html/parser/
HTMLElementStack.h 131 bool inTableScope(const AtomicString& tagName) const;
132 bool inTableScope(const QualifiedName&) const;
HTMLTreeBuilder.cpp     [all...]
HTMLElementStack.cpp 495 bool HTMLElementStack::inTableScope(const AtomicString& targetTag) const
500 bool HTMLElementStack::inTableScope(const QualifiedName& tagName) const
503 return inTableScope(tagName.localName());

Completed in 37 milliseconds