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 242 bool hasAnnotationsBefore = false;
245 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
246 m_hasAnnotationsBefore = hasAnnotationsBefore;
282 if (!hasAnnotationsBefore())
290 if (hasAnnotationsBefore())
    [all...]
RootInlineBox.h 150 bool hasAnnotationsBefore() const { return m_hasAnnotationsBefore; }
InlineFlowBox.h 194 LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline);
InlineFlowBox.cpp 602 LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool& hasAnnotationsAfter, FontBaseline baselineType)
673 hasAnnotationsBefore = true;
690 hasAnnotationsBefore = true;
    [all...]

Completed in 157 milliseconds