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