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 150 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; }
RootInlineBox.cpp 234 bool hasAnnotationsAfter = false;
236 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
238 m_hasAnnotationsAfter = hasAnnotationsAfter;
270 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter())
284 if (!prevRootBox() || !prevRootBox()->hasAnnotationsAfter())
    [all...]

Completed in 40 milliseconds