/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLElementStack.h | 139 bool inScope(Element*) const; 140 bool inScope(const AtomicString& tagName) const; 141 bool inScope(const QualifiedName&) const;
|
D | HTMLElementStack.cpp | 467 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()
|
D | HTMLTreeBuilder.cpp | 763 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/ |
D | DTM.java | 295 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/ |
D | FrameTree.cpp | 148 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/ |
D | DTMDefaultBase.java | 1459 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()
|
D | DTMDocumentImpl.java | 1142 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/ |
D | Frame.h | 164 bool inScope(TreeScope*) const;
|
D | Frame.cpp | 164 bool Frame::inScope(TreeScope* scope) const in inScope() function in WebCore::Frame
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | javascript.js | 163 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/ |
D | SAX2DTM2.java | 3242 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/ |
D | msmap2tsv.c | 1598 …nOptions, unsigned inSize, MSMap_SegmentClass inClass, MSMap_SymbolScope inScope, const char* inMo… in tsvout() argument 1648 switch(inScope) in tsvout()
|