OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inScope
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/html/parser/
HTMLElementStack.h
126
bool
inScope
(Element*) const;
127
bool
inScope
(const AtomicString& tagName) const;
128
bool
inScope
(const QualifiedName&) const;
HTMLElementStack.cpp
460
bool HTMLElementStack::
inScope
(Element* targetElement) const
473
bool HTMLElementStack::
inScope
(const AtomicString& targetTag) const
478
bool HTMLElementStack::
inScope
(const QualifiedName& tagName) const
481
return
inScope
(tagName.localName());
HTMLTreeBuilder.cpp
839
if (m_tree.openElements()->
inScope
(buttonTag)) {
870
if (m_tree.openElements()->
inScope
(nobrTag)) {
982
if (m_tree.openElements()->
inScope
(optionTag.localName()))
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java
289
* @param
inScope
true if all namespaces in scope should be
295
public int getFirstNamespaceNode(int nodeHandle, boolean
inScope
);
335
* NEEDSDOC @param
inScope
340
boolean
inScope
);
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java
[
all
...]
DTMDocumentImpl.java
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java
[
all
...]
Completed in 68 milliseconds