HomeSort by relevance Sort by last modified time
    Searched refs:prevRootBox (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 121 x(), y(), !prevRootBox(), isHorizontal(), markupBox);
196 for (RootInlineBox* prev = prevRootBox(); prev && prev->lineBreakObj() == &box->renderer(); prev = prev->prevRootBox()) {
270 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter())
271 result = prevRootBox()->computeUnderAnnotationAdjustment(lineTop());
277 LayoutUnit highestAllowedPosition = prevRootBox() ? std::min(prevRootBox()->lineBottom(), lineTop()) + result : static_cast<LayoutUnit>(block().borderBefore());
282 result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : static_cast<LayoutUnit>(block().borderBefore()))
    [all...]
RenderBlockLineLayout.cpp 555 bool isAfterHardLineBreak = lineBox->prevRootBox() && lineBox->prevRootBox()->endsWithBreak();
    [all...]
RootInlineBox.h 47 RootInlineBox* prevRootBox() const { return static_cast<RootInlineBox*>(m_prevLineBox); }
RenderLineBoxList.cpp 308 adjacentBox = box->prevRootBox();
RenderText.cpp     [all...]
RenderBlock.cpp     [all...]
RenderBlockFlow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 216 previousBox = leafBoxes.previousTextBox(startBox->root().prevRootBox(), 0);
    [all...]

Completed in 799 milliseconds