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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.h 132 bool hasAnnotationsAfter() const { return m_hasAnnotationsAfter; }
RootInlineBox.cpp 256 bool hasAnnotationsAfter = false;
258 lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore, hasAnnotationsAfter, baselineType());
260 m_hasAnnotationsAfter = hasAnnotationsAfter;
282 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter())
296 if (!prevRootBox() || !prevRootBox()->hasAnnotationsAfter())
    [all...]

Completed in 143 milliseconds