Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h55 , m_hasAnnotationsAfter(false) in InlineFlowBox()
343 unsigned m_hasAnnotationsAfter : 1; variable
DRootInlineBox.h150 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; } in hasAnnotationsAfter()
DRootInlineBox.cpp238 m_hasAnnotationsAfter = hasAnnotationsAfter; in alignBoxesInBlockDirection()
448 if (m_hasAnnotationsAfter) in selectionBottom()