Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h154 bool hasAnnotationsBefore() const { return m_hasAnnotationsBefore; } in hasAnnotationsBefore() function
DRootInlineBox.cpp265 bool hasAnnotationsBefore = false; in alignBoxesInBlockDirection() local
DInlineFlowBox.cpp599 …neTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& h… in placeBoxesInBlockDirection()