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

  /external/webkit/WebCore/rendering/
RenderLineBoxList.h 50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; }
RenderInline.h 60 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); }
RenderLineBoxList.cpp 166 int h = renderer->maximalOutlineSize(paintInfo.phase) + lastLineBox()->bottomVisibleOverflow() - yPos;
233 if ((y >= ty + lastLineBox()->root()->bottomVisibleOverflow()) || (y < ty + firstLineBox()->root()->topVisibleOverflow()))
239 for (InlineFlowBox* curr = lastLineBox(); curr; curr = curr->prevFlowBox()) {
284 InlineRunBox* runBox = toRenderInline(curr)->lastLineBox();
RenderBlock.h 65 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); }
109 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); }
RenderInline.cpp 531 // builds and help us someday figure out why. We also put in a redundant check of lastLineBox() to avoid the crash for now.
532 ASSERT(!firstLineBox() == !lastLineBox()); // Either both are null or both exist.
533 if (firstLineBox() && lastLineBox()) {
545 result.setHeight(lastLineBox()->y() + lastLineBox()->height() - firstLineBox()->y());
554 if (!firstLineBox() || !lastLineBox())
566 lastLineBox()->bottomVisibleOverflow() - firstLineBox()->topVisibleOverflow());
    [all...]
RenderBlockLineLayout.cpp 223 parentBox = obj->isRenderInline() ? toRenderInline(obj)->lastLineBox() : toRenderBlock(obj)->lastLineBox();
309 ASSERT(lastLineBox() && !lastLineBox()->isConstructed());
314 lastLineBox()->root()->setHasSelectedChildren(true);
320 lastLineBox()->determineSpacingForFlowBoxes(lastLine, endObject);
323 lastLineBox()->setConstructed();
    [all...]
InlineFlowBox.cpp 216 else if (!ltr && lineBoxList->lastLineBox() == this)
227 if (!lineBoxList->lastLineBox()->isConstructed()) {
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
RenderLayer.cpp     [all...]

Completed in 118 milliseconds