Home
last modified time | relevance | path

Searched defs:hasAnnotationsAfter (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.h132 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; } in hasAnnotationsAfter() function
DRootInlineBox.cpp256 bool hasAnnotationsAfter = false; in alignBoxesInBlockDirection() local
DInlineFlowBox.cpp576 …s, int& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBas… in placeBoxesInBlockDirection()