Searched refs:preferredContentLogicalWidth (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlMultiLine.h42 virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const OVERRIDE;
H A DRenderTextControlMultiLine.cpp62 LayoutUnit RenderTextControlMultiLine::preferredContentLogicalWidth(float charWidth) const function in class:blink::RenderTextControlMultiLine
H A DRenderTextControl.h60 virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const = 0;
H A DRenderTextControlSingleLine.h71 virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const OVERRIDE FINAL;
H A DRenderTextControl.cpp248 maxLogicalWidth = preferredContentLogicalWidth(const_cast<RenderTextControl*>(this)->getAvgCharWidth(family));
H A DRenderTextControlSingleLine.cpp293 LayoutUnit RenderTextControlSingleLine::preferredContentLogicalWidth(float charWidth) const function in class:blink::RenderTextControlSingleLine

Completed in 400 milliseconds