HomeSort by relevance Sort by last modified time
    Searched defs:hasAnnotationsBefore (Results 1 - 2 of 2) 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...]

Completed in 337 milliseconds