Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h150 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; } in hasAnnotationsAfter() function
DRootInlineBox.cpp234 bool hasAnnotationsAfter = false; in alignBoxesInBlockDirection() local
DInlineFlowBox.cpp611 …utUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBas… in placeBoxesInBlockDirection()