HomeSort by relevance Sort by last modified time
    Searched refs:dropDownBoxPaddingLeft (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderThemeWinCE.cpp 441 const int dropDownBoxPaddingLeft = style->direction() == LTR ? 4 : 4 + dropDownButtonWidth;
449 style->setPaddingLeft(Length(dropDownBoxPaddingLeft, Fixed));
RenderThemeWin.cpp 761 const int dropDownBoxPaddingLeft = style->direction() == LTR ? 4 : 4 + dropDownButtonWidth;
769 style->setPaddingLeft(Length(dropDownBoxPaddingLeft, Fixed));
    [all...]

Completed in 15 milliseconds