Searched refs:hasAnnotationsBefore (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp233 bool hasAnnotationsBefore = false; local
236 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
237 m_hasAnnotationsBefore = hasAnnotationsBefore;
273 if (!hasAnnotationsBefore())
281 if (hasAnnotationsBefore())
H A DRootInlineBox.h149 bool hasAnnotationsBefore() const { return m_hasAnnotationsBefore; } function in class:blink::RootInlineBox
H A DInlineFlowBox.cpp611 LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType)
683 hasAnnotationsBefore = true;
700 hasAnnotationsBefore = true;
723 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType);
610 placeBoxesInBlockDirection(LayoutUnit top, LayoutUnit maxHeight, int maxAscent, bool strictMode, LayoutUnit& lineTop, LayoutUnit& lineBottom, LayoutUnit& selectionBottom, bool& setLineTop, LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType) argument
H A DInlineFlowBox.h193 LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline);

Completed in 295 milliseconds