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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.h 131 bool hasAnnotationsBefore() const { return m_hasAnnotationsBefore; }
RootInlineBox.cpp 255 bool hasAnnotationsBefore = false;
258 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
259 m_hasAnnotationsBefore = hasAnnotationsBefore;
285 if (!hasAnnotationsBefore())
293 if (hasAnnotationsBefore())
    [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)
645 hasAnnotationsBefore = true;
662 hasAnnotationsBefore = true;
684 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType);
    [all...]

Completed in 467 milliseconds