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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 108 y(), !prevRootBox(), isHorizontal(), markupBox);
217 for (RootInlineBox* prev = prevRootBox(); prev && prev->lineBreakObj() == box->renderer(); prev = prev->prevRootBox()) {
282 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter())
283 result = prevRootBox()->computeUnderAnnotationAdjustment(lineTop());
289 int highestAllowedPosition = prevRootBox() ? min(prevRootBox()->lineBottom(), lineTop()) + result : block()->borderBefore();
294 result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : block()->borderBefore())
    [all...]
RootInlineBox.h 46 RootInlineBox* prevRootBox() const { return static_cast<RootInlineBox*>(m_prevLineBox); }
RenderBlockLineLayout.cpp     [all...]
RenderLineBoxList.cpp 373 adjacentBox = box->prevRootBox();
RenderText.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
visible_units.cpp 520 root = box->root()->prevRootBox();
    [all...]

Completed in 612 milliseconds