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

/macosx-10.10/WebCore-7600.1.25/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.cpp51 VisibleSelection::VisibleSelection(const Position& pos, EAffinity affinity, bool isDirectional) argument
60 VisibleSelection::VisibleSelection(const Position& base, const Position& extent, EAffinity affinity, bool isDirectional) argument
69 VisibleSelection::VisibleSelection(const VisiblePosition& pos, bool isDirectional) argument
78 VisibleSelection::VisibleSelection(const VisiblePosition& base, const VisiblePosition& extent, bool isDirectional) argument
87 VisibleSelection::VisibleSelection(const Range* range, EAffinity affinity, bool isDirectional) argument
[all...]
H A DFrameSelection.cpp233 bool isDirectional = shouldAlwaysUseDirectionalSelection(m_frame) || newSelection.isDirectional(); local

Completed in 201 milliseconds