/external/chromium_org/chrome/browser/profiles/ |
profile_metrics.cc | 148 ProfileAvatar icon_name = AVATAR_UNKNOWN; 151 icon_name = AVATAR_GENERIC; 154 icon_name = AVATAR_GENERIC_AQUA; 157 icon_name = AVATAR_GENERIC_BLUE; 160 icon_name = AVATAR_GENERIC_GREEN; 163 icon_name = AVATAR_GENERIC_ORANGE; 166 icon_name = AVATAR_GENERIC_PURPLE; 169 icon_name = AVATAR_GENERIC_RED; 172 icon_name = AVATAR_GENERIC_YELLOW; 175 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 | 117 // Returns the path to an icon with the name |icon_name| and a size of |size| 120 FilePath GetIconPath(const std::string& icon_name, int size, bool inherits); 127 // Returns the path to an icon with the name |icon_name| in |subdir|. 128 FilePath GetIconPathUnderSubdir(const std::string& icon_name, 182 FilePath IconTheme::GetIconPath(const std::string& icon_name, int size, 192 icon_path = GetIconPathUnderSubdir(icon_name, subdir_iter->first); 206 FilePath path = GetIconPathUnderSubdir(icon_name, subdir_iter->first); 220 return theme->GetIconPath(icon_name, size, inherits); 240 FilePath IconTheme::GetIconPathUnderSubdir(const std::string& icon_name, 249 icon_path = icon_path.Append(icon_name + (*icon_formats)[i]) 602 std::string icon_name; local [all...] |
/external/chromium_org/chrome/browser/ |
shell_integration_linux.h | 94 const std::string& icon_name, 98 // Returns contents for .directory file named |title| with icon |icon_name|. If 99 // |icon_name| is empty, will use the Chrome icon. 101 const std::string& icon_name);
|
shell_integration_linux.cc | 92 std::string icon_name = temp_file_path.BaseName().RemoveExtension().value(); local 100 LOG(WARNING) << "Could not encode icon " << icon_name << ".png at size " 123 argv.push_back(icon_name); 126 LOG(WARNING) << "Could not install icon " << icon_name << ".png at size " 130 return icon_name; 723 const std::string& icon_name, 769 if (!icon_name.empty()) { 770 g_key_file_set_string(key_file, kDesktopEntry, "Icon", icon_name.c_str()); 803 const std::string& icon_name) { 811 if (!icon_name.empty()) [all...] |
shell_integration_linux_unittest.cc | 448 const char* icon_name; member in struct:__anon8318 573 test_cases[i].icon_name, 582 const char* icon_name; member in struct:__anon8319 614 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, 273 std::string icon_name = local 279 icon_name.c_str(), 288 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:__anon4850 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 | |