Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp234 bool hasAnnotationsAfter = false; in alignBoxesInBlockDirection() local
236 …ncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineTy… in alignBoxesInBlockDirection()
238 m_hasAnnotationsAfter = hasAnnotationsAfter; in alignBoxesInBlockDirection()
270 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter()) in beforeAnnotationsAdjustment()
284 if (!prevRootBox() || !prevRootBox()->hasAnnotationsAfter()) in beforeAnnotationsAdjustment()
DRootInlineBox.h150 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; } in hasAnnotationsAfter() function
DInlineFlowBox.cpp611 …nit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseli… in placeBoxesInBlockDirection() argument
685 hasAnnotationsAfter = true; in placeBoxesInBlockDirection()
702 hasAnnotationsAfter = true; in placeBoxesInBlockDirection()
723 …ncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineTy… in placeBoxesInBlockDirection()
DInlineFlowBox.h193 …nit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseli…