Searched refs:preferredContentLogicalWidth (Results 1 - 6 of 6) sorted by last modified time

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

Completed in 764 milliseconds