OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inListItemScope
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h
142
bool
inListItemScope
(const AtomicString& tagName) const;
143
bool
inListItemScope
(const QualifiedName&) const;
HTMLElementStack.cpp
490
bool HTMLElementStack::
inListItemScope
(const AtomicString& targetTag) const
495
bool HTMLElementStack::
inListItemScope
(const QualifiedName& tagName) const
497
return
inListItemScope
(tagName.localName());
HTMLTreeBuilder.cpp
[
all
...]
Completed in 29 milliseconds