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

  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_button.cc 58 if (old_height_ != height() || button_icon_.isNull()) {
60 button_icon_ = *profiles::GetAvatarIconForTitleBar(
65 int dst_width = std::min(button_icon_.width(), width());
73 static_cast<float>(dst_width) / static_cast<float>(button_icon_.width());
75 int dst_height = Round(button_icon_.height() * scale);
81 canvas->DrawImageInt(button_icon_, 0, 0, button_icon_.width(),
82 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
88 button_icon_ = gfx::ImageSkia();
avatar_menu_button.h 68 gfx::ImageSkia button_icon_; member in class:AvatarMenuButton

Completed in 246 milliseconds