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

  /external/webkit/WebCore/rendering/
RenderThemeWin.cpp 674 const int dropDownBoxPaddingLeft = style->direction() == LTR ? 4 : 4 + dropDownButtonWidth;
682 style->setPaddingLeft(Length(dropDownBoxPaddingLeft, Fixed));
    [all...]
RenderThemeWince.cpp 440 const int dropDownBoxPaddingLeft = style->direction() == LTR ? 4 : 4 + dropDownButtonWidth;
448 style->setPaddingLeft(Length(dropDownBoxPaddingLeft, Fixed));

Completed in 174 milliseconds