OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:caretLeftmostOffset
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.h
78
bool atLeftmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->
caretLeftmostOffset
(); }
RenderedPosition.cpp
140
return RenderedPosition(box->renderer(), box, box->
caretLeftmostOffset
());
212
return createLegacyEditingPosition(nextLeafChild()->renderer()->node(), nextLeafChild()->
caretLeftmostOffset
());
VisiblePosition.cpp
185
ASSERT(offset == box->
caretLeftmostOffset
());
307
if ((renderer->isReplaced() || renderer->isBR()) && offset == box->
caretLeftmostOffset
())
315
offset = box->
caretLeftmostOffset
();
346
offset = nextBox->
caretLeftmostOffset
();
382
offset = box->
caretLeftmostOffset
();
394
offset = box->
caretLeftmostOffset
();
/external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h
251
int
caretLeftmostOffset
() const { return isLeftToRightDirection() ? caretMinOffset() : caretMaxOffset(); }
RenderText.cpp
556
return createPositionWithAffinityForBox(box, box->
caretLeftmostOffset
(), shouldAffinityBeDownstream);
596
return createPositionWithAffinityForBox(rightmostBox, rightmostBox->
caretLeftmostOffset
(), shouldAffinityBeDownstream);
611
return createPositionWithAffinityForBox(box, box->
caretLeftmostOffset
(), shouldAffinityBeDownstream);
[
all
...]
Completed in 63 milliseconds