HomeSort by relevance Sort by last modified time
    Searched refs:icon_name (Results 1 - 8 of 8) 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/third_party/xdg_mime/
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_linux.cc 109 // Returns the path to an icon with the name |icon_name| and a size of |size|
112 FilePath GetIconPath(const std::string& icon_name, int size, bool inherits);
119 // Returns the path to an icon with the name |icon_name| in |subdir|.
120 FilePath GetIconPathUnderSubdir(const std::string& icon_name,
174 FilePath IconTheme::GetIconPath(const std::string& icon_name, int size,
184 icon_path = GetIconPathUnderSubdir(icon_name, subdir_iter->first);
198 FilePath path = GetIconPathUnderSubdir(icon_name, subdir_iter->first);
211 return theme->GetIconPath(icon_name, size, inherits);
231 FilePath IconTheme::GetIconPathUnderSubdir(const std::string& icon_name,
240 icon_path = icon_path.Append(icon_name + (*icon_formats)[i])
575 std::string icon_name; local
    [all...]
  /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 186 milliseconds