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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp500 bool HTMLElementStack::inListItemScope(const AtomicString& targetTag) const function in class:blink::HTMLElementStack
505 bool HTMLElementStack::inListItemScope(const QualifiedName& tagName) const function in class:blink::HTMLElementStack
507 return inListItemScope(tagName.localName());

Completed in 60 milliseconds