Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp233 bool hasAnnotationsBefore = false; in alignBoxesInBlockDirection() local
236 …lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, ba… in alignBoxesInBlockDirection()
237 m_hasAnnotationsBefore = hasAnnotationsBefore; in alignBoxesInBlockDirection()
273 if (!hasAnnotationsBefore()) in beforeAnnotationsAdjustment()
281 if (hasAnnotationsBefore()) in beforeAnnotationsAdjustment()
DRootInlineBox.h149 bool hasAnnotationsBefore() const { return m_hasAnnotationsBefore; } in hasAnnotationsBefore() function
DInlineFlowBox.cpp611 …opIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasA… in placeBoxesInBlockDirection() argument
683 hasAnnotationsBefore = true; in placeBoxesInBlockDirection()
700 hasAnnotationsBefore = true; in placeBoxesInBlockDirection()
723 …lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, ba… in placeBoxesInBlockDirection()
DInlineFlowBox.h193 …opIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasA…