Searched refs:textObj (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp182 RenderText* textObj = textRenderer();
185 RenderStyle* styleToUse = textObj->style(m_firstLine);
188 const UChar* characters = textObj->text()->characters() + m_start;
196 IntRect r = enclosingIntRect(f.selectionRectForText(TextRun(characters, len, textObj->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(), m_dirOverride),
H A DRenderBlock.cpp5473 RenderText* textObj = toRenderText(currChild); local
5489 RefPtr<StringImpl> oldText = textObj->originalText();
5517 new (renderArena()) RenderTextFragment(textObj->node() ? textObj->node() : textObj->document(), oldText.get(), length, oldText->length() - length);
5518 remainingText->setStyle(textObj->style());
5522 firstLetterContainer->addChild(remainingText, textObj);
5523 firstLetterContainer->removeChild(textObj);
5532 textObj->destroy();

Completed in 102 milliseconds