Home
last modified time | relevance | path

Searched refs:textObj (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineTextBox.cpp95 RenderText* textObj = textObject(); in selectionRect() local
98 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()
DRenderBlock.cpp4452 RenderText* textObj = toRenderText(currChild); in updateFirstLetter() local
4468 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()
Dbidi.cpp368 RenderText* textObj = toRenderText(endpoint.obj); in checkMidpoints() local
369 if (endpoint.pos + 1 < textObj->textLength()) { in checkMidpoints()
370 if (textObj->characters()[endpoint.pos+1] == softHyphen) in checkMidpoints()