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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.h 151 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; }
RootInlineBox.cpp 243 bool hasAnnotationsAfter = false;
245 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
247 m_hasAnnotationsAfter = hasAnnotationsAfter;
279 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter())
293 if (!prevRootBox() || !prevRootBox()->hasAnnotationsAfter())
    [all...]

Completed in 1048 milliseconds