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

/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.cpp256 bool hasAnnotationsAfter = false; local
258 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
260 m_hasAnnotationsAfter = hasAnnotationsAfter;
282 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter())
296 if (!prevRootBox() || !prevRootBox()->hasAnnotationsAfter())
H A DRootInlineBox.h132 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; } function in class:WebCore::RootInlineBox
H A DInlineFlowBox.h171 int& lineTopIncludingMargins, int& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline);
H A DInlineFlowBox.cpp576 int& lineTopIncludingMargins, int& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType)
647 hasAnnotationsAfter = true;
664 hasAnnotationsAfter = true;
684 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType);
575 placeBoxesInBlockDirection(int top, int maxHeight, int maxAscent, bool strictMode, int& lineTop, int& lineBottom, bool& setLineTop, int& lineTopIncludingMargins, int& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType) argument

Completed in 99 milliseconds