/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLElementStack.h | 144 bool inScope(Element*) const; 145 bool inScope(const AtomicString& tagName) const; 146 bool inScope(const QualifiedName&) const;
|
D | HTMLElementStack.cpp | 477 bool HTMLElementStack::inScope(Element* targetElement) const in inScope() function in blink::HTMLElementStack 490 bool HTMLElementStack::inScope(const AtomicString& targetTag) const in inScope() function in blink::HTMLElementStack 495 bool HTMLElementStack::inScope(const QualifiedName& tagName) const in inScope() function in blink::HTMLElementStack 497 return inScope(tagName.localName()); in inScope()
|
D | HTMLTreeBuilder.cpp | 716 if (m_tree.openElements()->inScope(buttonTag)) { in processStartTagForInBody() 747 if (m_tree.openElements()->inScope(nobrTag)) { in processStartTagForInBody() 871 if (m_tree.openElements()->inScope(rubyTag.localName())) { in processStartTagForInBody() 880 if (m_tree.openElements()->inScope(rubyTag.localName())) { in processStartTagForInBody() 1453 if (!m_tree.openElements()->inScope(bodyTag.localName())) { in processBodyEndTagForInBody() 1501 …if ((m_tree.openElements()->contains(formattingElement)) && !m_tree.openElements()->inScope(format… in callTheAdoptionAgency() 1790 if (!m_tree.openElements()->inScope(token->name())) { in processEndTagForInBody() 1802 if (!node || !m_tree.openElements()->inScope(node.get())) { in processEndTagForInBody() 1815 ASSERT(m_tree.openElements()->inScope(token->name())); in processEndTagForInBody() 1838 if (!m_tree.openElements()->inScope(token->name())) { in processEndTagForInBody() [all …]
|
/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 | 183 if (result->isLocalFrame() && toLocalFrame(result)->inScope(scope)) { in scopedChild() 203 … if (child->tree().name() == name && child->isLocalFrame() && toLocalFrame(child)->inScope(scope)) in scopedChild() 215 if (result->isLocalFrame() && toLocalFrame(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 | LocalFrame.h | 119 bool inScope(TreeScope*) const;
|
D | LocalFrame.cpp | 175 bool LocalFrame::inScope(TreeScope* scope) const in inScope() function in blink::LocalFrame
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | javascript.js | 228 function inScope(state, varname) { function 252 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()
|
/external/chromium_org/third_party/polymer_legacy/platform/ |
D | platform.js.map | 1 …inScope) {\n if (immediateRegister) {\n var pe = window.PointerEventsPolyfill;\n if (…
|