Searched defs:isBaseFirst (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DVisibleSelection.h80 bool isBaseFirst() const { return m_baseIsFirst; } function in class:WebCore::VisibleSelection
137 return a.start() == b.start() && a.end() == b.end() && a.affinity() == b.affinity() && a.isBaseFirst() == b.isBaseFirst();

Completed in 56 milliseconds