Searched refs:textObj (Results 1 – 3 of 3) sorted by relevance
95 RenderText* textObj = textObject(); in selectionRect() local98 const Font& f = textObj->style(m_firstLine)->font(); in selectionRect()100 … enclosingIntRect(f.selectionRectForText(TextRun(textObj->text()->characters() + m_start, m_len, t… in selectionRect()
4452 RenderText* textObj = toRenderText(currChild); in updateFirstLetter() local4468 RefPtr<StringImpl> oldText = textObj->originalText(); in updateFirstLetter()4484 …new (renderArena()) RenderTextFragment(textObj->node(), oldText.get(), length, oldText->length() -… in updateFirstLetter()4485 remainingText->setStyle(textObj->style()); in updateFirstLetter()4489 RenderObject* nextObj = textObj->nextSibling(); in updateFirstLetter()4490 firstLetterContainer->removeChild(textObj); in updateFirstLetter()4502 textObj->destroy(); in updateFirstLetter()
368 RenderText* textObj = toRenderText(endpoint.obj); in checkMidpoints() local369 if (endpoint.pos + 1 < textObj->textLength()) { in checkMidpoints()370 if (textObj->characters()[endpoint.pos+1] == softHyphen) in checkMidpoints()