Home
last modified time | relevance | path

Searched refs:nonContentHeight (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderSearchField.cpp59 …rSearchField::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const in computeControlLogicalHeight()
64nonContentHeight = max(nonContentHeight, decorationRenderer->borderAndPaddingLogicalHeight() + dec… in computeControlLogicalHeight()
70nonContentHeight = max(nonContentHeight, cancelRenderer->borderAndPaddingLogicalHeight() + cancelR… in computeControlLogicalHeight()
74 return lineHeight + nonContentHeight; in computeControlLogicalHeight()
DRenderTextControlMultiLine.cpp70 …rolMultiLine::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const in computeControlLogicalHeight()
72 return lineHeight * toHTMLTextAreaElement(node())->rows() + nonContentHeight; in computeControlLogicalHeight()
DRenderSearchField.h40 …tUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRI…
DRenderTextControlMultiLine.h43 …tUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRI…
DRenderTextControl.cpp134 …LayoutUnit nonContentHeight = innerTextBox->borderAndPaddingHeight() + innerTextBox->marginHeight(… in computeLogicalHeight() local
135 …Box->lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes), nonContentHeight) + borderAndP… in computeLogicalHeight()
DRenderTextControlSingleLine.h73 …tUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRI…
DRenderTextControl.h60 …youtUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const = 0;
DRenderTextControlSingleLine.cpp346 …olSingleLine::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const in computeControlLogicalHeight()
348 return lineHeight + nonContentHeight; in computeControlLogicalHeight()