HomeSort by relevance Sort by last modified time
    Searched refs:icon_path (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/
manifest_handler_helpers.cc 43 std::string icon_path; local
44 if (!icons_value->GetString(key, &icon_path)) {
50 if (!NormalizeAndValidatePath(&icon_path)) {
56 icons->Add(icon_sizes[i], icon_path);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_win.cc 65 base::FilePath icon_path; local
67 &pinned_name, &icon_path);
69 icon_path_string = icon_path.value();
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager.h 40 // Populates the |command_line|, |name| and |icon_path| that a shortcut for
45 base::FilePath* icon_path) = 0;
profile_shortcut_manager_win.h 68 base::FilePath* icon_path) OVERRIDE;
profile_shortcut_manager_unittest_win.cc 76 const base::FilePath icon_path = variable
78 ASSERT_TRUE(base::PathExists(icon_path));
138 const base::FilePath icon_path = local
140 EXPECT_TRUE(base::PathExists(icon_path)) << location.ToString();
150 expected_properties.set_icon(icon_path, 0);
788 const base::FilePath icon_path = local
    [all...]
profile_shortcut_manager_win.cc 215 const base::FilePath icon_path = local
217 const bool had_icon = base::PathExists(icon_path);
219 if (!IconUtil::CreateIconFileFromImageFamily(badged_bitmaps, icon_path)) {
234 SHChangeNotify(SHCNE_CREATE, SHCNF_PATH, icon_path.value().c_str(), NULL);
239 return icon_path;
715 base::FilePath* icon_path) {
738 *icon_path = profiles::internal::GetProfileIconPath(profile_path);
    [all...]
  /external/chromium/base/
mime_util_xdg.cc 188 FilePath icon_path; local
195 icon_path = GetIconPathUnderSubdir(icon_name, subdir_iter->first);
196 if (!icon_path.empty())
197 return icon_path;
212 icon_path = path;
217 if (!icon_path.empty() || !inherits || inherits_ == "")
218 return icon_path;
245 FilePath icon_path; local
251 icon_path = dir_iter->Append(subdir);
252 icon_path = icon_path.Append(icon_name + (*icon_formats)[i])
536 FilePath icon_path; local
    [all...]
  /external/chromium_org/base/nix/
mime_util_xdg.cc 185 FilePath icon_path; local
192 icon_path = GetIconPathUnderSubdir(icon_name, subdir_iter->first);
193 if (!icon_path.empty())
194 return icon_path;
209 icon_path = path;
214 if (!icon_path.empty() || !inherits || inherits_ == "")
215 return icon_path;
242 FilePath icon_path; local
248 icon_path = dir_iter->Append(subdir);
249 icon_path = icon_path.Append(icon_name + (*icon_formats)[i])
556 FilePath icon_path; local
    [all...]
  /external/chromium/chrome/common/extensions/
file_browser_handler.h 47 const std::string icon_path() const { return default_icon_path_; } function in class:FileBrowserHandler
extension.cc 1611 FilePath icon_path = extension->GetIconResource( local
1822 std::string icon_path; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.cc 57 const base::FilePath& icon_path,
61 base::FilePath dir = icon_path.DirName();
66 file_util::WriteFile(icon_path,
102 const base::FilePath& icon_path)
104 icon_path_(icon_path),
372 const base::FilePath& icon_path) {
381 dict_update->SetString(icon_path_key, icon_path.value());
382 icon_path_ = icon_path;
398 base::FilePath icon_path = local
402 base::Bind(&SaveIconToLocalOnBlockingPool, icon_path, raw_icon_))
    [all...]
kiosk_app_data.h 92 void SetCache(const std::string& name, const base::FilePath& icon_path);
kiosk_app_manager_browsertest.cc 255 base::FilePath icon_path = temp_dir_.path().AppendASCII(icon_file_name); local
256 base::CopyFile(data_dir.AppendASCII(icon_file_name), icon_path);
260 apps_dict->SetString(app_id + ".icon", icon_path.MaybeAsASCII());
  /external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler.h 51 const std::string icon_path() const { return default_icon_path_; } function in class:FileBrowserHandler
file_browser_handler_manifest_unittest.cc 81 EXPECT_EQ("icon.png", action->icon_path());
  /external/chromium_org/chrome/common/extensions/api/media_galleries_private/
media_galleries_handler.h 39 const std::string icon_path() const { return default_icon_path_; } function in class:MediaGalleriesHandler
  /external/chromium/chrome/browser/
jumplist_win.cc 248 FilePath* icon_path) {
263 *icon_path = path;
542 FilePath icon_path; local
543 if (CreateIconFile(icon_bitmap, icon_dir_, &icon_path))
544 (*item)->SetIcon(icon_path.value(), 0, true);
557 FilePath icon_path; local
558 if (CreateIconFile(icon_bitmap, icon_dir_, &icon_path))
559 (*item)->SetIcon(icon_path.value(), 0, true);
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 217 std::string icon_path = (icon_index < 0) ?
220 if (!icon_path.empty()) {
221 PageActionMap::iterator iter = page_action_icons_.find(icon_path);
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 121 base::FilePath icon_path; local
122 if (!PathService::Get(base::FILE_EXE, &icon_path)) {
129 base::string16 result = icon_path.value();
293 base::string16 icon_path = GetAppListIconPath(); local
294 ui::win::SetAppIconForWindow(icon_path, hwnd);
  /external/chromium_org/chrome/common/extensions/docs/server2/
samples_data_source.py 168 icon_path = posixpath.join(
171 icon_path = '%s/%s' % (icon_base, manifest_data['icon'])
173 'icon': icon_path,
  /external/chromium_org/ui/gfx/
icon_util.h 115 // Creates Windows .ico file at |icon_path|. The icon file is created with
130 const base::FilePath& icon_path);
  /external/chromium/chrome/browser/extensions/
convert_web_app.cc 116 std::string icon_path = StringPrintf("%s/%s.png", kIconsDirName, local
118 icons->SetString(size, icon_path);
  /external/chromium_org/chrome/browser/extensions/
convert_web_app.cc 127 std::string icon_path = base::StringPrintf("%s/%s.png", kIconsDirName, local
129 icons->SetString(size, icon_path);
  /external/chromium_org/chrome/browser/
jumplist_win.cc 231 base::FilePath* icon_path) {
248 *icon_path = path;
759 base::FilePath icon_path; local
760 if (CreateIconFile((*item)->data(), icon_dir_, &icon_path))
761 (*item)->SetIcon(icon_path.value(), 0, true);
  /external/chromium_org/chrome/installer/util/
shell_util.h 331 // Returns the string "|icon_path|,|icon_index|" (see, for example,
333 static string16 FormatIconLocation(const string16& icon_path, int icon_index);

Completed in 1725 milliseconds

1 2