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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 375 int spacingBottom = box->borderBottom() + box->paddingBottom();
378 extraParams.menuList.arrowHeight = rect.height() - spacingBottom - spacingTop;
409 int spacingBottom = box->borderBottom() + box->paddingBottom();
412 extraParams.menuList.arrowHeight = rect.height() - spacingBottom - spacingTop;
RenderThemeChromiumWin.cpp 382 int spacingBottom = box->borderBottom() + box->paddingBottom();
394 r.height() - (spacingTop + spacingBottom));

Completed in 22 milliseconds