Searched refs:icon (Results 126 - 150 of 499) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/toolbar/
H A Dtest_toolbar_model.h43 void set_icon(int icon) { icon_ = icon; } argument
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_icon_linux_wrapper.cc29 void StatusIconLinuxWrapper::DisplayBalloon(const gfx::ImageSkia& icon, argument
32 notification_.DisplayBalloon(icon, title, contents);
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_info_ui.cc72 // Set the icon URL.
73 GURL icon = local
78 source_->AddString("icon", base::UTF8ToUTF16(icon.spec()));
/external/chromium_org/third_party/polymer/components/core-field/
H A Dcore-field.css15 polyfill-next-selector { content: ':host > core-icon'; }
16 ::content > core-icon {
/external/chromium_org/third_party/polymer/components-chromium/core-field/
H A Dcore-field.css15 polyfill-next-selector { content: ':host > core-icon'; }
16 ::content > core-icon {
/external/chromium_org/ui/app_list/
H A Dsearch_box_model.cc32 void SearchBoxModel::SetIcon(const gfx::ImageSkia& icon) { argument
33 icon_ = icon;
H A Dsearch_box_model.h19 // SearchBoxModel consisits of an icon, a hint text, a user text and a selection
20 // model. The icon is rendered to the side of the query editor. The hint text
34 // The icon/tooltip when the hotword is on.
38 // The icon/tooltip when the hotword is off.
46 // Sets/gets the icon on the left side of edit box.
47 void SetIcon(const gfx::ImageSkia& icon);
48 const gfx::ImageSkia& icon() const { return icon_; } function in class:app_list::SearchBoxModel
H A Dapp_list_folder_item.cc20 // Generates the folder icon with the top 4 child item icons laid in 2x2 tile.
36 const gfx::ImageSkia& icon,
39 if (icon.isNull())
44 icon, skia::ImageOperations::RESIZE_BEST, icon_size));
99 top_icons.push_back(top_items_[i]->icon());
102 gfx::ImageSkia icon = gfx::ImageSkia( local
105 SetIcon(icon, false);
110 return top_items_[item_index]->icon();
143 // Get the top left icon bounds.
149 // Get the top right icon bound
35 DrawIcon(gfx::Canvas* canvas, const gfx::ImageSkia& icon, const gfx::Size icon_size, int x, int y) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_wm.c38 void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) argument
44 void ph_SetCaption(_THIS, const char *title, const char *icon) argument
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button.cc19 // The duration of the fade out animation of the old icon during a crossfade
29 CaptionButtonIcon icon)
31 icon_(icon),
49 void FrameCaptionButton::SetImages(CaptionButtonIcon icon, argument
57 if (icon == icon_ &&
69 icon_ = icon;
28 FrameCaptionButton(views::ButtonListener* listener, CaptionButtonIcon icon) argument
/external/chromium_org/ui/views/corewm/
H A Dcursor_height_provider_win.cc83 ICONINFO icon = {0}; local
84 GetIconInfo(cursor_handle, &icon);
88 if (GetDIBits(hdc, icon.hbmMask, 0, 0, NULL, &bitmap_info, DIB_RGB_COLORS) ==
104 PixelData data(GetBitmapData(icon.hbmMask, bitmap_info, hdc));
118 return bitmap_info.bmiHeader.biHeight - i - icon.yHotspot;
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_icon.cc41 // Struct to pass icon badges to NetworkIconImageSource.
62 // updates and generates the icon. Does nothing if network no longer exists.
88 // Gets the appropriate icon and badges and composites the image.
97 // Cached state of the network when the icon was last generated.
100 // Cached strength index of the network when the icon was last generated.
103 // Cached technology badge for the network when the icon was last generated.
106 // Cached vpn badge for the network when the icon was last generated.
109 // Cached roaming state of the network when the icon was last generated.
112 // Cached portal state of the network when the icon was last generated.
115 // Generated icon imag
232 NetworkIconImageSource(const gfx::ImageSkia& icon, const Badges& badges) argument
400 gfx::ImageSkia* icon = rb.GetImageSkiaNamed(IDR_AURA_UBER_TRAY_NETWORK_VPN); local
416 gfx::ImageSkia* icon = local
534 gfx::ImageSkia icon = GetImageForNetwork(connected_network, icon_type); local
540 gfx::ImageSkia* icon = ConnectingVpnImage(animation); local
554 gfx::ImageSkia* icon = ConnectingWirelessImage( local
718 gfx::ImageSkia icon = GetIcon(network, icon_type_, strength_index_); local
744 NetworkIconImpl* icon; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dhs20_supplicant.c57 struct osu_icon icon[OSU_MAX_ITEMS]; member in struct:osu_provider
275 snprintf(fname, sizeof(fname), "%s/osu-icon-%u.%s",
277 png ? "png" : "icon");
316 struct osu_icon *icon = &osu->icon[j]; local
317 if (icon->id || icon->failed)
320 icon->failed = 1;
322 icon->id = wpa_s->osu_icon_id;
436 * We are going through icon fetc
508 struct osu_icon *icon = &osu->icon[j]; local
533 struct osu_icon *icon = &osu->icon[j]; local
650 struct osu_icon *icon = &prov->icon[prov->icon_count]; local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DnetworkLogView.css47 .network-summary-bar .warning-icon-small {
154 .network-log-grid.data-grid .icon {
158 .network-log-grid.data-grid.small .icon {
162 .network-log-grid.data-grid .icon.script {
166 .network-log-grid.data-grid.small .icon.script {
170 .network-log-grid.data-grid .icon.document {
174 .network-log-grid.data-grid.small .icon.document {
178 .network-log-grid.data-grid .icon.stylesheet {
182 .network-log-grid.data-grid.small .icon.stylesheet {
186 .network-log-grid.data-grid .icon
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action_storage_manager.cc30 const char kIconStorageKey[] = "icon";
40 // The action icon is hidden.
45 // The action icon is visible with its normal appearance.
100 gfx::ImageSkia icon; local
147 icon.AddRepresentation(gfx::ImageSkiaRep(bitmap, scale));
150 action->SetIcon(kDefaultTabId, gfx::Image(icon));
172 gfx::ImageSkia icon = action->GetExplicitlySetIcon(kDefaultTabId); local
173 if (!icon.isNull()) {
179 if (icon.HasRepresentation(scale)) {
181 RepresentationToString(icon, scal
[all...]
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dextension_infobar.cc44 // The horizontal margin between the infobar icon and the Extension (HTML) view.
49 MenuImageSource(const gfx::ImageSkia& icon, const gfx::ImageSkia& drop_image) argument
51 icon_(icon),
74 // The margin between the extension icon and the drop-down arrow image.
138 // Wait until the icon image is loaded before showing it.
196 const gfx::ImageSkia* icon = NULL; local
197 // Fall back on the default extension icon on failure.
200 icon = rb.GetImageNamed(IDR_EXTENSIONS_SECTION).ToImageSkia();
202 icon = image.ToImageSkia();
208 gfx::CanvasImageSource* source = new MenuImageSource(*icon, *drop_imag
[all...]
/external/chromium_org/ui/message_center/
H A Dnotification.h31 gfx::Image icon; member in struct:message_center::ButtonInfo
61 const gfx::Image& icon,
128 const gfx::Image& icon() const { return icon_; } function in class:message_center::Notification
129 void set_icon(const gfx::Image& icon) { icon_ = icon; } argument
146 void SetButtonIcon(size_t index, const gfx::Image& icon);
198 const gfx::Image& icon,
212 // Image data for the associated icon, used by Ash when available.
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_action_view.cc138 gfx::ImageSkia icon = *view_controller_->GetIcon(tab_id).ToImageSkia(); local
140 if (!icon.isNull()) {
142 icon = gfx::ImageSkiaOperations::CreateTransparentImage(icon, .25);
149 gfx::ImageSkiaOperations::CreateSuperimposedImage(bg, icon));
159 Layout(); // We need to layout since we may have added an icon as a result.
263 gfx::ImageSkia icon = *view_controller_->GetIcon(tab_id).ToImageSkia(); local
265 icon = gfx::ImageSkiaOperations::CreateTransparentImage(icon, .25);
266 return extension_action()->GetIconWithBadge(icon, tab_i
[all...]
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_data.cc45 const char kKeyIcon[] = "icon";
88 // Loads locally stored icon data and decode it.
120 // Loads the icon from locally stored |icon_path_| on the blocking pool
190 // Use WebstoreInstallHelper to parse the manifest and decode the icon.
206 "", // No icon data.
227 const SkBitmap& icon,
240 client_->OnWebstoreParseSuccess(icon);
382 void KioskAppData::SetCache(const std::string& name, const SkBitmap& icon) { argument
383 icon_ = gfx::ImageSkia::CreateFrom1xBitmap(icon);
387 CHECK(gfx::PNGCodec::EncodeBGRASkBitmap(icon, fals
404 OnExtensionIconLoaded(const gfx::Image& icon) argument
416 OnIconLoadSuccess( const scoped_refptr<base::RefCountedString>& raw_icon, const gfx::ImageSkia& icon) argument
430 OnWebstoreParseSuccess(const SkBitmap& icon) argument
[all...]
/external/chromium_org/chrome/browser/resources/hotword_audio_verification/
H A Dstyle.css152 .train .icon {
183 .train.listening .icon {
187 .train.not-started .icon {
191 .train.recorded .icon {
195 .train.error .icon {
214 .check .icon {
/external/chromium_org/chrome/browser/resources/options/
H A Dmanage_profile_overlay.css9 .profile-icon-grid-item {
16 .profile-icon {
85 #create-profile-icon-grid,
86 #manage-profile-icon-grid {
130 html[dir='ltr'] #delete-profile-icon {
135 html[dir='rtl'] #delete-profile-icon {
/external/chromium_org/chrome/browser/task_manager/
H A Dpanel_information.cc90 gfx::Image icon = panel_->GetCurrentPageIcon(); local
91 return icon.IsEmpty() ? gfx::ImageSkia() : *icon.ToImageSkia();
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_action_image_view.cc104 gfx::Image icon = view_controller_->GetIcon(tab_id); local
105 if (!icon.IsEmpty())
106 SetImage(*icon.ToImageSkia());
/external/chromium_org/ui/gfx/
H A Dicon_util.h46 // HICON icon = IconUtil::CreateHICONFromSkBitmap(bitmap);
47 // if (icon == NULL) {
52 // // Use the icon with a WM_SETICON message
54 // reinterpret_cast<LPARAM>(icon));
56 // // Destroy the icon when we are done
57 // ::DestroyIcon(icon);
62 // The size of the large icon entries in .ico files on Windows Vista+.
65 // maximum size Windows will display an icon that does not have a 256x256
69 // The dimensions for icon images in Windows icon file
[all...]
/external/chromium_org/ash/system/chromeos/settings/
H A Dtray_settings.cc51 views::ImageView* icon = local
53 icon->SetImage(
55 icon->set_id(test::kSettingsTrayItemViewId);
56 AddChildView(icon);

Completed in 2015 milliseconds

1234567891011>>