Home | History | Annotate | Download | only in rendering

Lines Matching refs:isText

111                 if (endpoint.obj->isText()) {
117 } else if (startpoint.obj->isText()) {
186 if (obj->isText()) {
203 if (o->isText()) {
334 if (r->m_object->isText()) {
358 ASSERT(r->m_box->isText());
449 if (r->m_object->isText()) {
497 if (r->m_object->isText())
614 } else if (o->isText() || (o->isRenderInline() && !endOfInline)) {
620 if (doTextWrap && !hasTextToWrap && o->isText()) {
639 if (!o->isText())
787 if (lastObject->isText()) {
1040 if (!dirtiedByFloat && (!prevRootBox->endsWithBreak() || (prevRootBox->lineBreakObj()->isText() && prevRootBox->lineBreakPos() >= toRenderText(prevRootBox->lineBreakObj())->textLength())))
1363 if (next && !next->isBR() && next->isText() && toRenderText(next)->textLength() > 0) {
1608 } else if (o->isText()) {
1664 beforeSoftHyphen = InlineIterator(0, last, last->isText() ? toRenderText(last)->textLength() - 1 : 0);
1759 if (lBreak.obj && shouldPreserveNewline(lBreak.obj) && lBreak.obj->isText() && toRenderText(lBreak.obj)->textLength() && !toRenderText(lBreak.obj)->isWordBreak() && toRenderText(lBreak.obj)->characters()[lBreak.pos] == '\n') {
1874 else if (next && o->isText() && next->isText() && !next->isBR()) {
1964 lBreak.pos = last->isText() ? last->length() : 0;
1994 else if (lBreak.obj == 0 && trailingSpaceObject->isText()) {
2013 if (lBreak.obj && lBreak.pos >= 2 && lBreak.obj->isText()) {