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