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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DVisibleSelection.h83 bool isDirectional() const { return m_isDirectional; } function in class:WebCore::VisibleSelection
84 void setIsDirectional(bool isDirectional) { m_isDirectional = isDirectional; } argument
[all...]
H A DVisibleSelection.cpp52 VisibleSelection::VisibleSelection(const Position& pos, EAffinity affinity, bool isDirectional) argument
61 VisibleSelection::VisibleSelection(const Position& base, const Position& extent, EAffinity affinity, bool isDirectional) argument
70 VisibleSelection::VisibleSelection(const VisiblePosition& pos, bool isDirectional) argument
79 VisibleSelection::VisibleSelection(const VisiblePosition& base, const VisiblePosition& extent, bool isDirectional) argument
88 VisibleSelection::VisibleSelection(const Range* range, EAffinity affinity, bool isDirectional) argument
[all...]
H A DFrameSelection.cpp238 bool isDirectional = shouldAlwaysUseDirectionalSelection(m_frame) || newSelection.isDirectional(); local

Completed in 130 milliseconds