Searched defs:spacingBottom (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.cpp370 int spacingBottom = box->borderBottom() + box->paddingBottom(); local
373 extraParams.menuList.arrowHeight = rect.height() - spacingBottom - spacingTop;
404 int spacingBottom = box->borderBottom() + box->paddingBottom(); local
407 extraParams.menuList.arrowHeight = rect.height() - spacingBottom - spacingTop;

Completed in 71 milliseconds