Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DRange.cpp423 Node* sourceCont = sourceRange->commonAncestorContainer(ec); in compareBoundaryPoints() local
427 if (thisCont->document() != sourceCont->document()) { in compareBoundaryPoints()
433 Node* sourceTop = sourceCont; in compareBoundaryPoints()