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;
RenderTextControl.h 59 virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const = 0;
RenderTextControlMultiLine.cpp 64 LayoutUnit RenderTextControlMultiLine::preferredContentLogicalWidth(float charWidth) const
RenderTextControlSingleLine.h 75 virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const;
RenderTextControl.cpp 233 maxLogicalWidth = preferredContentLogicalWidth(const_cast<RenderTextControl*>(this)->getAvgCharWidth(family));
RenderTextControlSingleLine.cpp 310 LayoutUnit RenderTextControlSingleLine::preferredContentLogicalWidth(float charWidth) const

Completed in 50 milliseconds