OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevRootBox
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp
132
x(), y(), !
prevRootBox
(), isHorizontal(), markupBox);
206
for (RootInlineBox* prev =
prevRootBox
(); prev && prev->lineBreakObj() == box->renderer(); prev = prev->
prevRootBox
()) {
307
if (
prevRootBox
() &&
prevRootBox
()->hasAnnotationsAfter())
308
result =
prevRootBox
()->computeUnderAnnotationAdjustment(lineTop());
314
LayoutUnit highestAllowedPosition =
prevRootBox
() ? min(
prevRootBox
()->lineBottom(), lineTop()) + result : static_cast<LayoutUnit>(block()->borderBefore());
319
result = computeUnderAnnotationAdjustment(
prevRootBox
() ?
prevRootBox
()->lineBottom() : static_cast<LayoutUnit>(block()->borderBefore()))
[
all
...]
RenderBlockLineLayout.cpp
637
bool isAfterHardLineBreak = lineBox->
prevRootBox
() && lineBox->
prevRootBox
()->endsWithBreak();
[
all
...]
RootInlineBox.h
48
RootInlineBox*
prevRootBox
() const { return static_cast<RootInlineBox*>(m_prevLineBox); }
RenderLineBoxList.cpp
349
adjacentBox = box->
prevRootBox
();
RenderBlock.cpp
[
all
...]
RenderText.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp
214
previousBox = leafBoxes.previousTextBox(startBox->root()->
prevRootBox
(), 0);
[
all
...]
Completed in 1096 milliseconds