Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp427 Node* childB = containerB; in compareBoundaryPoints() local
428 while (childB && childB->parentNode() != commonAncestor) in compareBoundaryPoints()
429 childB = childB->parentNode(); in compareBoundaryPoints()
430 if (!childB) in compareBoundaryPoints()
431 childB = commonAncestor; in compareBoundaryPoints()
433 if (childA == childB) in compareBoundaryPoints()
440 if (n == childB) in compareBoundaryPoints()