Home | History | Annotate | Download | only in editing

Lines Matching refs:Position

30 #include "Position.h"
37 // deep position without regard to line position), and this
41 // Callers who do not know where on the line the position is,
45 // position is not at a line break.
58 VisiblePosition(const Position&, EAffinity = VP_DEFAULT_AFFINITY);
65 Position deepEquivalent() const { return m_deepPosition; }
101 // Abs x position of the caret ignoring transforms.
111 void init(const Position&, EAffinity);
112 Position canonicalPosition(const Position&);
114 Position leftVisuallyDistinctCandidate() const;
115 Position rightVisuallyDistinctCandidate() const;
117 Position m_deepPosition;