Searched refs:baseAndExtentEqual (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DVisibleSelection.cpp245 bool baseAndExtentEqual = m_base == m_extent; local
248 if (baseAndExtentEqual)
251 if (m_extent.isNotNull() && !baseAndExtentEqual)

Completed in 184 milliseconds