Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.cpp84 bool hasDescendentA = nodeA != a.containerNode(); in comparePositions() local
85 int offsetA = hasDescendentA ? 0 : a.computeOffsetInContainerNode(); in comparePositions()
94 if (hasDescendentA) in comparePositions()