Searched refs:hasAnnotationsAfter (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RootInlineBox.cpp | 266 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()
|
D | RootInlineBox.h | 155 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; } in hasAnnotationsAfter() function
|
D | InlineFlowBox.h | 191 …nit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseli…
|
D | InlineFlowBox.cpp | 599 …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()
|