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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlMultiLine.h 42 virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const OVERRIDE;
RenderTextControl.h 60 virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const = 0;
RenderTextControlMultiLine.cpp 62 LayoutUnit RenderTextControlMultiLine::preferredContentLogicalWidth(float charWidth) const
RenderTextControlSingleLine.h 71 virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const OVERRIDE FINAL;
RenderTextControl.cpp 248 maxLogicalWidth = preferredContentLogicalWidth(const_cast<RenderTextControl*>(this)->getAvgCharWidth(family));
RenderTextControlSingleLine.cpp 293 LayoutUnit RenderTextControlSingleLine::preferredContentLogicalWidth(float charWidth) const

Completed in 216 milliseconds