HomeSort by relevance Sort by last modified time
    Searched refs:treeScope2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.idl 65 [RaisesException] unsigned short compareTreeScopePosition(Node treeScope1, Node treeScope2);
Internals.cpp 405 const TreeScope* treeScope2 = node2->isDocumentNode() ? static_cast<const TreeScope*>(toDocument(node2)) :
407 if (!treeScope1 || !treeScope2) {
411 return treeScope1->comparePosition(treeScope2);
    [all...]

Completed in 26 milliseconds