Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderThemeWinCE.cpp439 const int dropDownBoxPaddingRight = style->direction() == LTR ? 4 + dropDownButtonWidth : 4; in adjustMenuListButtonStyle() local
447 style->setPaddingRight(Length(dropDownBoxPaddingRight, Fixed)); in adjustMenuListButtonStyle()
DRenderThemeWin.cpp759 const int dropDownBoxPaddingRight = style->direction() == LTR ? 4 + dropDownButtonWidth : 4; in adjustMenuListButtonStyle() local
767 style->setPaddingRight(Length(dropDownBoxPaddingRight, Fixed)); in adjustMenuListButtonStyle()