Searched defs:inScope (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
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
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTM.java | 295 public int getFirstNamespaceNode(int nodeHandle, boolean inScope); in getFirstNamespaceNode() 340 boolean inScope); in getNextNamespaceNode()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBase.java | 1459 public int getFirstNamespaceNode(int nodeHandle, boolean inScope) in getFirstNamespaceNode() 1512 boolean inScope) in getNextNamespaceNode()
|
D | DTMDocumentImpl.java | 1142 public int getFirstNamespaceNode(int nodeHandle, boolean inScope) { in getFirstNamespaceNode() 1251 public int getNextNamespaceNode(int baseHandle,int namespaceHandle, boolean inScope) { in getNextNamespaceNode()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | LocalFrame.cpp | 175 bool LocalFrame::inScope(TreeScope* scope) const in inScope() function in blink::LocalFrame
|
/external/chromium_org/third_party/codesighs/ |
D | msmap2tsv.c | 1598 …ptions* inOptions, unsigned inSize, MSMap_SegmentClass inClass, MSMap_SymbolScope inScope, const c… in tsvout()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | javascript.js | 228 function inScope(state, varname) { function
|
/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()
|