Home
last modified time | relevance | path

Searched refs:textBlockInsetRight (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTextControlMultiLine.h54 virtual int textBlockInsetRight() const;
DRenderTextControl.h110 virtual int textBlockInsetRight() const = 0;
DRenderTextControlMultiLine.cpp144 int RenderTextControlMultiLine::textBlockInsetRight() const in textBlockInsetRight() function in WebCore::RenderTextControlMultiLine
DRenderTextControlSingleLine.h148 virtual int textBlockInsetRight() const;
DRenderTextControl.cpp659 textPoint.setX(tx + width() - textBlockInsetRight() - style()->font().width(textRun)); in paintPlaceholder()
DRenderTextControlSingleLine.cpp1123 int RenderTextControlSingleLine::textBlockInsetRight() const in textBlockInsetRight() function in WebCore::RenderTextControlSingleLine