Home
last modified time | relevance | path

Searched refs:m_hasAnnotationsBefore (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h53 , m_hasAnnotationsBefore(false) in InlineFlowBox()
338 unsigned m_hasAnnotationsBefore : 1; variable
DRootInlineBox.h154 bool hasAnnotationsBefore() const { return m_hasAnnotationsBefore; } in hasAnnotationsBefore()
DRootInlineBox.cpp269 m_hasAnnotationsBefore = hasAnnotationsBefore; in alignBoxesInBlockDirection()
523 if (m_hasAnnotationsBefore) in selectionTop()