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 150 bool hasAnnotationsBefore() const { return m_hasAnnotationsBefore; }
RootInlineBox.cpp 242 bool hasAnnotationsBefore = false;
245 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
246 m_hasAnnotationsBefore = hasAnnotationsBefore;
282 if (!hasAnnotationsBefore())
290 if (hasAnnotationsBefore())
    [all...]

Completed in 755 milliseconds