OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inTableScope
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/html/parser/
HTMLElementStack.h
131
bool
inTableScope
(const AtomicString& tagName) const;
132
bool
inTableScope
(const QualifiedName&) const;
HTMLTreeBuilder.cpp
[
all
...]
HTMLElementStack.cpp
495
bool HTMLElementStack::
inTableScope
(const AtomicString& targetTag) const
500
bool HTMLElementStack::
inTableScope
(const QualifiedName& tagName) const
503
return
inTableScope
(tagName.localName());
Completed in 59 milliseconds