Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp148 Node* startRootContainer = start.container(); in checkForDifferentRootContainer() local
149 while (startRootContainer->parentNode()) in checkForDifferentRootContainer()
150 startRootContainer = startRootContainer->parentNode(); in checkForDifferentRootContainer()
152 …return startRootContainer != endRootContainer || (Range::compareBoundaryPoints(start, end, ASSERT_… in checkForDifferentRootContainer()