| /external/chromium_org/chrome/browser/web_applications/ |
| web_app.cc | 41 shortcut_info.profile_path, shortcut_info.extension_id, GURL()); 52 shortcut_info.profile_path, shortcut_info.extension_id, GURL()); 83 base::FilePath GetWebAppDataDirectory(const base::FilePath& profile_path, 86 DCHECK(!profile_path.empty()); 87 base::FilePath app_data_dir(profile_path.Append(chrome::kWebAppDirname)); 110 base::FilePath GetWebAppDataDirectory(const base::FilePath& profile_path, 113 profile_path, 189 shortcut_info.profile_path, shortcut_info.extension_id,
|
| web_app_win.cc | 96 // Returns true if |shortcut_file_name| matches profile |profile_path|, and has 99 const base::FilePath& profile_path) { 106 profile_path.BaseName() && 113 // Finds shortcuts in |shortcut_path| that match profile for |profile_path| and 115 // If |shortcut_name| is empty, finds all shortcuts matching |profile_path|. 118 const base::FilePath& profile_path, 129 if (IsAppShortcutForProfile(shortcut_file, profile_path)) 147 IsAppShortcutForProfile(shortcut_file, profile_path)) { 196 shortcut_info.extension_id, shortcut_info.profile_path); 212 UTF8ToUTF16(app_name), shortcut_info.profile_path)); 469 GetShortcutLocationsAndDeleteShortcuts(base::FilePath(), profile_path, L"", local [all...] |
| /external/chromium_org/chrome_frame/ |
| delete_chrome_history.cc | 46 base::FilePath* profile_path) { 47 ChromeFramePlugin::GetProfilePath(kIexploreProfileName, profile_path);
|
| delete_chrome_history.h | 56 base::FilePath* profile_path);
|
| /external/chromium_org/chromeos/dbus/ |
| bluetooth_profile_manager_client.h | 84 // D-bus object path |profile_path| with the remote profile manager. 87 virtual void RegisterProfile(const dbus::ObjectPath& profile_path, 95 virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
|
| /external/chromium_org/third_party/protobuf/ |
| protobuf_lite_java_parse_pom.py | 31 profile_path = '{0}profiles/{0}profile'.format(namespace) 40 for profile in ElementTree.parse(pom_path).getroot().findall(profile_path):
|
| /external/chromium_org/chrome/browser/ |
| shell_integration_win.cc | 51 string16 GetProfileIdFromPath(const base::FilePath& profile_path) { 52 // Return empty string if profile_path is empty 53 if (profile_path.empty()) 57 // Return empty string if profile_path is in default user data 60 profile_path.DirName() == default_user_data_dir && 61 profile_path.BaseName().value() == 67 string16 basenames = profile_path.DirName().BaseName().value() + 68 L"." + profile_path.BaseName().value(); 113 base::FilePath profile_path = user_data_dir.Append(profile_subdir); local 129 return ShellIntegration::GetAppModelIdForProfile(app_name, profile_path); [all...] |
| /external/chromium_org/chrome_frame/test/ |
| proxy_factory_mock.cc | 37 base::FilePath profile_path; local 38 GetChromeFrameProfilePath(profile_name, &profile_path); 39 chrome_frame_test::OverrideDataDirectoryForThisTest(profile_path.value()); 41 new ChromeFrameLaunchParams(empty, empty, profile_path, 42 profile_path.BaseName().value(), L"", false,
|
| /external/chromium/chrome/browser/ |
| shell_integration_win.cc | 41 std::wstring GetProfileIdFromPath(const FilePath& profile_path) { 42 // Return empty string if profile_path is empty 43 if (profile_path.empty()) 47 // Return empty string if profile_path is in default user data 50 profile_path.DirName() == default_user_data_dir && 51 profile_path.BaseName().value() == 57 std::wstring basenames = profile_path.DirName().BaseName().value() + 58 L"." + profile_path.BaseName().value(); 221 FilePath profile_path; local 223 profile_path [all...] |
| shell_integration.h | 115 const FilePath& profile_path); 119 static std::wstring GetChromiumAppId(const FilePath& profile_path);
|
| transport_security_persister.cc | 25 net::TransportSecurityState* state, const FilePath& profile_path) { 29 profile_path.Append(FILE_PATH_LITERAL("TransportSecurity"));
|
| /external/chromium_org/content/browser/fileapi/ |
| browser_file_system_helper.cc | 52 const base::FilePath& profile_path, 66 profile_path, 77 profile_path,
|
| /external/chromium_org/chrome/browser/chromeos/profiles/ |
| profile_helper.cc | 65 base::FilePath profile_path = profile_manager->user_data_dir(); local 66 return profile_path.Append( 172 base::FilePath profile_path = GetProfilePathByUserIdHash(hash); local 173 LOG(INFO) << "Switching to profile path: " << profile_path.value();
|
| /external/chromium_org/chrome/browser/net/ |
| transport_security_persister.h | 50 const base::FilePath& profile_path,
|
| /external/chromium_org/chrome/browser/profiles/ |
| profile_info_cache.h | 43 void AddProfileToCache(const base::FilePath& profile_path, 48 void DeleteProfileFromCache(const base::FilePath& profile_path); 55 const base::FilePath& profile_path) const OVERRIDE; 148 std::string CacheKeyFromProfilePath(const base::FilePath& profile_path) const;
|
| profile_info_interface.h | 23 const base::FilePath& profile_path) const = 0;
|
| profile_loader.h | 41 const base::FilePath& profile_path,
|
| profile_info_cache.cc | 203 void ProfileInfoCache::AddProfileToCache(const base::FilePath& profile_path, 208 std::string key = CacheKeyFromProfilePath(profile_path); 225 OnProfileAdded(profile_path)); 242 const base::FilePath& profile_path) { 243 size_t profile_index = GetIndexOfProfileWithPath(profile_path); 252 OnProfileWillBeRemoved(profile_path)); 256 std::string key = CacheKeyFromProfilePath(profile_path); 262 OnProfileWasRemoved(profile_path, name)); 275 const base::FilePath& profile_path) const { 276 if (profile_path.DirName() != user_data_dir_ 464 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local 503 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local 539 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local 560 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local 632 base::FilePath profile_path = GetPathOfProfileAtIndex(index); local [all...] |
| profile_info_cache_unittest.cc | 37 const base::FilePath& profile_path) { 39 GetCache()->GetIndexOfProfileWithPath(profile_path)); 45 const base::FilePath& profile_path) { 47 GetCache()->GetIndexOfProfileWithPath(profile_path)); 53 const base::FilePath& profile_path, 59 const base::FilePath& profile_path, 62 GetCache()->GetIndexOfProfileWithPath(profile_path)); 70 const base::FilePath& profile_path) { 72 GetCache()->GetIndexOfProfileWithPath(profile_path)); 120 base::FilePath profile_path local 150 base::FilePath profile_path = local [all...] |
| profile_shortcut_manager_unittest_win.cc | 68 const base::FilePath profile_path = variable 71 profile_info_cache_->DeleteProfileFromCache(profile_path); 76 profiles::internal::GetProfileIconPath(profile_path); 82 const base::FilePath profile_path = local 84 file_util::CreateDirectory(profile_path); 85 return profile_path; 130 // shortcut at |shortcut_path| for the profile at |profile_path|. 133 const base::FilePath& profile_path) { 138 profiles::internal::GetProfileIconPath(profile_path); 143 ShellIntegration::GetChromiumModelIdForProfile(profile_path)); 329 const base::FilePath profile_path = local [all...] |
| /external/chromium_org/chrome/browser/renderer_host/pepper/ |
| device_id_fetcher.cc | 81 const base::FilePath& profile_path) { 82 return profile_path.AppendASCII(kDRMIdentifierFile); 164 void DeviceIDFetcher::ComputeOnBlockingPool(const base::FilePath& profile_path, 169 base::FilePath id_path = GetLegacyDeviceIDPath(profile_path);
|
| /external/chromium_org/chrome/browser/ui/app_list/ |
| app_list_service.h | 45 virtual void SetProfilePath(const base::FilePath& profile_path) = 0;
|
| /external/chromium_org/chrome/browser/ui/ |
| browser_command_controller.h | 100 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE; 101 virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
|
| /external/chromium_org/chromeos/network/ |
| managed_network_configuration_handler_unittest.cc | 66 void AddProfile(const std::string& profile_path, 68 if (profile_entries_.HasKey(profile_path)) 72 profile_entries_.SetWithoutPathExpansion(profile_path, profile); 73 profile_to_user_[profile_path] = userhash; 76 void AddEntry(const std::string& profile_path, 80 profile_entries_.GetDictionaryWithoutPathExpansion(profile_path, &entries); 85 profile_path); 89 void GetProperties(const dbus::ObjectPath& profile_path, 93 profile_entries_.GetDictionaryWithoutPathExpansion(profile_path.value(), 106 ASSERT_GT(profile_to_user_.count(profile_path.value()), 0UL) [all...] |
| /external/chromium_org/ash/system/chromeos/network/ |
| network_connect.cc | 208 bool GetNetworkProfilePath(bool shared, std::string* profile_path) { 210 *profile_path = NetworkProfileHandler::kSharedProfilePath; 227 *profile_path = profile->path; 301 std::string profile_path; local 302 if (!GetNetworkProfilePath(shared, &profile_path)) { 308 service_path, profile_path, 312 "SetProfile: " + profile_path, service_path)); 318 std::string profile_path; local 319 if (!GetNetworkProfilePath(shared, &profile_path)) { 324 flimflam::kProfileProperty, profile_path); [all...] |