HomeSort by relevance Sort by last modified time
    Searched refs:hasAnnotationsAfter (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 234 bool hasAnnotationsAfter = false;
236 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
238 m_hasAnnotationsAfter = hasAnnotationsAfter;
270 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter())
284 if (!prevRootBox() || !prevRootBox()->hasAnnotationsAfter())
    [all...]
RootInlineBox.h 150 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; }
InlineFlowBox.cpp 611 LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType)
685 hasAnnotationsAfter = true;
702 hasAnnotationsAfter = true;
    [all...]
InlineFlowBox.h 193 LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline);

Completed in 77 milliseconds