Searched refs:buttonWidth (Results 1 – 2 of 2) sorted by relevance
187 const int buttonWidth = 30; in createDeletionUI() local199 …style->setProperty(CSSPropertyLeft, String::number((-buttonWidth / 2) - m_target->renderBox()->bor… in createDeletionUI()200 style->setProperty(CSSPropertyWidth, String::number(buttonWidth) + "px"); in createDeletionUI()
420 const int buttonWidth = GetSystemMetrics(SM_CXVSCROLL); in paintMenuList() local427 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()