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

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

Completed in 179 milliseconds