Searched refs:icon_ (Results 1 - 25 of 116) sorted by relevance

12345

/external/chromium_org/ui/message_center/views/
H A Dnotification_button.cc21 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_
[all...]
/external/chromium_org/ash/system/overview/
H A Doverview_button_tray.cc34 : TrayBackgroundView(status_area_widget), icon_(NULL) {
38 icon_ = new views::ImageView();
39 icon_->SetImage(
42 tray_container()->AddChildView(icon_);
98 icon_->SetBorder(views::Border::CreateEmptyBorder(
104 icon_->SetBorder(views::Border::CreateEmptyBorder(
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_image_model.h35 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/
H A Dtest_toolbar_model.cc14 icon_(IDR_LOCATION_BAR_HTTP),
50 return icon_;
54 return icon_;
/external/chromium_org/ash/system/tray/
H A Dtray_item_more.cc23 icon_(NULL),
29 icon_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
30 AddChildView(icon_);
55 icon_->SetImage(image_skia);
64 delete icon_;
65 icon_ = NULL;
H A Dtray_notification_view.cc22 icon_(NULL),
42 icon_ = new views::ImageView;
44 icon_->SetImage(
78 layout->AddView(icon_);
85 icon_->SetImage(image);
90 return icon_->GetImage();
105 icon_->SetImage(image);
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_app_menu_item.h26 const gfx::Image& icon() const { return icon_; }
44 const gfx::Image icon_; member in class:ChromeLauncherAppMenuItem
H A Dchrome_launcher_app_menu_item.cc12 icon_(icon ? gfx::Image(*icon) : gfx::Image()),
/external/chromium_org/ui/base/dragdrop/
H A Ddrag_utils.cc36 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::__anon16630::FileDragImageSource
/external/chromium_org/chrome/browser/extensions/api/system_indicator/
H A Dsystem_indicator_manager.cc52 StatusIcon* icon_; member in class:extensions::ExtensionIndicatorIcon
66 if (extension_icon->icon_)
74 if (icon_) {
75 icon_->RemoveObserver(this);
76 status_tray_->RemoveStatusIcon(icon_);
94 icon_->SetImage(
104 icon_(NULL),
113 icon_ = status_tray_->CreateStatusIcon(
115 if (icon_)
116 icon_
[all...]
/external/chromium_org/chrome/common/
H A Dicon_with_badge_image_source.cc21 icon_(icon),
32 canvas->DrawImageInt(icon_, 0, 0, SkPaint());
/external/chromium_org/ui/app_list/views/
H A Dtile_item_view.cc34 icon_(new views::ImageView),
42 icon_->SetImageSize(gfx::Size(kTileIconSize, kTileIconSize));
56 AddChildView(icon_);
99 icon_->SetImage(item_->icon());
H A Dtop_icon_animation_view.cc19 icon_(new views::ImageView),
26 icon_->SetImage(resized);
27 AddChildView(icon_);
79 icon_->SetBoundsRect(GetContentsBounds());
H A Dapp_list_item_view.cc90 icon_(new views::ImageView),
97 icon_->set_interactive(false);
109 AddChildView(icon_);
134 icon_->SetImage(NULL);
145 icon_->SetImage(shadow);
149 icon_->SetImage(resized);
239 return icon_->GetImage();
248 gfx::Point image = icon_->GetImageBounds().origin();
249 return gfx::Point(icon_->x() + image.x(), icon_
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_result.cc44 : CanvasImageSource(icon_size, false), icon_(icon) {}
47 canvas->DrawImageInt(icon_, 0, 0);
51 badge, icon_.width() - badge.width(), icon_.height() - badge.height());
55 gfx::ImageSkia icon_; member in class:__anon4970::BadgedIconSource
91 icon_ = gfx::ImageSkia(
99 SetIcon(icon_);
202 const std::vector<gfx::ImageSkiaRep>& image_reps = icon_.image_reps();
204 icon_.RemoveRepresentation(image_reps[i].scale());
207 icon_
[all...]
/external/chromium_org/athena/activity/
H A Dactivity_frame_view.cc52 icon_(new views::ImageView),
57 AddChildView(icon_);
108 icon_->SetImage(view_model_->GetIcon());
137 icon_->SetVisible(false);
142 icon_->SetVisible(in_overview_);
149 icon_->SetBounds(edge, edge, kIconSize, kIconSize);
151 title_x = icon_->bounds().right() + kIconTitleSpacing;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.cc45 icon_(icon) {
52 canvas->DrawImageInt(icon_, 0, 0);
57 canvas->DrawImageInt(overlay, 0, icon_.height() - overlay.height());
60 gfx::ImageSkia icon_; member in class:__anon4948::ShortcutOverlayImageSource
70 icon_(icon) {
80 canvas->DrawImageInt(icon_, 0, 0);
83 new gfx::Canvas(gfx::Size(icon_.width(), icon_.height()), 1.0f, false));
90 gfx::Rect(icon_.width(), icon_
99 gfx::ImageSkia icon_; member in class:__anon4948::RoundedCornersImageSource
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Durl_icon_source.cc54 if (!icon_.isNull())
55 return icon_.GetRepresentation(scale);
83 icon_ = gfx::ImageSkiaOperations::CreateResizedImage(
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_button.cc55 if (!icon_.get())
61 *icon_, is_rectangle_, width(), height()).ToImageSkia();
87 icon_.reset(new gfx::Image(icon));
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_account_chooser.h22 base::scoped_nsobject<NSImageView> icon_; variable
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dconfirm_bubble_cocoa.h40 base::scoped_nsobject<NSImageView> icon_; variable
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.cc45 icon_(new views::ImageView),
51 icon_->SetHorizontalAlignment(views::ImageView::LEADING);
52 AddChildView(icon_);
100 icon_->SetImage(ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
102 icon_->SetTooltipText(
158 gfx::Size size(icon_->GetPreferredSize());
180 const int icon_width = icon_->GetPreferredSize().width();
181 icon_->SetBounds(
185 icon_->bounds().right() + LocationBarView::kItemPadding, 0,
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermission_selector_view.h51 views::ImageView* icon_; // Owned by the views hierachy. member in class:PermissionSelectorView
/external/chromium_org/ui/views/examples/
H A Dbutton_example.h39 const gfx::ImageSkia* icon_; member in class:views::examples::ButtonExample
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dapp_indicator_icon.cc240 icon_(NULL),
253 if (icon_) {
254 app_indicator_set_status(icon_, APP_INDICATOR_STATUS_PASSIVE);
255 g_object_unref(icon_);
306 if (icon_)
325 if (!icon_) {
326 icon_ =
331 app_indicator_set_status(icon_, APP_INDICATOR_STATUS_ACTIVE);
336 app_indicator_set_icon_theme_path(icon_, icon_dir.c_str());
337 app_indicator_set_icon_full(icon_, icon_nam
[all...]

Completed in 2562 milliseconds

12345