Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumDefault.cpp375 int spacingBottom = box->borderBottom() + box->paddingBottom(); in paintMenuList() local
378 extraParams.menuList.arrowHeight = rect.height() - spacingBottom - spacingTop; in paintMenuList()
409 int spacingBottom = box->borderBottom() + box->paddingBottom(); in paintMenuListButton() local
412 extraParams.menuList.arrowHeight = rect.height() - spacingBottom - spacingTop; in paintMenuListButton()
DRenderThemeChromiumWin.cpp382 int spacingBottom = box->borderBottom() + box->paddingBottom(); in paintMenuListButton() local
394 r.height() - (spacingTop + spacingBottom)); in paintMenuListButton()