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

  /external/chromium_org/chrome/browser/profiles/
profile_metrics.cc 105 ProfileAvatar icon_name = AVATAR_UNKNOWN;
108 icon_name = AVATAR_GENERIC;
111 icon_name = AVATAR_GENERIC_AQUA;
114 icon_name = AVATAR_GENERIC_BLUE;
117 icon_name = AVATAR_GENERIC_GREEN;
120 icon_name = AVATAR_GENERIC_ORANGE;
123 icon_name = AVATAR_GENERIC_PURPLE;
126 icon_name = AVATAR_GENERIC_RED;
129 icon_name = AVATAR_GENERIC_YELLOW;
132 icon_name = AVATAR_SECRET_AGENT
    [all...]
  /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_org/base/nix/
mime_util_xdg.cc 118 // Returns the path to an icon with the name |icon_name| and a size of |size|
121 FilePath GetIconPath(const std::string& icon_name, int size, bool inherits);
128 // Returns the path to an icon with the name |icon_name| in |subdir|.
129 FilePath GetIconPathUnderSubdir(const std::string& icon_name,
183 FilePath IconTheme::GetIconPath(const std::string& icon_name, int size,
193 icon_path = GetIconPathUnderSubdir(icon_name, subdir_iter->first);
207 FilePath path = GetIconPathUnderSubdir(icon_name, subdir_iter->first);
221 return theme->GetIconPath(icon_name, size, inherits);
241 FilePath IconTheme::GetIconPathUnderSubdir(const std::string& icon_name,
250 icon_path = icon_path.Append(icon_name + (*icon_formats)[i])
604 std::string icon_name; local
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_linux.h 89 const std::string& icon_name,
93 // Returns contents for .directory file named |title| with icon |icon_name|. If
94 // |icon_name| is empty, will use the Chrome icon.
96 const std::string& icon_name);
shell_integration_linux.cc 91 std::string icon_name = temp_file_path.BaseName().RemoveExtension().value(); local
99 LOG(WARNING) << "Could not encode icon " << icon_name << ".png at size "
122 argv.push_back(icon_name);
125 LOG(WARNING) << "Could not install icon " << icon_name << ".png at size "
129 return icon_name;
707 const std::string& icon_name,
753 if (!icon_name.empty()) {
754 g_key_file_set_string(key_file, kDesktopEntry, "Icon", icon_name.c_str());
789 const std::string& icon_name) {
797 if (!icon_name.empty())
    [all...]
shell_integration_unittest.cc 445 const char* icon_name; member in struct:__anon8129
594 test_cases[i].icon_name,
603 const char* icon_name; member in struct:__anon8130
635 test_cases[i].icon_name));
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.cc 38 const gchar* icon_name,
43 const gchar* icon_name,
52 const gchar* icon_name,
58 const gchar* icon_name,
227 std::string icon_name = local
233 icon_name.c_str(),
243 app_indicator_set_icon_full(icon_, icon_name.c_str(), "icon");
  /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:__anon4847
308 test_cases[i].icon_name));
shell_integration.h 104 const std::string& icon_name);
  /external/qemu/distrib/sdl-1.2.15/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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1042 milliseconds