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 53 if (old_height_ != height() || button_icon_.isNull()) {
55 button_icon_ = *profiles::GetAvatarIconForTitleBar(
60 int dst_width = std::min(button_icon_.width(), width());
68 static_cast<float>(dst_width) / static_cast<float>(button_icon_.width());
70 int dst_height = Round(button_icon_.height() * scale);
76 canvas->DrawImageInt(button_icon_, 0, 0, button_icon_.width(),
77 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
87 button_icon_ = gfx::ImageSkia();
avatar_menu_button.h 63 gfx::ImageSkia button_icon_; member in class:AvatarMenuButton

Completed in 123 milliseconds