Home
last modified time | relevance | path

Searched refs:inButtonScope (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLElementStack.h151 bool inButtonScope(const AtomicString& tagName) const;
152 bool inButtonScope(const QualifiedName&) const;
DHTMLElementStack.cpp520 bool HTMLElementStack::inButtonScope(const AtomicString& targetTag) const in inButtonScope() function in blink::HTMLElementStack
525 bool HTMLElementStack::inButtonScope(const QualifiedName& tagName) const in inButtonScope() function in blink::HTMLElementStack
527 return inButtonScope(tagName.localName()); in inButtonScope()
DHTMLTreeBuilder.cpp468 if (!m_tree.openElements()->inButtonScope(pTag.localName())) in processFakePEndTagIfPInButtonScope()
771 if (!m_tree.inQuirksMode() && m_tree.openElements()->inButtonScope(pTag)) in processStartTagForInBody()
1812 if (!m_tree.openElements()->inButtonScope(token->name())) { in processEndTagForInBody()