getAvgCharWidth 244 Source/core/rendering/RenderTextControl.cpp maxLogicalWidth = preferredContentLogicalWidth(const_cast<RenderTextControl*>(this)->getAvgCharWidth(family)); getAvgCharWidth 58 Source/core/rendering/RenderTextControl.h virtual float getAvgCharWidth(AtomicString family); getAvgCharWidth 59 Source/core/rendering/RenderTextControlMultiLine.cpp return RenderTextControl::getAvgCharWidth(family); getAvgCharWidth 41 Source/core/rendering/RenderTextControlMultiLine.h virtual float getAvgCharWidth(AtomicString family) OVERRIDE; getAvgCharWidth 307 Source/core/rendering/RenderTextControlSingleLine.cpp return RenderTextControl::getAvgCharWidth(family); getAvgCharWidth 71 Source/core/rendering/RenderTextControlSingleLine.h virtual float getAvgCharWidth(AtomicString family) OVERRIDE FINAL;