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.h54 , m_hasAnnotationsBefore(false) in InlineFlowBox()
342 unsigned m_hasAnnotationsBefore : 1; variable
DRootInlineBox.h149 bool hasAnnotationsBefore() const { return m_hasAnnotationsBefore; } in hasAnnotationsBefore()
DRootInlineBox.cpp237 m_hasAnnotationsBefore = hasAnnotationsBefore; in alignBoxesInBlockDirection()
397 if (m_hasAnnotationsBefore) in selectionTop()