Home | History | Annotate | Download | only in rendering

Lines Matching refs:textObj

5447 textObj = toRenderText(currChild);
5463 RefPtr<StringImpl> oldText = textObj->originalText();
5491 new (renderArena()) RenderTextFragment(textObj->node() ? textObj->node() : textObj->document(), oldText.get(), length, oldText->length() - length);
5492 remainingText->setStyle(textObj->style());
5496 firstLetterContainer->addChild(remainingText, textObj);
5497 firstLetterContainer->removeChild(textObj);
5506 textObj->destroy();