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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.h 132 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; }
RootInlineBox.cpp 256 bool hasAnnotationsAfter = false;
258 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
260 m_hasAnnotationsAfter = hasAnnotationsAfter;
282 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter())
296 if (!prevRootBox() || !prevRootBox()->hasAnnotationsAfter())
    [all...]
InlineFlowBox.h 171 int& lineTopIncludingMargins, int& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline);
InlineFlowBox.cpp 576 int& lineTopIncludingMargins, int& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType)
647 hasAnnotationsAfter = true;
664 hasAnnotationsAfter = true;
684 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType);
    [all...]

Completed in 83 milliseconds