Home | History | Annotate | Download | only in editing

Lines Matching defs:RenderedPosition

32 #include "core/editing/RenderedPosition.h"
67 RenderedPosition::RenderedPosition(const VisiblePosition& position)
83 RenderedPosition::RenderedPosition(const Position& position, EAffinity affinity)
99 InlineBox* RenderedPosition::prevLeafChild() const
106 InlineBox* RenderedPosition::nextLeafChild() const
113 bool RenderedPosition::isEquivalent(const RenderedPosition& other) const
120 unsigned char RenderedPosition::bidiLevelOnLeft() const
126 unsigned char RenderedPosition::bidiLevelOnRight() const
132 RenderedPosition RenderedPosition::leftBoundaryOfBidiRun(unsigned char bidiLevelOfRun)
135 return RenderedPosition();
141 return RenderedPosition(box->renderer(), box, box->caretLeftmostOffset());
146 return RenderedPosition();
149 RenderedPosition RenderedPosition::rightBoundaryOfBidiRun(unsigned char bidiLevelOfRun)
152 return RenderedPosition();
158 return RenderedPosition(box->renderer(), box, box->caretRightmostOffset());
163 return RenderedPosition();
166 bool RenderedPosition::atLeftBoundaryOfBidiRun(ShouldMatchBidiLevel shouldMatchBidiLevel, unsigned char bidiLevelOfRun) const
186 bool RenderedPosition::atRightBoundaryOfBidiRun(ShouldMatchBidiLevel shouldMatchBidiLevel, unsigned char bidiLevelOfRun) const
206 Position RenderedPosition::positionAtLeftBoundaryOfBiDiRun() const
216 Position RenderedPosition::positionAtRightBoundaryOfBiDiRun() const
226 IntRect RenderedPosition::absoluteRect(LayoutUnit* extraWidthToEndOfLine) const