Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DRange.cpp432 Node* thisTop = thisCont; in compareBoundaryPoints() local
434 while (thisTop->parentNode()) in compareBoundaryPoints()
435 thisTop = thisTop->parentNode(); in compareBoundaryPoints()
438 if (thisTop != sourceTop) { // in different DocumentFragments in compareBoundaryPoints()