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.h 154 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; }
RootInlineBox.cpp 270 bool hasAnnotationsAfter = false;
272 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
274 m_hasAnnotationsAfter = hasAnnotationsAfter;
313 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter())
327 if (!prevRootBox() || !prevRootBox()->hasAnnotationsAfter())
    [all...]
InlineFlowBox.h 191 LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline);
InlineFlowBox.cpp 599 LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType)
672 hasAnnotationsAfter = true;
689 hasAnnotationsAfter = true;
    [all...]

Completed in 459 milliseconds