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

  /external/webkit/WebCore/rendering/
RootInlineBox.h 61 int selectionBottom() const { return lineBottom(); }
62 int selectionHeight() const { return max(0, selectionBottom() - selectionTop()); }
InlineFlowBox.cpp 470 void InlineFlowBox::placeBoxesVertically(int yPos, int maxHeight, int maxAscent, bool strictMode, int& selectionTop, int& selectionBottom)
483 static_cast<InlineFlowBox*>(curr)->placeBoxesVertically(yPos, maxHeight, maxAscent, strictMode, selectionTop, selectionBottom);
513 selectionBottom = max(selectionBottom, newY + boxHeight);
522 selectionBottom = max(selectionBottom, y() + height());
    [all...]
RootInlineBox.cpp 338 int prevBottom = prevRootBox()->selectionBottom();
RenderBlock.cpp     [all...]

Completed in 185 milliseconds