Searched refs:kButtonHoverSize (Results 1 – 1 of 1) sorted by relevance
31 const int kButtonHoverSize = 28; variable33 const int kBackgroundOffset = (48 - kButtonHoverSize) / 2;56 gfx::Rect rect(0, 0, kButtonHoverSize, kButtonHoverSize); in PaintBackground()63 bounds.x() + ((bounds.width() - kButtonHoverSize) / 2) - 1, in PaintBackground()69 bounds.y() + ((bounds.height() - kButtonHoverSize) / 2) - 1)); in PaintBackground()121 if (height() < kButtonHoverSize) in OnPaint()