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

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

Completed in 51 milliseconds