Home
last modified time | relevance | path

Searched refs:inListItemScope (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLElementStack.h129 bool inListItemScope(const AtomicString& tagName) const;
130 bool inListItemScope(const QualifiedName&) const;
DHTMLElementStack.cpp484 bool HTMLElementStack::inListItemScope(const AtomicString& targetTag) const in inListItemScope() function in WebCore::HTMLElementStack
489 bool HTMLElementStack::inListItemScope(const QualifiedName& tagName) const in inListItemScope() function in WebCore::HTMLElementStack
492 return inListItemScope(tagName.localName()); in inListItemScope()
DHTMLTreeBuilder.cpp1953 if (!m_tree.openElements()->inListItemScope(token.name())) { in processEndTagForInBody()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06106239 (WebCore::HTMLElementStack::inListItemScope):
109827 (WebCore::HTMLElementStack::inListItemScope):