Searched refs:dropDownBoxPaddingLeft (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderThemeWin.cpp674 const int dropDownBoxPaddingLeft = style->direction() == LTR ? 4 : 4 + dropDownButtonWidth; local
682 style->setPaddingLeft(Length(dropDownBoxPaddingLeft, Fixed));
H A DRenderThemeWince.cpp440 const int dropDownBoxPaddingLeft = style->direction() == LTR ? 4 : 4 + dropDownButtonWidth; local
448 style->setPaddingLeft(Length(dropDownBoxPaddingLeft, Fixed));

Completed in 53 milliseconds