Home | History | Annotate | Download | only in rendering

Lines Matching refs:isRenderInline

331     while (parent->isRenderInline() && lineDepth++ < cMaxLineDepth) {
531 ASSERT_WITH_SECURITY_IMPLICATION(obj->isRenderInline() || obj == this);
1082 if (!r->m_object->isRenderInline()) {
1151 if (containerBlock->isRenderInline()) {
2114 } else if (o->isText() || (o->isRenderInline() && !walker.atEndOfInline())) {
2457 if (it.m_obj->isRenderInline() && !alwaysRequiresLineBox(it.m_obj) && !requiresLineBoxForContent(toRenderInline(it.m_obj), lineInfo))
2821 if (isInlineType || current.m_obj->container()->isRenderInline()) {
2847 } else if (current.m_obj->isRenderInline()) {