OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inTableScope
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h
144
bool
inTableScope
(const AtomicString& tagName) const;
145
bool
inTableScope
(const QualifiedName&) const;
HTMLTreeBuilder.cpp
[
all
...]
HTMLElementStack.cpp
500
bool HTMLElementStack::
inTableScope
(const AtomicString& targetTag) const
505
bool HTMLElementStack::
inTableScope
(const QualifiedName& tagName) const
507
return
inTableScope
(tagName.localName());
HTMLConstructionSite.cpp
[
all
...]
Completed in 443 milliseconds