Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderThemeWinCE.cpp84 static const int dropDownButtonWidth = 17; variable
253 IntRect buttonRect(r.maxX() - dropDownButtonWidth - 1, r.y(), dropDownButtonWidth, r.height()); in paintMenuListButton()
439 const int dropDownBoxPaddingRight = style->direction() == LTR ? 4 + dropDownButtonWidth : 4; in adjustMenuListButtonStyle()
441 const int dropDownBoxPaddingLeft = style->direction() == LTR ? 4 : 4 + dropDownButtonWidth; in adjustMenuListButtonStyle()
DRenderThemeWin.cpp127 static const int dropDownButtonWidth = 17; variable
759 const int dropDownBoxPaddingRight = style->direction() == LTR ? 4 + dropDownButtonWidth : 4; in adjustMenuListButtonStyle()
761 const int dropDownBoxPaddingLeft = style->direction() == LTR ? 4 : 4 + dropDownButtonWidth; in adjustMenuListButtonStyle()
794 buttonRect.setX(buttonRect.maxX() - dropDownButtonWidth); in paintMenuListButton()
795 buttonRect.setWidth(dropDownButtonWidth); in paintMenuListButton()