Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTextControlSingleLine.cpp252 … int innerBlockWidth = width() - paddingLeft() - paddingRight() - borderLeft() - borderRight(); in layout() local
253 if (innerBlockWidth != innerBlockRenderer->width()) in layout()
255 innerBlockRenderer->style()->setWidth(Length(innerBlockWidth, Fixed)); in layout()