Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/parser/
DHTMLElementStack.h135 bool inSelectScope(const AtomicString& tagName) const;
136 bool inSelectScope(const QualifiedName&) const;
DHTMLElementStack.cpp517 bool HTMLElementStack::inSelectScope(const AtomicString& targetTag) const in inSelectScope() function in WebCore::HTMLElementStack
522 bool HTMLElementStack::inSelectScope(const QualifiedName& tagName) const in inSelectScope() function in WebCore::HTMLElementStack
525 return inSelectScope(tagName.localName()); in inSelectScope()
DHTMLTreeBuilder.cpp1453 if (!m_tree.openElements()->inSelectScope(selectTag)) { in processStartTag()
2300 if (!m_tree.openElements()->inSelectScope(token.name())) { in processEndTag()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0630486 (WebCore::HTMLElementStack::inSelectScope): Ditto.