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 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...]

Completed in 853 milliseconds