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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 136 y(), !prevRootBox(), isHorizontal(), markupBox);
210 for (RootInlineBox* prev = prevRootBox(); prev && prev->lineBreakObj() == box->renderer(); prev = prev->prevRootBox()) {
313 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter())
314 result = prevRootBox()->computeUnderAnnotationAdjustment(lineTop());
320 LayoutUnit highestAllowedPosition = prevRootBox() ? min(prevRootBox()->lineBottom(), lineTop()) + result : static_cast<LayoutUnit>(block()->borderBefore());
325 result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : static_cast<LayoutUnit>(block()->borderBefore()))
    [all...]
RenderBlockLineLayout.cpp     [all...]
RootInlineBox.h 47 RootInlineBox* prevRootBox() const { return static_cast<RootInlineBox*>(m_prevLineBox); }
RenderLineBoxList.cpp 348 adjacentBox = box->prevRootBox();
RenderText.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 214 previousBox = leafBoxes.previousTextBox(startBox->root()->prevRootBox(), 0);
    [all...]

Completed in 137 milliseconds