Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DRange.cpp433 Node* sourceTop = sourceCont; in compareBoundaryPoints() local
436 while (sourceTop->parentNode()) in compareBoundaryPoints()
437 sourceTop = sourceTop->parentNode(); in compareBoundaryPoints()
438 if (thisTop != sourceTop) { // in different DocumentFragments in compareBoundaryPoints()