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.h 153 bool hasAnnotationsBefore() const { return m_hasAnnotationsBefore; }
RootInlineBox.cpp 269 bool hasAnnotationsBefore = false;
272 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
273 m_hasAnnotationsBefore = hasAnnotationsBefore;
316 if (!hasAnnotationsBefore())
324 if (hasAnnotationsBefore())
    [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)
670 hasAnnotationsBefore = true;
687 hasAnnotationsBefore = true;
    [all...]

Completed in 798 milliseconds