HomeSort by relevance Sort by last modified time
    Searched refs:treeScope1 (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 403 const TreeScope* treeScope1 = node1->isDocumentNode() ? static_cast<const TreeScope*>(toDocument(node1)) :
407 if (!treeScope1 || !treeScope2) {
411 return treeScope1->comparePosition(treeScope2);
    [all...]

Completed in 35 milliseconds