computeControlLogicalHeight   40 Source/core/rendering/RenderSearchField.h     virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE;
computeControlLogicalHeight  135 Source/core/rendering/RenderTextControl.cpp         logicalHeight = computeControlLogicalHeight(innerTextBox->lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes), nonContentHeight) + borderAndPaddingHeight();
computeControlLogicalHeight   60 Source/core/rendering/RenderTextControl.h     virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const = 0;
computeControlLogicalHeight   43 Source/core/rendering/RenderTextControlMultiLine.h     virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE;
computeControlLogicalHeight   73 Source/core/rendering/RenderTextControlSingleLine.h     virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRIDE;