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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 233 bool hasAnnotationsBefore = false;
236 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
237 m_hasAnnotationsBefore = hasAnnotationsBefore;
273 if (!hasAnnotationsBefore())
281 if (hasAnnotationsBefore())
    [all...]
RootInlineBox.h 149 bool hasAnnotationsBefore() const { return m_hasAnnotationsBefore; }
InlineFlowBox.cpp 611 LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType)
683 hasAnnotationsBefore = true;
700 hasAnnotationsBefore = true;
    [all...]
InlineFlowBox.h 193 LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline);

Completed in 69 milliseconds