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

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 576 int& lineTopIncludingMargins, int& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType)
677 lineBottomIncludingMargins = max(lineBottom, max(lineBottomIncludingMargins, newLogicalTopIncludingMargins + boxHeightIncludingMargins));
684 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType);
698 lineBottomIncludingMargins = max(lineBottom, lineBottomIncludingMargins);
702 flipLinesInBlockDirection(lineTopIncludingMargins, lineBottomIncludingMargins);
    [all...]
InlineFlowBox.h 171 int& lineTopIncludingMargins, int& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline);
RootInlineBox.cpp 253 int lineBottomIncludingMargins = heightOfBlock;
258 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
    [all...]

Completed in 192 milliseconds