Home
last modified time | relevance | path

Searched refs:icon_name (Results 1 – 10 of 10) sorted by relevance

/external/chromium/base/
Dmime_util_xdg.cc122 FilePath GetIconPath(const std::string& icon_name, int size, bool inherits);
130 FilePath GetIconPathUnderSubdir(const std::string& icon_name,
185 FilePath IconTheme::GetIconPath(const std::string& icon_name, int size, in GetIconPath() argument
195 icon_path = GetIconPathUnderSubdir(icon_name, subdir_iter->first); in GetIconPath()
209 FilePath path = GetIconPathUnderSubdir(icon_name, subdir_iter->first); in GetIconPath()
223 return theme->GetIconPath(icon_name, size, inherits); in GetIconPath()
243 FilePath IconTheme::GetIconPathUnderSubdir(const std::string& icon_name, in GetIconPathUnderSubdir() argument
252 icon_path = icon_path.Append(icon_name + (*icon_formats)[i]); in GetIconPathUnderSubdir()
464 FilePath LookupFallbackIcon(const std::string& icon_name) { in LookupFallbackIcon() argument
472 icon = iter->first.Append(icon_name + (*icon_formats)[i]); in LookupFallbackIcon()
[all …]
/external/bluetooth/glib/gio/xdgmime/
Dxdgmimeicon.c52 char *icon_name; member
84 free (list->icons[i].icon_name); in _xdg_mime_icon_list_free()
107 key.icon_name = NULL; in _xdg_mime_icon_list_lookup()
112 return entry->icon_name; in _xdg_mime_icon_list_lookup()
153 list->icons[list->n_icons].icon_name = strdup (sep); in _xdg_mime_icon_read_from_file()
178 list->icons[i].icon_name); in _xdg_mime_icon_list_dump()
/external/chromium/chrome/browser/
Dshell_integration_linux.cc104 std::string icon_name = temp_file_path.BaseName().RemoveExtension().value(); in CreateShortcutIcon() local
105 argv.push_back(icon_name); in CreateShortcutIcon()
107 return icon_name; in CreateShortcutIcon()
370 const std::string& icon_name) { in GetDesktopFileContents() argument
422 !icon_name.empty()) { in GetDesktopFileContents()
423 output_buffer += StringPrintf("Icon=%s\n", icon_name.c_str()); in GetDesktopFileContents()
450 std::string icon_name = CreateShortcutIcon(shortcut_info, shortcut_filename); in CreateDesktopShortcut() local
460 icon_name); in CreateDesktopShortcut()
Dshell_integration_unittest.cc166 const char* icon_name; in TEST() member
308 test_cases[i].icon_name)); in TEST()
Dshell_integration.h104 const std::string& icon_name);
/external/bluetooth/glib/gio/
Dgunixmounts.c1769 const char *icon_name; in type_to_icon() local
1775 icon_name = "drive-removable-media"; in type_to_icon()
1777 icon_name = "drive-harddisk"; in type_to_icon()
1783 icon_name = "drive-removable-media"; in type_to_icon()
1785 icon_name = "media-floppy"; in type_to_icon()
1789 icon_name = "drive-optical"; in type_to_icon()
1791 icon_name = "media-optical"; in type_to_icon()
1796 icon_name = "drive-removable-media"; in type_to_icon()
1798 icon_name = "drive-harddisk"; in type_to_icon()
1802 icon_name = "drive-removable-media"; in type_to_icon()
[all …]
Dgdesktopappinfo.c88 char *icon_name; member
151 g_free (info->icon_name); in g_desktop_app_info_finalize()
252 …info->icon_name = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DE… in g_desktop_app_info_new_from_keyfile()
264 if (info->icon_name) in g_desktop_app_info_new_from_keyfile()
266 if (g_path_is_absolute (info->icon_name)) in g_desktop_app_info_new_from_keyfile()
270 file = g_file_new_for_path (info->icon_name); in g_desktop_app_info_new_from_keyfile()
279 if ((p = strrchr (info->icon_name, '.')) != NULL && in g_desktop_app_info_new_from_keyfile()
285 info->icon = g_themed_icon_new (info->icon_name); in g_desktop_app_info_new_from_keyfile()
419 new_info->icon_name = g_strdup (info->icon_name); in g_desktop_app_info_dup()
667 if (info->icon_name) in expand_macro()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemvideo.h79 const char *icon_name; /* Icon title */ member
126 #define GEM_icon_name (this->hidden->icon_name)
/external/libpng/contrib/gregbook/
Drpng-x.c122 static char *icon_name = PROGNAME; variable
565 if (!XStringListToTextProperty(&icon_name, 1, pIconName)) in rpng_x_create_window()
Drpng2-x.c182 static char *icon_name = PROGNAME; variable
943 if (!XStringListToTextProperty(&icon_name, 1, pIconName)) in rpng2_x_create_window()