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