Searched defs:inButtonScope (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp520 bool HTMLElementStack::inButtonScope(const AtomicString& targetTag) const function in class:blink::HTMLElementStack
525 bool HTMLElementStack::inButtonScope(const QualifiedName& tagName) const function in class:blink::HTMLElementStack
527 return inButtonScope(tagName.localName());

Completed in 258 milliseconds