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.cpp266 bool hasAnnotationsAfter = false; in alignBoxesInBlockDirection() local
268 …ncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineTy… in alignBoxesInBlockDirection()
270 m_hasAnnotationsAfter = hasAnnotationsAfter; in alignBoxesInBlockDirection()
307 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter()) in beforeAnnotationsAdjustment()
321 if (!prevRootBox() || !prevRootBox()->hasAnnotationsAfter()) in beforeAnnotationsAdjustment()
DRootInlineBox.h155 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; } in hasAnnotationsAfter() function
DInlineFlowBox.h191 …nit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseli…
DInlineFlowBox.cpp599 …nit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseli… in placeBoxesInBlockDirection() argument
672 hasAnnotationsAfter = true; in placeBoxesInBlockDirection()
689 hasAnnotationsAfter = true; in placeBoxesInBlockDirection()
709 …ncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineTy… in placeBoxesInBlockDirection()