Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControl.cpp133 if (RenderBox* innerTextBox = innerText->renderBox()) { in computeLogicalHeight() local
134 …LayoutUnit nonContentHeight = innerTextBox->borderAndPaddingHeight() + innerTextBox->marginHeight(… in computeLogicalHeight()
135 …logicalHeight = computeControlLogicalHeight(innerTextBox->lineHeight(true, HorizontalLine, Positio… in computeLogicalHeight()