Home
last modified time | relevance | path

Searched refs:treeScope2 (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.idl68 [RaisesException] unsigned short compareTreeScopePosition(Node treeScope1, Node treeScope2);
DInternals.cpp448 …const TreeScope* treeScope2 = node2->isDocumentNode() ? static_cast<const TreeScope*>(toDocument(n… in compareTreeScopePosition() local
450 if (!treeScope1 || !treeScope2) { in compareTreeScopePosition()
454 return treeScope1->comparePosition(*treeScope2); in compareTreeScopePosition()