Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/
Davatar_menu_button.cc52 if (old_height_ != height() || button_icon_.isNull()) { in OnPaint()
54 button_icon_ = *profiles::GetAvatarIconForTitleBar( in OnPaint()
59 int dst_width = std::min(button_icon_.width(), width()); in OnPaint()
67 static_cast<float>(dst_width) / static_cast<float>(button_icon_.width()); in OnPaint()
69 int dst_height = Round(button_icon_.height() * scale); in OnPaint()
75 canvas->DrawImageInt(button_icon_, 0, 0, button_icon_.width(), in OnPaint()
76 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false); in OnPaint()
88 button_icon_ = gfx::ImageSkia(); in SetAvatarIcon()
Davatar_menu_button.h65 gfx::ImageSkia button_icon_; variable