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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp530 bool HTMLElementStack::inSelectScope(const AtomicString& targetTag) const function in class:blink::HTMLElementStack
535 bool HTMLElementStack::inSelectScope(const QualifiedName& tagName) const function in class:blink::HTMLElementStack
537 return inSelectScope(tagName.localName());

Completed in 131 milliseconds