Home
last modified time | relevance | path

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

/external/skia/src/views/mac/
DSkTextFieldCell.m26 editor:(NSText *)textObj
34 editor:textObj
43 editor:(NSText *)textObj
50 editor:textObj
/external/chromium_org/third_party/skia/src/views/mac/
DSkTextFieldCell.m26 editor:(NSText *)textObj
34 editor:textObj
43 editor:(NSText *)textObj
50 editor:textObj
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp205 RenderText* textObj = textRenderer(); in localSelectionRect() local
208 RenderStyle* styleToUse = textObj->style(isFirstLineStyle()); in localSelectionRect()
1471 RenderText* textObj = textRenderer(); in characterWidths() local
1472 RenderStyle* styleToUse = textObj->style(isFirstLineStyle()); in characterWidths()
DRenderBlock.cpp4832 RenderText* textObj = toRenderText(currentChild); in createFirstLetterRenderer() local
4837 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()