Searched defs:textBlockWidth (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTextControl.cpp158 int RenderTextControl::textBlockWidth() const function in class:WebCore::RenderTextControl
H A DRenderTextControlSingleLine.cpp280 int desiredWidth = textBlockWidth();
503 int RenderTextControlSingleLine::textBlockWidth() const function in class:WebCore::RenderTextControlSingleLine
505 int width = RenderTextControl::textBlockWidth();

Completed in 20 milliseconds