HomeSort by relevance Sort by last modified time
    Searched refs:icon_name (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/glib/gio/xdgmime/
xdgmimeicon.c 52 char *icon_name; member in struct:XdgIcon
84 free (list->icons[i].icon_name);
107 key.icon_name = NULL;
112 return entry->icon_name;
153 list->icons[list->n_icons].icon_name = strdup (sep);
178 list->icons[i].icon_name);
  /external/chromium/base/
mime_util_xdg.cc 119 // Returns the path to an icon with the name |icon_name| and a size of |size|
122 FilePath GetIconPath(const std::string& icon_name, int size, bool inherits);
129 // Returns the path to an icon with the name |icon_name| in |subdir|.
130 FilePath GetIconPathUnderSubdir(const std::string& icon_name,
185 FilePath IconTheme::GetIconPath(const std::string& icon_name, int size,
195 icon_path = GetIconPathUnderSubdir(icon_name, subdir_iter->first);
209 FilePath path = GetIconPathUnderSubdir(icon_name, subdir_iter->first);
223 return theme->GetIconPath(icon_name, size, inherits);
243 FilePath IconTheme::GetIconPathUnderSubdir(const std::string& icon_name,
252 icon_path = icon_path.Append(icon_name + (*icon_formats)[i])
592 std::string icon_name; local
    [all...]
  /external/chromium/chrome/browser/
shell_integration_linux.cc 104 std::string icon_name = temp_file_path.BaseName().RemoveExtension().value(); local
105 argv.push_back(icon_name);
107 return icon_name;
370 const std::string& icon_name) {
422 !icon_name.empty()) {
423 output_buffer += StringPrintf("Icon=%s\n", icon_name.c_str());
450 std::string icon_name = CreateShortcutIcon(shortcut_info, shortcut_filename);
460 icon_name);
shell_integration_unittest.cc 166 const char* icon_name; member in struct:__anon3032
308 test_cases[i].icon_name));
shell_integration.h 104 const std::string& icon_name);
  /external/bluetooth/glib/gio/
gunixmounts.c 1769 const char *icon_name; local
    [all...]
gdesktopappinfo.c 88 char *icon_name; member in struct:_GDesktopAppInfo
151 g_free (info->icon_name);
252 info->icon_name = g_key_file_get_locale_string (key_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_ICON, NULL, NULL);
264 if (info->icon_name)
266 if (g_path_is_absolute (info->icon_name))
270 file = g_file_new_for_path (info->icon_name);
279 if ((p = strrchr (info->icon_name, '.')) != NULL &&
285 info->icon = g_themed_icon_new (info->icon_name);
419 new_info->icon_name = g_strdup (info->icon_name);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 79 const char *icon_name; /* Icon title */ member in struct:SDL_PrivateVideoData
126 #define GEM_icon_name (this->hidden->icon_name)
  /external/libpng/contrib/gregbook/
rpng-x.c 122 static char *icon_name = PROGNAME; variable
565 if (!XStringListToTextProperty(&icon_name, 1, pIconName))
rpng2-x.c 182 static char *icon_name = PROGNAME; variable
    [all...]

Completed in 199 milliseconds