HomeSort by relevance Sort by last modified time
    Searched refs:icon_ (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/message_center/views/
notification_button.cc 21 icon_(NULL),
40 if (icon_ != NULL)
41 delete icon_; // This removes the icon from this view's children.
43 icon_ = NULL;
45 icon_ = new views::ImageView();
46 icon_->SetImageSize(gfx::Size(message_center::kNotificationButtonIconSize,
48 icon_->SetImage(image);
49 icon_->SetHorizontalAlignment(views::ImageView::LEADING);
50 icon_->SetVerticalAlignment(views::ImageView::LEADING);
51 icon_->SetBorder(views::Border::CreateEmptyBorder
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item.h 26 const gfx::Image& icon() const { return icon_; }
44 const gfx::Image icon_; member in class:ChromeLauncherAppMenuItem
chrome_launcher_app_menu_item.cc 12 icon_(icon ? gfx::Image(*icon) : gfx::Image()),
  /external/chromium_org/ash/system/overview/
overview_button_tray.cc 34 : TrayBackgroundView(status_area_widget), icon_(NULL) {
38 icon_ = new views::ImageView();
39 icon_->SetImage(
42 tray_container()->AddChildView(icon_);
95 icon_->SetBorder(views::Border::CreateEmptyBorder(
101 icon_->SetBorder(views::Border::CreateEmptyBorder(
overview_button_tray.h 59 views::ImageView* icon_; member in class:ash::OverviewButtonTray
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_image_model.h 35 int get_icon() const { return icon_; }
44 void set_icon(int icon) { icon_ = icon; }
53 int icon_; member in class:ContentSettingImageModel
  /external/chromium_org/chrome/browser/ui/toolbar/
test_toolbar_model.cc 14 icon_(IDR_LOCATION_BAR_HTTP),
50 return icon_;
54 return icon_;
origin_chip_info.h 43 int icon() const { return icon_; }
60 // State used to determine whether the |label_| and |icon_| need to be
68 int icon_; member in class:OriginChipInfo
  /external/chromium_org/ash/system/tray/
tray_item_more.cc 23 icon_(NULL),
29 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
30 AddChildView(icon_);
55 icon_->SetImage(image_skia);
64 delete icon_;
65 icon_ = NULL;
tray_notification_view.cc 23 icon_(NULL),
43 icon_ = new views::ImageView;
45 icon_->SetImage(
79 layout->AddView(icon_);
86 icon_->SetImage(image);
91 return icon_->GetImage();
106 icon_->SetImage(image);
  /external/chromium_org/ui/base/dragdrop/
drag_utils.cc 36 icon_(icon) {
44 if (!icon_.isNull()) {
46 canvas->DrawImageInt(icon_, (size().width() - icon_.width()) / 2, 0);
54 const gfx::Rect rect(1, icon_.height() + kLinkDragImageVPadding + 1,
60 const gfx::Rect rect(0, icon_.height() + kLinkDragImageVPadding,
78 const gfx::ImageSkia icon_; member in class:drag_utils::__anon20510::FileDragImageSource
  /external/chromium_org/chrome/browser/ui/views/location_bar/
add_to_app_launcher_view.cc 55 icon_(new views::ImageView),
58 icon_->SetHorizontalAlignment(views::ImageView::LEADING);
59 icon_->SetImage(ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
61 icon_->SetTooltipText(
63 AddChildView(icon_);
139 gfx::Size size(icon_->GetPreferredSize());
161 const int icon_width = icon_->GetPreferredSize().width();
162 icon_->SetBounds(
168 icon_->bounds().right() + LocationBarView::kItemPadding,
  /external/chromium_org/chrome/common/
icon_with_badge_image_source.cc 21 icon_(icon),
32 canvas->DrawImageInt(icon_, 0, 0, SkPaint());
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_account_chooser.h 22 base::scoped_nsobject<NSImageView> icon_; variable
  /external/chromium_org/ui/app_list/views/
top_icon_animation_view.cc 19 icon_(new views::ImageView),
26 icon_->SetImage(resized);
27 AddChildView(icon_);
79 icon_->SetBoundsRect(GetContentsBounds());
tile_item_view.cc 77 icon_(new views::ImageView),
88 icon_->SetImageSize(gfx::Size(kTileImageSize, kTileImageSize));
100 AddChildView(icon_);
117 icon_->SetImage(NULL);
123 icon_->SetImage(item_->icon());
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc 47 icon_(icon) {
51 canvas->DrawImageInt(icon_, 0, 0);
55 badge, icon_.width() - badge.width(), icon_.height() - badge.height());
59 gfx::ImageSkia icon_; member in class:__anon9533::BadgedIconSource
89 icon_ = gfx::ImageSkia(
97 SetIcon(icon_);
169 const std::vector<gfx::ImageSkiaRep>& image_reps = icon_.image_reps();
171 icon_.RemoveRepresentation(image_reps[i].scale());
173 icon_ = gfx::ImageSkia(new BadgedIconSource(icon_)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_button.cc 50 if (!icon_.get())
56 *icon_, is_rectangle_, width(), height()).ToImageSkia();
86 icon_.reset(new gfx::Image(icon));
  /external/chromium_org/ui/views/controls/
message_box_view.cc 79 icon_(NULL),
97 if (!icon_)
98 icon_ = new ImageView();
99 icon_->SetImage(icon);
100 icon_->SetBounds(0, 0, icon.width(), icon.height());
213 if (icon_)
214 icon_size = icon_->GetPreferredSize();
220 if (icon_) {
233 if (icon_) {
243 if (icon_) {
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.cc 47 icon_(icon) {
54 canvas->DrawImageInt(icon_, 0, 0);
59 canvas->DrawImageInt(overlay, 0, icon_.height() - overlay.height());
62 gfx::ImageSkia icon_; member in class:__anon9505::ShortcutOverlayImageSource
72 icon_(icon) {
82 canvas->DrawImageInt(icon_, 0, 0);
85 new gfx::Canvas(gfx::Size(icon_.width(), icon_.height()), 1.0f, false));
92 gfx::Rect(icon_.width(), icon_.height())
101 gfx::ImageSkia icon_; member in class:__anon9505::RoundedCornersImageSource
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager.cc 56 StatusIcon* icon_; member in class:extensions::ExtensionIndicatorIcon
70 if (extension_icon->icon_)
78 if (icon_) {
79 icon_->RemoveObserver(this);
80 status_tray_->RemoveStatusIcon(icon_);
98 icon_->SetImage(
108 icon_(NULL),
117 icon_ = status_tray_->CreateStatusIcon(
119 if (icon_)
120 icon_->AddObserver(this)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_action.cc 38 : icon_(icon) {}
42 gfx::ImageSkiaRep icon_rep = icon_.GetRepresentation(scale);
50 const gfx::ImageSkia icon_; member in class:__anon8469::GetAttentionImageSource
89 copy->icon_ = icon_;
136 SetValue(&icon_, tab_id, image.AsImageSkia());
140 return GetValue(&icon_, tab_id);
169 icon_.erase(tab_id);
236 return HasValue(icon_, tab_id);
242 gfx::ImageSkia icon = GetValue(&icon_, tab_id)
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
url_icon_source.cc 54 if (!icon_.isNull())
55 return icon_.GetRepresentation(scale);
83 icon_ = gfx::ImageSkiaOperations::CreateResizedImage(
  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_bubble_cocoa.h 40 base::scoped_nsobject<NSImageView> icon_; variable
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permission_selector_view.h 51 views::ImageView* icon_; // Owned by the views hierachy. member in class:PermissionSelectorView

Completed in 298 milliseconds

1 2 3 4 5 6