Searched defs:icon (Results 1 - 25 of 131) sorted by relevance

123456

/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_syswm.cc30 void QT_SetWMCaption(_THIS, const char *title, const char *icon) argument
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxwm.c33 void NX_SetCaption (_THIS, const char * title, const char * icon) argument
/external/chromium/chrome/browser/ui/gtk/status_icons/
H A Dstatus_tray_gtk_unittest.cc28 // Create an icon, set the images and tooltip, then shut it down.
30 StatusIcon* icon = tray.CreateStatusIcon(); local
33 icon->SetImage(*bitmap);
34 icon->SetPressedImage(*bitmap);
35 icon->SetToolTip(ASCIIToUTF16("tool tip"));
38 icon->SetContextMenu(menu);
42 // Create an icon, send a fake click event, make sure observer is called.
44 StatusIconGtk* icon = static_cast<StatusIconGtk*>(tray.CreateStatusIcon()); local
46 icon->AddObserver(&observer);
49 icon
[all...]
/external/chromium/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_win_unittest.cc28 // Create an icon, set the images, tooltip, and context menu, then shut it
31 StatusIcon* icon = tray.CreateStatusIcon(); local
34 icon->SetImage(*bitmap);
35 icon->SetPressedImage(*bitmap);
36 icon->SetToolTip(ASCIIToUTF16("tool tip"));
39 icon->SetContextMenu(menu);
43 // Create an icon, send a fake click event, make sure observer is called.
45 StatusIconWin* icon = static_cast<StatusIconWin*>(tray.CreateStatusIcon()); local
47 icon->AddObserver(&observer);
50 tray.WndProc(NULL, icon
[all...]
/external/chromium/chrome/browser/status_icons/
H A Dstatus_tray.cc26 StatusIcon* icon = CreatePlatformStatusIcon(); local
27 if (icon)
28 status_icons_.push_back(icon);
29 return icon;
32 void StatusTray::RemoveStatusIcon(StatusIcon* icon) { argument
34 status_icons_.begin(), status_icons_.end(), icon);
H A Dstatus_icon_unittest.cc28 TestStatusIcon icon; local
32 icon.AddObserver(&observer);
33 icon.DispatchClickEvent();
34 icon.AddObserver(&observer2);
35 icon.DispatchClickEvent();
36 icon.RemoveObserver(&observer);
37 icon.RemoveObserver(&observer2);
42 TestStatusIcon icon; local
45 icon.AddObserver(&observer);
46 icon
[all...]
H A Dstatus_tray_unittest.cc39 // Make sure that removing an icon removes it from the list.
44 StatusIcon* icon = tray.CreateStatusIcon(); local
46 tray.RemoveStatusIcon(icon);
49 tray.RemoveStatusIcon(icon);
/external/webkit/Source/WebCore/loader/icon/
H A DPageURLRecord.cpp47 void PageURLRecord::setIconRecord(PassRefPtr<IconRecord> icon) argument
52 m_iconRecord = icon;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DIconChromium.cpp39 Icon::Icon(PassRefPtr<PlatformIcon> icon) argument
40 : m_icon(icon)
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification_factory.cc18 const GURL& icon, const string16& title,
22 icon, title, text, WebKit::WebTextDirectionDefault);
29 const GURL& icon, const string16& title,
32 // Create an icon notification with or without a footer link
37 subst.push_back(icon.spec());
40 // icon float position
17 Create( const GURL& icon, const string16& title, const string16& text, NotificationDelegate* delegate) argument
28 Create( const GURL& icon, const string16& title, const string16& text, const string16& link, NotificationDelegate* delegate) argument
/external/chromium/chrome/browser/chromeos/
H A Dsetting_level_bubble_view.cc35 void SettingLevelBubbleView::Init(SkBitmap* icon, int level_percent) { argument
36 DCHECK(icon);
38 icon_ = icon;
46 void SettingLevelBubbleView::SetIcon(SkBitmap* icon) { argument
47 DCHECK(icon);
48 icon_ = icon;
H A Dwm_overview_favicon.cc56 SkBitmap icon; local
67 icon = skia::ImageOperations::Resize(
73 favicon_view_->SetImage(icon);
76 SetBounds(gfx::Rect(icon.width(), icon.height()));
/external/chromium/chrome/browser/tab_contents/
H A Dsimple_alert_infobar_delegate.cc13 SkBitmap* icon,
17 icon_(icon),
11 SimpleAlertInfoBarDelegate( TabContents* contents, SkBitmap* icon, const string16& message, bool auto_expire) argument
/external/chromium/chrome/browser/ui/webui/
H A Dfileicon_source.cc19 // The path used in internal URLs to file icon data.
44 gfx::Image* icon = im->LookupIcon(escaped_filepath, IconLoader::NORMAL); local
46 if (icon) {
48 gfx::PNGCodec::EncodeBGRASkBitmap(*icon, false, &icon_data->data);
69 gfx::Image* icon) {
73 if (icon) {
75 gfx::PNGCodec::EncodeBGRASkBitmap(*icon, false, &icon_data->data);
79 // TODO(glen): send a dummy icon.
68 OnFileIconDataAvailable(IconManager::Handle handle, gfx::Image* icon) argument
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_syswm.cc31 void BE_SetWMCaption(_THIS, const char *title, const char *icon) argument
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemwm.c43 void GEM_SetCaption(_THIS, const char *title, const char *icon) argument
50 if (icon) {
51 GEM_icon_name = icon;
56 void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) argument
67 if (icon == NULL) {
71 /* Convert icon to the screen format */
72 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h,
80 bounds.w = icon->w;
81 bounds.h = icon
[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/webkit/Source/WebCore/notifications/
H A DNotificationContents.h46 KURL icon() const { return m_icon; } function in class:WebCore::NotificationContents
/external/webkit/Source/WebCore/platform/graphics/
H A DIcon.h65 static PassRefPtr<Icon> create(PassRefPtr<PlatformIcon> icon) { return adoptRef(new Icon(icon)); } argument
/external/webkit/Source/WebCore/platform/graphics/win/
H A DIconWin.cpp39 Icon::Icon(HICON icon) argument
40 : m_hIcon(icon)
42 ASSERT(icon);
/external/chromium/chrome/browser/extensions/
H A Dcrx_installer_browsertest.cc30 void OnInstallSuccess(const Extension* extension, SkBitmap* icon) { argument
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_uninstall_dialog_view.cc36 SkBitmap* icon)
39 // Scale down to icon size, but allow smaller icons (don't scale up).
40 gfx::Size size(icon->width(), icon->height());
45 icon_->SetImage(*icon);
148 SkBitmap* icon) {
162 new ExtensionUninstallDialogView(delegate, extension, icon))->Show();
34 ExtensionUninstallDialogView(ExtensionUninstallDialog::Delegate* delegate, const Extension* extension, SkBitmap* icon) argument
144 Show( Profile* profile, ExtensionUninstallDialog::Delegate* delegate, const Extension* extension, SkBitmap* icon) argument
/external/chromium/chrome/common/
H A Dbadge_util.cc55 SkBitmap DrawBadgeIconOverlay(const SkBitmap& icon, argument
72 if (SkScalarRound(text_width) > (icon.width() - kMinPadding * 2)) {
81 int badge_width = icon.width();
87 new gfx::CanvasSkia(badge_width, icon.height(), false));
88 canvas->DrawBitmapInt(icon, 0, 0);
94 SkScalar y = (icon.height() - font_size)/2 + font_size - 1;
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm.c41 /* The screen icon -- needs to be freed on SDL_VideoQuit() */
44 /* Win32 icon mask semantics are different from those of SDL:
45 SDL applies the mask to the icon and copies result to desktop.
46 Win32 applies the mask to the desktop and XORs the icon on.
47 This means that the SDL mask needs to be applied to the icon and
50 void WIN_SetWMIcon(_THIS, SDL_Surface *icon, Uint8 *mask) argument
93 /* Allocate the win32 bmp icon and set everything to zero */
94 icon_pitch = ((icon->w+3)&~3);
95 mask_pitch = ((icon->w+7)/8);
96 icon_plen = icon
212 WIN_SetWMCaption(_THIS, const char *title, const char *icon) argument
[all...]
/external/webkit/Source/WebCore/platform/
H A DFileChooser.cpp93 void FileChooser::iconLoaded(PassRefPtr<Icon> icon) argument
95 m_icon = icon;

Completed in 694 milliseconds

123456