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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 376 int spacingRight = box->borderRight() + box->paddingRight();
377 extraParams.menuList.arrowX = (o->style()->direction() == RTL) ? rect.x() + 4 + spacingRight: right - 13 - spacingRight;
410 int spacingRight = box->borderRight() + box->paddingRight();
411 extraParams.menuList.arrowX = (o->style()->direction() == RTL) ? rect.x() + 4 + spacingRight: right - 13 - spacingRight;
RenderThemeChromiumWin.cpp 380 int spacingRight = box->borderRight() + box->paddingRight();
388 buttonX = o->style()->direction() == LTR ? r.maxX() - spacingRight - buttonWidth : r.x() + spacingLeft;

Completed in 85 milliseconds