/external/chromium_org/extensions/common/ |
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/profiles/ |
profile_shortcut_manager.h | 43 // Populates the |command_line|, |name| and |icon_path| that a shortcut for 48 base::FilePath* icon_path) = 0;
|
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.h | 68 base::FilePath* icon_path) OVERRIDE;
|
profile_shortcut_manager_win.cc | 200 const base::FilePath icon_path = local 202 const bool had_icon = base::PathExists(icon_path); 204 if (!IconUtil::CreateIconFileFromImageFamily(badged_bitmaps, icon_path)) { 219 SHChangeNotify(SHCNE_CREATE, SHCNF_PATH, icon_path.value().c_str(), NULL); 224 return icon_path; 706 base::FilePath* icon_path) { 729 *icon_path = profiles::internal::GetProfileIconPath(profile_path); [all...] |
profile_info_cache_unittest.cc | 586 base::FilePath icon_path = local 588 EXPECT_NE(std::string::npos, icon_path.MaybeAsASCII().find(file_name)); 589 EXPECT_TRUE(base::PathExists(icon_path)); 590 EXPECT_TRUE(base::DeleteFile(icon_path, true)); 591 EXPECT_FALSE(base::PathExists(icon_path));
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_window_property_manager_win.cc | 84 base::FilePath icon_path; local 86 &pinned_name, &icon_path); 88 icon_path_string = icon_path.value();
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
kiosk_app_data.cc | 54 const base::FilePath& icon_path, 58 base::FilePath dir = icon_path.DirName(); 63 base::WriteFile(icon_path, 99 const base::FilePath& icon_path) 101 icon_path_(icon_path), 369 const base::FilePath& icon_path) { 378 dict_update->SetString(icon_path_key, icon_path.value()); 379 icon_path_ = icon_path; 395 base::FilePath icon_path = local 399 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 | 250 base::FilePath icon_path = temp_dir_.path().AppendASCII(icon_file_name); local 251 base::CopyFile(data_dir.AppendASCII(icon_file_name), icon_path); 255 apps_dict->SetString(app_id + ".icon", icon_path.MaybeAsASCII());
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
samples_model.py | 166 icon_path = posixpath.join( 169 icon_path = '%s/%s' % (icon_base, manifest_data['icon']) 171 'icon': icon_path,
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
app_list_service_win.cc | 83 base::FilePath icon_path; local 84 if (!PathService::Get(base::FILE_EXE, &icon_path)) { 91 base::string16 result = icon_path.value(); 245 base::string16 icon_path = GetAppListIconPath(); local 246 ui::win::SetAppIconForWindow(icon_path, hwnd);
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/ |
ProviderBookmarksUriTest.java | 23 private static final String ICON_PATH = "chrome/provider/icon1.png"; 69 values.put(BookmarkColumns.FAVICON, BookmarkUtils.getIcon(ICON_PATH)); 88 assertTrue(BookmarkUtils.byteArrayEqual(BookmarkUtils.getIcon(ICON_PATH), 113 byte[][] icons = { BookmarkUtils.getIcon(ICON_PATH), null }; 192 byte[][] icons = { BookmarkUtils.getIcon(ICON_PATH), null }; 247 byte[][] icons = { BookmarkUtils.getIcon(ICON_PATH), null };
|
/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/base/mac/ |
authorization_util.mm | 48 NSString* icon_path = 51 const char* icon_path_c = [icon_path fileSystemRepresentation];
|
/external/chromium_org/chrome/browser/extensions/ |
convert_web_app.cc | 116 std::string icon_path = base::StringPrintf("%s/%s.png", kIconsDirName, local 118 icons->SetString(size, icon_path);
|
/external/chromium_org/chrome/browser/ |
jumplist_win.cc | 65 base::FilePath* icon_path) { 82 *icon_path = path; 501 base::FilePath icon_path; local 502 if (CreateIconFile((*item)->icon_data(), icon_dir_, &icon_path)) 503 (*item)->set_icon(icon_path.value(), 0);
|
jumplist_updater_win.cc | 55 if (!item->icon_path().empty()) 56 link->SetIconLocation(item->icon_path().c_str(), item->icon_index());
|
jumplist_updater_win.h | 28 const std::wstring& icon_path() const { return icon_path_; } function in class:ShellLinkItem
|
/external/chromium_org/chrome/browser/web_applications/ |
web_app_mac_unittest.mm | 276 base::FilePath icon_path = 280 initWithContentsOfFile:base::mac::FilePathToNSString(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_org/chrome/installer/util/ |
shell_util_unittest.cc | 81 base::FilePath icon_path; variable 82 base::CreateTemporaryFileInDir(temp_dir_.path(), &icon_path); 86 test_properties_.set_icon(icon_path, 7); [all...] |
shell_util.cc | 225 base::string16 icon_path( 300 chrome_html_prog_id + ShellUtil::kRegDefaultIcon, icon_path)); 321 chrome_application, ShellUtil::kRegApplicationIcon, icon_path)); 358 const base::string16 icon_path( 376 start_menu_entry + ShellUtil::kRegDefaultIcon, icon_path)); 406 capabilities, ShellUtil::kRegApplicationIcon, icon_path)); [all...] |
shell_util.h | 337 // Returns the string "|icon_path|,|icon_index|" (see, for example, 339 static base::string16 FormatIconLocation(const base::string16& icon_path,
|