Searched refs:textObj (Results 1 – 4 of 4) sorted by relevance
26 editor:(NSText *)textObj 34 editor:textObj 43 editor:(NSText *)textObj 50 editor:textObj
205 RenderText* textObj = textRenderer(); in localSelectionRect() local208 RenderStyle* styleToUse = textObj->style(isFirstLineStyle()); in localSelectionRect()1471 RenderText* textObj = textRenderer(); in characterWidths() local1472 RenderStyle* styleToUse = textObj->style(isFirstLineStyle()); in characterWidths()
4832 RenderText* textObj = toRenderText(currentChild); in createFirstLetterRenderer() local4837 String oldText = textObj->originalText(); in createFirstLetterRenderer()4843 …new RenderTextFragment(textObj->node() ? textObj->node() : &textObj->document(), oldText.impl(), l… in createFirstLetterRenderer()4844 remainingText->setStyle(textObj->style()); in createFirstLetterRenderer()4848 firstLetterContainer->addChild(remainingText, textObj); in createFirstLetterRenderer()4849 firstLetterContainer->removeChild(textObj); in createFirstLetterRenderer()4859 textObj->destroy(); in createFirstLetterRenderer()