OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inButtonScope
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/html/parser/
HTMLElementStack.h
133
bool
inButtonScope
(const AtomicString& tagName) const;
134
bool
inButtonScope
(const QualifiedName&) const;
HTMLElementStack.cpp
506
bool HTMLElementStack::
inButtonScope
(const AtomicString& targetTag) const
511
bool HTMLElementStack::
inButtonScope
(const QualifiedName& tagName) const
514
return
inButtonScope
(tagName.localName());
HTMLTreeBuilder.cpp
536
if (!m_tree.openElements()->
inButtonScope
(pTag.localName()))
888
if (!m_document->inQuirksMode() && m_tree.openElements()->
inButtonScope
(pTag))
[
all
...]
Completed in 15 milliseconds