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

1234567891011

/external/qemu/distrib/sdl-1.2.12/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/bluetooth/glib/gio/tests/
H A Dg-icon.c33 GIcon *icon; local
49 uri = "file:///some/native/path/to/an/icon.png";
51 icon = g_file_icon_new (location);
52 data = g_icon_to_string (icon);
53 g_assert_cmpstr (data, ==, "/some/native/path/to/an/icon.png");
56 g_assert (g_icon_equal (icon, icon2));
58 g_object_unref (icon);
62 uri = "file:///some/native/path/to/an/icon with spaces.png";
64 icon = g_file_icon_new (location);
65 data = g_icon_to_string (icon);
[all...]
/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.12/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.12/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.12/src/video/cybergfx/
H A DSDL_cgxwm_c.h27 extern void CGX_SetCaption(_THIS, const char *title, const char *icon);
28 extern void CGX_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
H A DSDL_cgxwm.c36 void CGX_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) argument
41 void CGX_SetCaption(_THIS, const char *title, const char *icon) argument
/external/qemu/distrib/sdl-1.2.12/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);
/external/bluetooth/glib/gio/
H A Dgthemedicon.c40 * #GThemedIcon is an implementation of #GIcon that supports icon themes.
41 * #GThemedIcon contains a list of all of the icons present in an icon
43 * not provide actual pixmaps for icons, just the icon names.
82 GThemedIcon *icon = G_THEMED_ICON (object); local
87 g_value_set_boxed (value, icon->names);
91 g_value_set_boolean (value, icon->use_default_fallbacks);
105 GThemedIcon *icon = G_THEMED_ICON (object); local
117 if (icon->names)
118 g_strfreev (icon->names);
120 icon
291 GIcon *icon = icon; local
357 g_themed_icon_get_names(GThemedIcon *icon) argument
376 g_themed_icon_append_name(GThemedIcon *icon, const char *iconname) argument
407 g_themed_icon_prepend_name(GThemedIcon *icon, const char *iconname) argument
431 g_themed_icon_hash(GIcon *icon) argument
464 g_themed_icon_to_tokens(GIcon *icon, GPtrArray *tokens, gint *out_version) argument
488 GIcon *icon; local
[all...]
H A Dgfileicon.c42 * #GFileIcon specifies an icon by pointing to an image file
43 * to be used as icon.
49 static void g_file_icon_load_async (GLoadableIcon *icon,
85 GFileIcon *icon = G_FILE_ICON (object); local
90 g_value_set_object (value, icon->file);
104 GFileIcon *icon = G_FILE_ICON (object); local
109 icon->file = G_FILE (g_value_dup_object (value));
120 GFileIcon *icon; local
122 icon = G_FILE_ICON (object);
124 g_object_unref (icon
181 g_file_icon_get_file(GFileIcon *icon) argument
189 g_file_icon_hash(GIcon *icon) argument
207 g_file_icon_to_tokens(GIcon *icon, GPtrArray *tokens, gint *out_version) argument
227 GIcon *icon; local
270 g_file_icon_load(GLoadableIcon *icon, int size, char **type, GCancellable *cancellable, GError **error) argument
287 GLoadableIcon *icon; member in struct:__anon791
338 g_file_icon_load_async(GLoadableIcon *icon, int size, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) argument
359 g_file_icon_load_finish(GLoadableIcon *icon, GAsyncResult *res, char **type, GError **error) argument
[all...]
H A Dgemblem.c42 * having an emblem, which is an icon with additional properties.
55 GIcon *icon; member in struct:_GEmblem
85 g_value_set_object (value, emblem->icon);
108 emblem->icon = g_value_get_object (value);
126 g_object_unref (emblem->icon);
151 g_param_spec_object ("icon",
152 P_("The icon of the emblem"),
153 P_("The actual icon of the emblem"),
166 * @icon: a GIcon containing the icon
175 g_emblem_new(GIcon *icon) argument
202 g_emblem_new_with_origin(GIcon *icon, GEmblemOrigin origin) argument
257 g_emblem_hash(GIcon *icon) argument
280 g_emblem_to_tokens(GIcon *icon, GPtrArray *tokens, gint *out_version) argument
315 GIcon *icon; local
[all...]
H A Dgicon.c48 * serializing an icon to and from strings.
50 * #GIcon does not provide the actual pixmap for the icon as this is out
52 * of an icon (see #GThemedIcon), or the path to an icon (see #GLoadableIcon).
114 * @icon: #gconstpointer to an icon object.
116 * Gets a hash for an icon.
118 * Returns: a #guint containing a hash for the @icon, suitable for
122 g_icon_hash (gconstpointer icon) argument
126 g_return_val_if_fail (G_IS_ICON (icon),
163 g_icon_to_string_tokenized(GIcon *icon, GString *s) argument
246 g_icon_to_string(GIcon *icon) argument
304 GIcon *icon; local
446 GIcon *icon; local
[all...]
H A Dgloadableicon.c42 static void g_loadable_icon_real_load_async (GLoadableIcon *icon,
47 static GInputStream *g_loadable_icon_real_load_finish (GLoadableIcon *icon,
103 * @icon: a #GLoadableIcon.
105 * @type: a location to store the type of the loaded icon, %NULL to ignore.
110 * Loads a loadable icon. For the asynchronous version of this function,
113 * Returns: a #GInputStream to read the icon from.
116 g_loadable_icon_load (GLoadableIcon *icon, argument
124 g_return_val_if_fail (G_IS_LOADABLE_ICON (icon), NULL);
126 iface = G_LOADABLE_ICON_GET_IFACE (icon);
128 return (* iface->load) (icon, siz
144 g_loadable_icon_load_async(GLoadableIcon *icon, int size, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) argument
172 g_loadable_icon_load_finish(GLoadableIcon *icon, GAsyncResult *res, char **type, GError **error) argument
244 g_loadable_icon_real_load_async(GLoadableIcon *icon, int size, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) argument
261 g_loadable_icon_real_load_finish(GLoadableIcon *icon, GAsyncResult *res, char **type, GError **error) argument
[all...]
/external/qemu/distrib/sdl-1.2.12/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.12/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.12/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

Completed in 411 milliseconds

1234567891011