Searched refs:icon (Results 1 - 25 of 235) sorted by relevance

12345678910

/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_syswm_c.h27 extern void QT_SetWMCaption(_THIS, const char *title, const char *icon);
H A DSDL_syswm.cc30 void QT_SetWMCaption(_THIS, const char *title, const char *icon) argument
/external/chromium/chrome/browser/status_icons/
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.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);
/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/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxwm_c.h31 extern void NX_SetCaption (_THIS, const char * title, const char * icon) ;
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemwm_c.h34 extern void GEM_SetCaption(_THIS, const char *title, const char *icon);
35 extern void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
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/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/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm_c.h30 extern void WIN_SetWMIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
31 extern void WIN_SetWMCaption(_THIS, const char *title, const char *icon);
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/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_syswm_c.h29 extern void BE_SetWMCaption(_THIS, const char *title, const char *icon);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_wm_c.h30 extern void ph_SetCaption(_THIS, const char *title, const char *icon);
31 extern void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DIconChromium.cpp39 Icon::Icon(PassRefPtr<PlatformIcon> icon) argument
40 : m_icon(icon)
/external/chromium/chrome/common/
H A Dbadge_util.h22 // Given an |icon|, renders the |text| centered on the |icon|. If |text| is
25 SkBitmap DrawBadgeIconOverlay(const SkBitmap& icon,
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm_c.h27 extern void Mac_SetCaption(_THIS, const char *title, const char *icon);
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification_factory.h23 const GURL& icon, const string16& title,
29 const GURL& icon, const string16& title,
/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/webkit/Source/WebCore/loader/icon/
H A DPageURLRecord.cpp47 void PageURLRecord::setIconRecord(PassRefPtr<IconRecord> icon) argument
52 m_iconRecord = icon;
/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/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/x11/
H A DSDL_x11wm_c.h27 extern void X11_SetCaptionNoLock(_THIS, const char *title, const char *icon);
28 extern void X11_SetCaption(_THIS, const char *title, const char *icon);
29 extern void X11_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
/external/webkit/Tools/QtTestBrowser/
H A Dlocationedit.cpp37 static QPixmap icon; local
38 if (icon.isNull())
39 icon.load(":/favicon.png");
41 return icon;
56 void LocationEdit::setPageIcon(const QIcon& icon) argument
58 if (icon.isNull())
61 m_pageIconLabel->setPixmap(icon.pixmap(gPageIconSize));
/external/qemu/distrib/sdl-1.2.15/test/
H A Dthreadwin.c26 SDL_Surface *icon; local
33 /* Load the icon surface */
34 icon = SDL_LoadBMP(file);
35 if ( icon == NULL ) {
41 if ( (icon->w%8) != 0 ) {
43 SDL_FreeSurface(icon);
46 if ( icon->format->palette == NULL ) {
48 SDL_FreeSurface(icon);
53 SDL_SetColorKey(icon, SDL_SRCCOLORKEY, *((Uint8 *)icon
226 SDL_Surface *icon; local
[all...]

Completed in 462 milliseconds

12345678910