/external/bluetooth/glib/gio/ |
D | gfileicon.c | 85 GFileIcon *icon = G_FILE_ICON (object); in G_DEFINE_TYPE_WITH_CODE() local 104 GFileIcon *icon = G_FILE_ICON (object); in g_file_icon_set_property() local 120 GFileIcon *icon; in g_file_icon_finalize() local 181 g_file_icon_get_file (GFileIcon *icon) in g_file_icon_get_file() 189 g_file_icon_hash (GIcon *icon) in g_file_icon_hash() 207 g_file_icon_to_tokens (GIcon *icon, in g_file_icon_to_tokens() 227 GIcon *icon; in g_file_icon_from_tokens() local 270 g_file_icon_load (GLoadableIcon *icon, in g_file_icon_load() 287 GLoadableIcon *icon; member 338 g_file_icon_load_async (GLoadableIcon *icon, in g_file_icon_load_async() [all …]
|
D | gthemedicon.c | 82 GThemedIcon *icon = G_THEMED_ICON (object); in G_DEFINE_TYPE_WITH_CODE() local 105 GThemedIcon *icon = G_THEMED_ICON (object); in g_themed_icon_set_property() local 291 GIcon *icon = icon; in g_themed_icon_new_from_names() local 357 g_themed_icon_get_names (GThemedIcon *icon) in g_themed_icon_get_names() 376 g_themed_icon_append_name (GThemedIcon *icon, in g_themed_icon_append_name() 407 g_themed_icon_prepend_name (GThemedIcon *icon, in g_themed_icon_prepend_name() 431 g_themed_icon_hash (GIcon *icon) in g_themed_icon_hash() 464 g_themed_icon_to_tokens (GIcon *icon, in g_themed_icon_to_tokens() 488 GIcon *icon; in g_themed_icon_from_tokens() local
|
D | gicon.c | 122 g_icon_hash (gconstpointer icon) in g_icon_hash() 163 g_icon_to_string_tokenized (GIcon *icon, GString *s) in g_icon_to_string_tokenized() 246 g_icon_to_string (GIcon *icon) in g_icon_to_string() 304 GIcon *icon; in g_icon_new_from_tokens() local 446 GIcon *icon; in g_icon_new_for_string() local
|
D | gemblem.c | 55 GIcon *icon; member 175 g_emblem_new (GIcon *icon) in g_emblem_new() 202 g_emblem_new_with_origin (GIcon *icon, in g_emblem_new_with_origin() 257 g_emblem_hash (GIcon *icon) in g_emblem_hash() 280 g_emblem_to_tokens (GIcon *icon, in g_emblem_to_tokens() 315 GIcon *icon; in g_emblem_from_tokens() local
|
D | gloadableicon.c | 116 g_loadable_icon_load (GLoadableIcon *icon, in g_loadable_icon_load() 144 g_loadable_icon_load_async (GLoadableIcon *icon, in g_loadable_icon_load_async() 172 g_loadable_icon_load_finish (GLoadableIcon *icon, in g_loadable_icon_load_finish() 244 g_loadable_icon_real_load_async (GLoadableIcon *icon, in g_loadable_icon_real_load_async() 261 g_loadable_icon_real_load_finish (GLoadableIcon *icon, in g_loadable_icon_real_load_finish()
|
D | gemblemedicon.c | 56 GIcon *icon; member 108 g_emblemed_icon_new (GIcon *icon, in g_emblemed_icon_new() 185 g_emblemed_icon_hash (GIcon *icon) in g_emblemed_icon_hash() 243 g_emblemed_icon_to_tokens (GIcon *icon, in g_emblemed_icon_to_tokens()
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
D | SDL_cgxwm.c | 36 void CGX_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) in CGX_SetIcon() 41 void CGX_SetCaption(_THIS, const char *title, const char *icon) in CGX_SetCaption()
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
D | SDL_gemwm.c | 43 void GEM_SetCaption(_THIS, const char *title, const char *icon) in GEM_SetCaption() 56 void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) in GEM_SetIcon()
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
D | SDL_ph_wm.c | 38 void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) in ph_SetIcon() 44 void ph_SetCaption(_THIS, const char *title, const char *icon) in ph_SetCaption()
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_syswm.c | 50 void WIN_SetWMIcon(_THIS, SDL_Surface *icon, Uint8 *mask) in WIN_SetWMIcon() 212 void WIN_SetWMCaption(_THIS, const char *title, const char *icon) in WIN_SetWMCaption()
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
D | SDL_syswm.cc | 30 void QT_SetWMCaption(_THIS, const char *title, const char *icon) in QT_SetWMCaption()
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
D | SDL_nxwm.c | 33 void NX_SetCaption (_THIS, const char * title, const char * icon) in NX_SetCaption()
|
/external/webkit/WebCore/loader/icon/ |
D | PageURLRecord.cpp | 47 void PageURLRecord::setIconRecord(PassRefPtr<IconRecord> icon) in setIconRecord()
|
D | PageURLRecord.h | 45 PageURLSnapshot(const String& page, const String& icon) in PageURLSnapshot()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | IconChromiumLinux.cpp | 40 Icon::Icon(const PlatformIcon& icon) in Icon()
|
D | IconChromiumWin.cpp | 44 Icon::Icon(const PlatformIcon& icon) in Icon()
|
/external/webkit/WebCore/notifications/ |
D | NotificationContents.h | 46 String icon() const { return m_icon; } in icon() function
|
D | Notification.cpp | 79 KURL icon = context->completeURL(contents.icon()); in Notification() local
|
/external/webkit/WebCore/platform/ |
D | FileChooser.h | 60 Icon* icon() const { return m_icon.get(); } in icon() function
|
/external/junit/src/junit/swingui/ |
D | AboutDialog.java | 90 Icon icon= TestRunner.getIconResource(BaseTestRunner.class, "logo.gif"); in createLogo() local
|
/external/bluetooth/glib/gio/tests/ |
D | g-icon.c | 33 GIcon *icon; in test_g_icon_serialize() local
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
D | SDL_syswm.cc | 31 void BE_SetWMCaption(_THIS, const char *title, const char *icon) in BE_SetWMCaption()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | IconWin.cpp | 39 Icon::Icon(HICON icon) in Icon()
|
/external/webkit/WebCore/platform/graphics/gtk/ |
D | IconGtk.cpp | 102 RefPtr<Icon> icon = adoptRef(new Icon); in createIconForFiles() local
|
/external/webkit/WebKit/android/jni/ |
D | WebIconDatabase.cpp | 52 jobject webcoreImageToJavaBitmap(JNIEnv* env, WebCore::Image* icon) in webcoreImageToJavaBitmap() 182 WebCore::Image* icon = WebCore::iconDatabase()->iconForPageURL(urlStr, in IconForPageUrl() local
|