Searched refs:nonContentHeight (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderSearchField.cpp | 59 …rSearchField::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const in computeControlLogicalHeight() 64 …nonContentHeight = max(nonContentHeight, decorationRenderer->borderAndPaddingLogicalHeight() + dec… in computeControlLogicalHeight() 70 …nonContentHeight = max(nonContentHeight, cancelRenderer->borderAndPaddingLogicalHeight() + cancelR… in computeControlLogicalHeight() 74 return lineHeight + nonContentHeight; in computeControlLogicalHeight()
|
D | RenderTextControlMultiLine.cpp | 70 …rolMultiLine::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const in computeControlLogicalHeight() 72 return lineHeight * toHTMLTextAreaElement(node())->rows() + nonContentHeight; in computeControlLogicalHeight()
|
D | RenderSearchField.h | 40 …tUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRI…
|
D | RenderTextControlMultiLine.h | 43 …tUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRI…
|
D | RenderTextControl.cpp | 134 …LayoutUnit nonContentHeight = innerTextBox->borderAndPaddingHeight() + innerTextBox->marginHeight(… in computeLogicalHeight() local 135 …Box->lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes), nonContentHeight) + borderAndP… in computeLogicalHeight()
|
D | RenderTextControlSingleLine.h | 73 …tUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const OVERRI…
|
D | RenderTextControl.h | 60 …youtUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const = 0;
|
D | RenderTextControlSingleLine.cpp | 346 …olSingleLine::computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const in computeControlLogicalHeight() 348 return lineHeight + nonContentHeight; in computeControlLogicalHeight()
|