Home | History | Annotate | Download | only in rendering

Lines Matching refs:isListMarker

273         if (runCount == 2 && !r->m_object->isListMarker())
274 isOnlyRun = ((style()->direction() == RTL) ? lastRun : firstRun)->m_object->isListMarker();
1605 if (o->isListMarker()) {
1935 if (last->isReplaced() && autoWrap && (!last->isImage() || allowImagesToBreak) && (!last->isListMarker() || toRenderListMarker(last)->isInside())) {