Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DDeleteButtonController.cpp187 const int buttonWidth = 30; in createDeletionUI() local
199 …style->setProperty(CSSPropertyLeft, String::number((-buttonWidth / 2) - m_target->renderBox()->bor… in createDeletionUI()
200 style->setProperty(CSSPropertyWidth, String::number(buttonWidth) + "px"); in createDeletionUI()
/external/webkit/WebCore/rendering/
DRenderThemeChromiumWin.cpp420 const int buttonWidth = GetSystemMetrics(SM_CXVSCROLL); in paintMenuList() local
427 if (r.right() - r.x() < buttonWidth) in paintMenuList()
430 …buttonX = o->style()->direction() == LTR ? r.right() - spacingRight - buttonWidth : r.x() + spacin… in paintMenuList()
435 std::min(buttonWidth, r.right() - r.x()), in paintMenuList()