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

  /external/webkit/Source/WebCore/html/parser/
HTMLElementStack.h 129 bool inListItemScope(const AtomicString& tagName) const;
130 bool inListItemScope(const QualifiedName&) const;
HTMLElementStack.cpp 484 bool HTMLElementStack::inListItemScope(const AtomicString& targetTag) const
489 bool HTMLElementStack::inListItemScope(const QualifiedName& tagName) const
492 return inListItemScope(tagName.localName());
HTMLTreeBuilder.cpp     [all...]

Completed in 202 milliseconds