Home | History | Annotate | Download | only in editing

Lines Matching refs:Position

34 class Position;
44 VisibleSelection(const Position&, EAffinity);
45 VisibleSelection(const Position&, const Position&, EAffinity = SEL_DEFAULT_AFFINITY);
59 void setBase(const Position&);
61 void setExtent(const Position&);
64 Position base() const { return m_base; }
65 Position extent() const { return m_extent; }
66 Position start() const { return m_start; }
67 Position end() const { return m_end; }
106 void setWithoutValidation(const Position&, const Position&);
122 Position m_base; // Where the first click happened
123 Position m_extent; // Where the end click happened
124 Position m_start; // Leftmost position when expanded to respect granularity
125 Position m_end; // Rightmost position when expanded to respect granularity