Home | History | Annotate | Download | only in editing

Lines Matching refs:Position

52 VisibleSelection::VisibleSelection(const Position& pos, EAffinity affinity)
61 VisibleSelection::VisibleSelection(const Position& base, const Position& extent, EAffinity affinity)
102 void VisibleSelection::setBase(const Position& position)
104 m_base = position;
114 void VisibleSelection::setExtent(const Position& position)
116 m_extent = position;
130 Position start = rangeCompliantEquivalent(m_start);
131 Position end = rangeCompliantEquivalent(m_end);
150 Position s, e;
175 Position tmp = s;
198 static PassRefPtr<Range> makeSearchRange(const Position& pos)
214 Position start(rangeCompliantEquivalent(pos));
361 // at the start of the paragraph after the table, not at the position just after the table.
438 Position& base, const Position& extent)
477 // at the first editable position after start inside the base's editable root.
488 // at the last editable position before the end inside the base's root.
507 Position p = previousVisuallyDistinctCandidate(m_end);
524 m_base = Position();
525 m_extent = Position();
536 Position p = nextVisuallyDistinctCandidate(m_start);
539 p = Position(shadowAncestor, 0);
545 p = Position(shadowAncestor, 0);
553 m_base = Position();
554 m_extent = Position();
595 Position pos = m_start;
598 Position pos = m_start;