Home
last modified time | relevance | path

Searched refs:inScope (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLElementStack.h139 bool inScope(Element*) const;
140 bool inScope(const AtomicString& tagName) const;
141 bool inScope(const QualifiedName&) const;
DHTMLElementStack.cpp467 bool HTMLElementStack::inScope(Element* targetElement) const in inScope() function in WebCore::HTMLElementStack
480 bool HTMLElementStack::inScope(const AtomicString& targetTag) const in inScope() function in WebCore::HTMLElementStack
485 bool HTMLElementStack::inScope(const QualifiedName& tagName) const in inScope() function in WebCore::HTMLElementStack
487 return inScope(tagName.localName()); in inScope()
DHTMLTreeBuilder.cpp763 if (m_tree.openElements()->inScope(buttonTag)) { in processStartTagForInBody()
794 if (m_tree.openElements()->inScope(nobrTag)) { in processStartTagForInBody()
921 if (m_tree.openElements()->inScope(rubyTag.localName())) { in processStartTagForInBody()
1494 if (!m_tree.openElements()->inScope(bodyTag.localName())) { in processBodyEndTagForInBody()
1542 …if ((m_tree.openElements()->contains(formattingElement)) && !m_tree.openElements()->inScope(format… in callTheAdoptionAgency()
1831 if (!m_tree.openElements()->inScope(token->name())) { in processEndTagForInBody()
1843 if (!node || !m_tree.openElements()->inScope(node.get())) { in processEndTagForInBody()
1856 ASSERT(m_tree.openElements()->inScope(token->name())); in processEndTagForInBody()
1879 if (!m_tree.openElements()->inScope(token->name())) { in processEndTagForInBody()
1907 if (!m_tree.openElements()->inScope(token->name())) { in processEndTagForInBody()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java295 public int getFirstNamespaceNode(int nodeHandle, boolean inScope); in getFirstNamespaceNode() argument
340 boolean inScope); in getNextNamespaceNode() argument
/external/chromium_org/third_party/WebKit/Source/core/page/
DFrameTree.cpp148 if (result->inScope(scope)) { in scopedChild()
165 if (child->tree().uniqueName() == name && child->inScope(scope)) in scopedChild()
177 if (result->inScope(scope)) in scopedChildCount()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java1459 public int getFirstNamespaceNode(int nodeHandle, boolean inScope) in getFirstNamespaceNode() argument
1461 if(inScope) in getFirstNamespaceNode()
1512 boolean inScope) in getNextNamespaceNode() argument
1514 if(inScope) in getNextNamespaceNode()
DDTMDocumentImpl.java1142 public int getFirstNamespaceNode(int nodeHandle, boolean inScope) { in getFirstNamespaceNode() argument
1251 public int getNextNamespaceNode(int baseHandle,int namespaceHandle, boolean inScope) { in getNextNamespaceNode() argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrame.h164 bool inScope(TreeScope*) const;
DFrame.cpp164 bool Frame::inScope(TreeScope* scope) const in inScope() function in WebCore::Frame
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Djavascript.js163 function inScope(state, varname) { function
183 if (type == "variable" && inScope(state, content)) return "variable-2";
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java3242 protected final void copyNS(final int nodeID, SerializationHandler handler, boolean inScope) in copyNS() argument
3262 if (inScope) { in copyNS()
3290 if (inScope) { in copyNS()
/external/chromium_org/third_party/codesighs/
Dmsmap2tsv.c1598 …nOptions, unsigned inSize, MSMap_SegmentClass inClass, MSMap_SymbolScope inScope, const char* inMo… in tsvout() argument
1648 switch(inScope) in tsvout()