Searched defs:icon_name (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/
H A Dshell_integration_unittest.cc166 const char* icon_name; member in struct:__anon2414
308 test_cases[i].icon_name));
H A Dshell_integration_linux.cc104 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);
364 GetDesktopFileContents( const std::string& template_contents, const std::string& app_name, const GURL& url, const std::string& extension_id, const string16& title, const std::string& icon_name) argument
/external/chromium/base/
H A Dmime_util_xdg.cc119 // 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, argument
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, argument
252 icon_path = icon_path.Append(icon_name
464 LookupFallbackIcon(const std::string& icon_name) argument
529 LookupIconInDefaultTheme(const std::string& icon_name, int size) argument
592 std::string icon_name; local
[all...]
/external/libpng/contrib/gregbook/
H A Drpng-x.c122 static char *icon_name = PROGNAME; variable
565 if (!XStringListToTextProperty(&icon_name, 1, pIconName))
H A Drpng2-x.c182 static char *icon_name = PROGNAME; variable
943 if (!XStringListToTextProperty(&icon_name, 1, pIconName))
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.h79 const char *icon_name; /* Icon title */ member in struct:SDL_PrivateVideoData
126 #define GEM_icon_name (this->hidden->icon_name)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 293 milliseconds