Home
last modified time | relevance | path

Searched defs:inScope (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLElementStack.cpp477 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/
DDTM.java295 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/
DDTMDefaultBase.java1459 public int getFirstNamespaceNode(int nodeHandle, boolean inScope) in getFirstNamespaceNode()
1512 boolean inScope) in getNextNamespaceNode()
DDTMDocumentImpl.java1142 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/
DLocalFrame.cpp175 bool LocalFrame::inScope(TreeScope* scope) const in inScope() function in blink::LocalFrame
/external/chromium_org/third_party/codesighs/
Dmsmap2tsv.c1598 …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/
Djavascript.js228 function inScope(state, varname) { function
/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()