profile_path      302 apps/app_shim/extension_app_shim_handler_mac.cc   const base::FilePath& profile_path = host->GetProfilePath();
profile_path      303 apps/app_shim/extension_app_shim_handler_mac.cc   DCHECK(!profile_path.empty());
profile_path      305 apps/app_shim/extension_app_shim_handler_mac.cc   if (!delegate_->ProfileExistsForPath(profile_path)) {
profile_path      309 apps/app_shim/extension_app_shim_handler_mac.cc                << profile_path.value() << "'.";
profile_path      314 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = delegate_->ProfileForPath(profile_path);
profile_path      326 apps/app_shim/extension_app_shim_handler_mac.cc       profile_path,
profile_path      376 apps/app_shim/extension_app_shim_handler_mac.cc     const base::FilePath& profile_path,
profile_path      379 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = delegate_->ProfileForPath(profile_path);
profile_path      385 apps/app_shim/extension_app_shim_handler_mac.cc   if (!extension || !delegate_->ProfileExistsForPath(profile_path)) {
profile_path      130 apps/app_shim/extension_app_shim_handler_mac.h   void OnExtensionEnabled(const base::FilePath& profile_path,
profile_path      109 apps/app_shim/extension_app_shim_handler_mac_unittest.cc   FakeHost(const base::FilePath& profile_path,
profile_path      112 apps/app_shim/extension_app_shim_handler_mac_unittest.cc       : profile_path_(profile_path),
profile_path      243 ash/shell/app_list.cc   virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE {
profile_path      349 ash/shell/app_list.cc       const base::FilePath& profile_path) OVERRIDE {
profile_path      115 ash/system/chromeos/network/network_connect.cc bool GetNetworkProfilePath(bool shared, std::string* profile_path) {
profile_path      117 ash/system/chromeos/network/network_connect.cc     *profile_path = NetworkProfileHandler::GetSharedProfilePath();
profile_path      134 ash/system/chromeos/network/network_connect.cc   *profile_path = profile->path;
profile_path      256 ash/system/chromeos/network/network_connect.cc   std::string profile_path;
profile_path      257 ash/system/chromeos/network/network_connect.cc   if (!GetNetworkProfilePath(shared, &profile_path)) {
profile_path      262 ash/system/chromeos/network/network_connect.cc       shill::kProfileProperty, profile_path);
profile_path      472 ash/system/chromeos/network/network_connect.cc   std::string profile_path;
profile_path      473 ash/system/chromeos/network/network_connect.cc   if (!GetNetworkProfilePath(shared, &profile_path)) {
profile_path      479 ash/system/chromeos/network/network_connect.cc       service_path, profile_path,
profile_path      483 ash/system/chromeos/network/network_connect.cc                  "SetProfile: " + profile_path, service_path));
profile_path      151 chrome/browser/apps/shortcut_manager.cc     const base::FilePath& profile_path) {
profile_path      152 chrome/browser/apps/shortcut_manager.cc   if (profile_path != profile_->GetPath())
profile_path      157 chrome/browser/apps/shortcut_manager.cc                  profile_path));
profile_path       43 chrome/browser/apps/shortcut_manager.h       const base::FilePath& profile_path) OVERRIDE;
profile_path      431 chrome/browser/background/background_mode_manager.cc void BackgroundModeManager::OnProfileAdded(const base::FilePath& profile_path) {
profile_path      435 chrome/browser/background/background_mode_manager.cc       cache.GetIndexOfProfileWithPath(profile_path));
profile_path      443 chrome/browser/background/background_mode_manager.cc     if (it->first->GetPath() == profile_path) {
profile_path      452 chrome/browser/background/background_mode_manager.cc     const base::FilePath& profile_path) {
profile_path      456 chrome/browser/background/background_mode_manager.cc       cache.GetIndexOfProfileWithPath(profile_path));
profile_path      475 chrome/browser/background/background_mode_manager.cc     const base::FilePath& profile_path,
profile_path      480 chrome/browser/background/background_mode_manager.cc       cache.GetIndexOfProfileWithPath(profile_path));
profile_path      196 chrome/browser/background/background_mode_manager.h   virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
profile_path      198 chrome/browser/background/background_mode_manager.h       const base::FilePath& profile_path) OVERRIDE;
profile_path      200 chrome/browser/background/background_mode_manager.h       const base::FilePath& profile_path,
profile_path       25 chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h     const base::FilePath& profile_path);
profile_path       31 chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h     base::FilePath* profile_path);
profile_path      338 chrome/browser/chrome_browser_main.cc   base::FilePath profile_path =
profile_path      341 chrome/browser/chrome_browser_main.cc       profile_path);
profile_path      350 chrome/browser/chrome_browser_main.cc     size_t profile_index = cache.GetIndexOfProfileWithPath(profile_path);
profile_path      238 chrome/browser/chromeos/drive/file_system_util_unittest.cc   base::FilePath profile_path = profile.GetPath();
profile_path      239 chrome/browser/chromeos/drive/file_system_util_unittest.cc   EXPECT_EQ(profile_path.AppendASCII("GCache/v1"),
profile_path      291 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   base::FilePath profile_path = ProfileHelper::GetProfilePathByUserIdHash(
profile_path      293 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   JSONFileValueSerializer serializer(profile_path.Append(kPasswordUpdateFile));
profile_path      348 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc   base::FilePath profile_path =
profile_path      353 chrome/browser/chromeos/login/managed/supervised_user_authentication.cc       base::Bind(&LoadPasswordData, profile_path),
profile_path       42 chrome/browser/chromeos/login/user_image_sync_observer.cc   base::FilePath profile_path = profile_manager->user_data_dir().Append(
profile_path       44 chrome/browser/chromeos/login/user_image_sync_observer.cc   return profile_manager->GetProfileByPath(profile_path);
profile_path       65 chrome/browser/chromeos/net/proxy_config_handler.cc   if (network.profile_path().empty())
profile_path       69 chrome/browser/chromeos/net/proxy_config_handler.cc       ->network_profile_handler()->GetProfileForPath(network.profile_path());
profile_path       71 chrome/browser/chromeos/net/proxy_config_handler.cc     VLOG(1) << "Unknown profile_path '" << network.profile_path() << "'.";
profile_path     1170 chrome/browser/chromeos/options/wifi_config_view.cc   if (!network || network->profile_path().empty()) {
profile_path      322 chrome/browser/chromeos/options/wimax_config_view.cc   if (wimax->profile_path().empty()) {
profile_path       62 chrome/browser/chromeos/profiles/profile_helper.cc   base::FilePath profile_path = profile_manager->user_data_dir();
profile_path       64 chrome/browser/chromeos/profiles/profile_helper.cc   return profile_path.Append(GetUserProfileDir(user_id_hash));
profile_path      217 chrome/browser/chromeos/profiles/profile_helper.cc   base::FilePath profile_path = GetProfilePathByUserIdHash(hash);
profile_path      218 chrome/browser/chromeos/profiles/profile_helper.cc   VLOG(1) << "Switching to profile path: " << profile_path.value();
profile_path       75 chrome/browser/chromeos/profiles/profile_helper_browsertest.cc   base::FilePath profile_path =
profile_path       80 chrome/browser/chromeos/profiles/profile_helper_browsertest.cc   EXPECT_EQ(expected_path, profile_path);
profile_path       63 chrome/browser/chromeos/profiles/profile_list_chromeos.cc     item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
profile_path      109 chrome/browser/chromeos/proxy_config_service_impl.cc                           << ", profile=" << new_network->profile_path();
profile_path      180 chrome/browser/chromeos/proxy_config_service_impl.cc         IgnoreProxy(profile_prefs_, network->profile_path(), onc_source);
profile_path      179 chrome/browser/chromeos/ui_proxy_config_service.cc         profile_prefs_, network.profile_path(), onc_source);
profile_path       42 chrome/browser/extensions/api/storage/sync_value_store_cache.cc     const base::FilePath& profile_path)
profile_path       53 chrome/browser/extensions/api/storage/sync_value_store_cache.cc                  factory, observers, profile_path));
profile_path       95 chrome/browser/extensions/api/storage/sync_value_store_cache.cc     const base::FilePath& profile_path) {
profile_path      100 chrome/browser/extensions/api/storage/sync_value_store_cache.cc       profile_path.AppendASCII(kSyncAppSettingsDirectoryName),
profile_path      104 chrome/browser/extensions/api/storage/sync_value_store_cache.cc       sync_start_util::GetFlareForSyncableService(profile_path)));
profile_path      107 chrome/browser/extensions/api/storage/sync_value_store_cache.cc       profile_path.AppendASCII(kSyncExtensionSettingsDirectoryName),
profile_path      111 chrome/browser/extensions/api/storage/sync_value_store_cache.cc       sync_start_util::GetFlareForSyncableService(profile_path)));
profile_path       36 chrome/browser/extensions/api/storage/sync_value_store_cache.h       const base::FilePath& profile_path);
profile_path       50 chrome/browser/extensions/api/storage/sync_value_store_cache.h                         const base::FilePath& profile_path);
profile_path      520 chrome/browser/extensions/extension_service_unittest.cc   profile_builder.SetPath(params.profile_path);
profile_path      581 chrome/browser/extensions/extension_service_unittest.cc   params.profile_path = path;
profile_path      654 chrome/browser/extensions/extension_service_unittest.cc   params.profile_path = path;
profile_path       35 chrome/browser/extensions/extension_service_unittest.h     base::FilePath profile_path;
profile_path       62 chrome/browser/importer/importer_list.cc   base::FilePath profile_path = GetFirefoxProfilePath();
profile_path       63 chrome/browser/importer/importer_list.cc   if (profile_path.empty())
profile_path       74 chrome/browser/importer/importer_list.cc     GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
profile_path       86 chrome/browser/importer/importer_list.cc   firefox->source_path = profile_path;
profile_path       58 chrome/browser/managed_mode/managed_user_settings_service.cc     base::FilePath profile_path,
profile_path       62 chrome/browser/managed_mode/managed_user_settings_service.cc       profile_path.Append(chrome::kManagedUserSettingsFilename);
profile_path       68 chrome/browser/managed_mode/managed_user_settings_service.h   void Init(base::FilePath profile_path,
profile_path       31 chrome/browser/media/webrtc_log_list.cc     const base::FilePath& profile_path) {
profile_path       32 chrome/browser/media/webrtc_log_list.cc   DCHECK(!profile_path.empty());
profile_path       33 chrome/browser/media/webrtc_log_list.cc   return profile_path.AppendASCII(kWebRtcLogDirectory);
profile_path       22 chrome/browser/media/webrtc_log_list.h       const base::FilePath& profile_path);
profile_path       49 chrome/browser/media_galleries/fileapi/device_media_async_file_util.cc     const base::FilePath& profile_path,
profile_path       53 chrome/browser/media_galleries/fileapi/device_media_async_file_util.cc       profile_path.AppendASCII(kDeviceMediaAsyncFileUtilTempDir);
profile_path       70 chrome/browser/media_galleries/fileapi/device_media_async_file_util.cc     const base::FilePath& profile_path) {
profile_path       71 chrome/browser/media_galleries/fileapi/device_media_async_file_util.cc   DCHECK(!profile_path.empty());
profile_path       72 chrome/browser/media_galleries/fileapi/device_media_async_file_util.cc   return new DeviceMediaAsyncFileUtil(profile_path);
profile_path      282 chrome/browser/media_galleries/fileapi/device_media_async_file_util.cc     const base::FilePath& profile_path)
profile_path      283 chrome/browser/media_galleries/fileapi/device_media_async_file_util.cc     : profile_path_(profile_path),
profile_path       40 chrome/browser/media_galleries/fileapi/device_media_async_file_util.h   static DeviceMediaAsyncFileUtil* Create(const base::FilePath& profile_path);
profile_path      127 chrome/browser/media_galleries/fileapi/device_media_async_file_util.h   explicit DeviceMediaAsyncFileUtil(const base::FilePath& profile_path);
profile_path      142 chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc   TestMediaFileSystemBackend(const base::FilePath& profile_path,
profile_path      145 chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc             profile_path,
profile_path      116 chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc   TestMediaFileSystemBackend(const base::FilePath& profile_path,
profile_path      119 chrome/browser/media_galleries/fileapi/itunes_file_util_unittest.cc             profile_path,
profile_path      121 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc     const base::FilePath& profile_path,
profile_path      123 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc     : profile_path_(profile_path),
profile_path      165 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc     const base::FilePath& profile_path,
profile_path      169 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc   name.append(profile_path.BaseName().MaybeAsASCII());
profile_path       37 chrome/browser/media_galleries/fileapi/media_file_system_backend.h       const base::FilePath& profile_path,
profile_path       46 chrome/browser/media_galleries/fileapi/media_file_system_backend.h   static std::string ConstructMountName(const base::FilePath& profile_path,
profile_path      205 chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc   TestMediaFileSystemBackend(const base::FilePath& profile_path,
profile_path      207 chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc       : MediaFileSystemBackend(profile_path,
profile_path      266 chrome/browser/media_galleries/media_file_system_registry.cc                          const base::FilePath& profile_path,
profile_path      270 chrome/browser/media_galleries/media_file_system_registry.cc         profile_path_(profile_path),
profile_path       81 chrome/browser/net/chrome_network_delegate.h   void set_profile_path(const base::FilePath& profile_path) {
profile_path       82 chrome/browser/net/chrome_network_delegate.h     profile_path_ = profile_path;
profile_path      172 chrome/browser/net/firefox_proxy_settings.cc   base::FilePath profile_path = GetFirefoxProfilePath();
profile_path      173 chrome/browser/net/firefox_proxy_settings.cc   if (profile_path.empty())
profile_path      175 chrome/browser/net/firefox_proxy_settings.cc   base::FilePath pref_file = profile_path.AppendASCII(kPrefFileName);
profile_path       59 chrome/browser/notifications/message_center_settings_controller.cc                        const base::FilePath& profile_path);
profile_path       77 chrome/browser/notifications/message_center_settings_controller.cc                                            const base::FilePath& profile_path)
profile_path       82 chrome/browser/notifications/message_center_settings_controller.cc       g_browser_process->profile_manager()->GetProfileByPath(profile_path);
profile_path      130 chrome/browser/pepper_flash_settings_manager.cc       const base::FilePath& profile_path);
profile_path      410 chrome/browser/pepper_flash_settings_manager.cc   base::FilePath profile_path =
profile_path      413 chrome/browser/pepper_flash_settings_manager.cc   plugin_data_path_ = profile_path.Append(plugin_info.name);
profile_path      415 chrome/browser/pepper_flash_settings_manager.cc   plugin_data_path_ = profile_path.Append(base::UTF16ToUTF8(plugin_info.name));
profile_path      458 chrome/browser/pepper_flash_settings_manager.cc     const base::FilePath& profile_path) {
profile_path      462 chrome/browser/pepper_flash_settings_manager.cc       chrome::DeviceIDFetcher::GetLegacyDeviceIDPath(profile_path);
profile_path      297 chrome/browser/prefs/chrome_pref_service_factory.cc     const base::FilePath& profile_path) {
profile_path      309 chrome/browser/prefs/chrome_pref_service_factory.cc       profile_path,
profile_path      366 chrome/browser/prefs/chrome_pref_service_factory.cc     const base::FilePath profile_path =
profile_path      368 chrome/browser/prefs/chrome_pref_service_factory.cc     if (profile_path != ignored_profile_path) {
profile_path      369 chrome/browser/prefs/chrome_pref_service_factory.cc       CreateProfilePrefStoreManager(profile_path)
profile_path      372 chrome/browser/prefs/chrome_pref_service_factory.cc                   profile_path, BrowserThread::GetBlockingPool()));
profile_path      411 chrome/browser/prefs/chrome_pref_service_factory.cc     const base::FilePath& profile_path,
profile_path      424 chrome/browser/prefs/chrome_pref_service_factory.cc                      CreateProfilePrefStoreManager(profile_path)
profile_path      431 chrome/browser/prefs/chrome_pref_service_factory.cc void SchedulePrefsFilePathVerification(const base::FilePath& profile_path) {
profile_path      439 chrome/browser/prefs/chrome_pref_service_factory.cc                      profile_path)),
profile_path      469 chrome/browser/prefs/chrome_pref_service_factory.cc void ResetPrefHashStore(const base::FilePath& profile_path) {
profile_path      470 chrome/browser/prefs/chrome_pref_service_factory.cc   CreateProfilePrefStoreManager(profile_path)->ResetPrefHashStore();
profile_path      474 chrome/browser/prefs/chrome_pref_service_factory.cc     const base::FilePath& profile_path,
profile_path      476 chrome/browser/prefs/chrome_pref_service_factory.cc   return CreateProfilePrefStoreManager(profile_path)
profile_path       80 chrome/browser/prefs/chrome_pref_service_factory.h void SchedulePrefsFilePathVerification(const base::FilePath& profile_path);
profile_path       95 chrome/browser/prefs/chrome_pref_service_factory.h void ResetPrefHashStore(const base::FilePath& profile_path);
profile_path      100 chrome/browser/prefs/chrome_pref_service_factory.h     const base::FilePath& profile_path,
profile_path      211 chrome/browser/prefs/profile_pref_store_manager.cc     const base::FilePath& profile_path,
profile_path      218 chrome/browser/prefs/profile_pref_store_manager.cc     : profile_path_(profile_path),
profile_path      240 chrome/browser/prefs/profile_pref_store_manager.cc     const base::FilePath& profile_path) {
profile_path      241 chrome/browser/prefs/profile_pref_store_manager.cc   return profile_path.Append(chrome::kPreferencesFilename);
profile_path       44 chrome/browser/prefs/profile_pref_store_manager.h       const base::FilePath& profile_path,
profile_path       64 chrome/browser/prefs/profile_pref_store_manager.h       const base::FilePath& profile_path);
profile_path      125 chrome/browser/profiles/avatar_menu.cc       chrome::ShowUserManager(item.profile_path);
profile_path       72 chrome/browser/profiles/avatar_menu.h     base::FilePath profile_path;
profile_path      130 chrome/browser/profiles/profile_impl_io_data.cc       const base::FilePath& profile_path,
profile_path      156 chrome/browser/profiles/profile_impl_io_data.cc   io_data_->profile_path_ = profile_path;
profile_path       55 chrome/browser/profiles/profile_impl_io_data.h               const base::FilePath& profile_path,
profile_path      267 chrome/browser/profiles/profile_info_cache.cc void ProfileInfoCache::AddProfileToCache(const base::FilePath& profile_path,
profile_path      272 chrome/browser/profiles/profile_info_cache.cc   std::string key = CacheKeyFromProfilePath(profile_path);
profile_path      292 chrome/browser/profiles/profile_info_cache.cc                     OnProfileAdded(profile_path));
profile_path      309 chrome/browser/profiles/profile_info_cache.cc     const base::FilePath& profile_path) {
profile_path      310 chrome/browser/profiles/profile_info_cache.cc   size_t profile_index = GetIndexOfProfileWithPath(profile_path);
profile_path      319 chrome/browser/profiles/profile_info_cache.cc                     OnProfileWillBeRemoved(profile_path));
profile_path      323 chrome/browser/profiles/profile_info_cache.cc   std::string key = CacheKeyFromProfilePath(profile_path);
profile_path      329 chrome/browser/profiles/profile_info_cache.cc                     OnProfileWasRemoved(profile_path, name));
profile_path      342 chrome/browser/profiles/profile_info_cache.cc     const base::FilePath& profile_path) const {
profile_path      343 chrome/browser/profiles/profile_info_cache.cc   if (profile_path.DirName() != user_data_dir_)
profile_path      345 chrome/browser/profiles/profile_info_cache.cc   std::string search_key = CacheKeyFromProfilePath(profile_path);
profile_path      609 chrome/browser/profiles/profile_info_cache.cc   base::FilePath profile_path = GetPathOfProfileAtIndex(index);
profile_path      615 chrome/browser/profiles/profile_info_cache.cc                       OnProfileNameChanged(profile_path, old_display_name));
profile_path      652 chrome/browser/profiles/profile_info_cache.cc   base::FilePath profile_path = GetPathOfProfileAtIndex(index);
profile_path      655 chrome/browser/profiles/profile_info_cache.cc                     OnProfileAvatarChanged(profile_path));
profile_path      712 chrome/browser/profiles/profile_info_cache.cc   base::FilePath profile_path = GetPathOfProfileAtIndex(index);
profile_path      718 chrome/browser/profiles/profile_info_cache.cc                       OnProfileNameChanged(profile_path, old_display_name));
profile_path      800 chrome/browser/profiles/profile_info_cache.cc   base::FilePath profile_path = GetPathOfProfileAtIndex(index);
profile_path      803 chrome/browser/profiles/profile_info_cache.cc                     OnProfileAvatarChanged(profile_path));
profile_path      817 chrome/browser/profiles/profile_info_cache.cc   base::FilePath profile_path = GetPathOfProfileAtIndex(index);
profile_path      820 chrome/browser/profiles/profile_info_cache.cc                     OnProfileSigninRequiredChanged(profile_path));
profile_path     1001 chrome/browser/profiles/profile_info_cache.cc     const base::FilePath& profile_path) const {
profile_path     1002 chrome/browser/profiles/profile_info_cache.cc   DCHECK(user_data_dir_ == profile_path.DirName());
profile_path     1003 chrome/browser/profiles/profile_info_cache.cc   base::FilePath base_name = profile_path.BaseName();
profile_path       47 chrome/browser/profiles/profile_info_cache.h   void AddProfileToCache(const base::FilePath& profile_path,
profile_path       52 chrome/browser/profiles/profile_info_cache.h   void DeleteProfileFromCache(const base::FilePath& profile_path);
profile_path       59 chrome/browser/profiles/profile_info_cache.h       const base::FilePath& profile_path) const OVERRIDE;
profile_path      162 chrome/browser/profiles/profile_info_cache.h   std::string CacheKeyFromProfilePath(const base::FilePath& profile_path) const;
profile_path       21 chrome/browser/profiles/profile_info_cache_observer.h   virtual void OnProfileAdded(const base::FilePath& profile_path) {}
profile_path       22 chrome/browser/profiles/profile_info_cache_observer.h   virtual void OnProfileWillBeRemoved(const base::FilePath& profile_path) {}
profile_path       23 chrome/browser/profiles/profile_info_cache_observer.h   virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
profile_path       25 chrome/browser/profiles/profile_info_cache_observer.h   virtual void OnProfileNameChanged(const base::FilePath& profile_path,
profile_path       27 chrome/browser/profiles/profile_info_cache_observer.h   virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {}
profile_path       29 chrome/browser/profiles/profile_info_cache_observer.h       const base::FilePath& profile_path) {}
profile_path       43 chrome/browser/profiles/profile_info_cache_unittest.cc     const base::FilePath& profile_path) {
profile_path       45 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
profile_path       51 chrome/browser/profiles/profile_info_cache_unittest.cc     const base::FilePath& profile_path) {
profile_path       53 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
profile_path       59 chrome/browser/profiles/profile_info_cache_unittest.cc     const base::FilePath& profile_path,
profile_path       65 chrome/browser/profiles/profile_info_cache_unittest.cc     const base::FilePath& profile_path,
profile_path       68 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
profile_path       76 chrome/browser/profiles/profile_info_cache_unittest.cc     const base::FilePath& profile_path) {
profile_path       78 chrome/browser/profiles/profile_info_cache_unittest.cc       GetCache()->GetIndexOfProfileWithPath(profile_path));
profile_path      126 chrome/browser/profiles/profile_info_cache_unittest.cc     base::FilePath profile_path =
profile_path      135 chrome/browser/profiles/profile_info_cache_unittest.cc     GetCache()->AddProfileToCache(profile_path, profile_name, base::string16(),
profile_path      143 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(profile_path, GetCache()->GetPathOfProfileAtIndex(i));
profile_path      158 chrome/browser/profiles/profile_info_cache_unittest.cc     base::FilePath profile_path =
profile_path      160 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(i, GetCache()->GetIndexOfProfileWithPath(profile_path));
profile_path      476 chrome/browser/profiles/profile_info_cache_unittest.cc     const char* profile_path;
profile_path      486 chrome/browser/profiles/profile_info_cache_unittest.cc     base::FilePath profile_path = GetProfilePath(kTestCases[i].profile_path);
profile_path      489 chrome/browser/profiles/profile_info_cache_unittest.cc     GetCache()->AddProfileToCache(profile_path, profile_name, base::string16(),
profile_path      492 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(profile_path, GetCache()->GetPathOfProfileAtIndex(i));
profile_path       30 chrome/browser/profiles/profile_info_cache_unittest.h   virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
profile_path       32 chrome/browser/profiles/profile_info_cache_unittest.h       const base::FilePath& profile_path) OVERRIDE;
profile_path       34 chrome/browser/profiles/profile_info_cache_unittest.h       const base::FilePath& profile_path,
profile_path       37 chrome/browser/profiles/profile_info_cache_unittest.h       const base::FilePath& profile_path,
profile_path       39 chrome/browser/profiles/profile_info_cache_unittest.h   virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) OVERRIDE;
profile_path       27 chrome/browser/profiles/profile_info_interface.h       const base::FilePath& profile_path) const = 0;
profile_path       61 chrome/browser/profiles/profile_list_desktop.cc     item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
profile_path      167 chrome/browser/profiles/profile_manager.cc bool IsProfileMarkedForDeletion(const base::FilePath& profile_path) {
profile_path      169 chrome/browser/profiles/profile_manager.cc       profile_path) != ProfilesToDelete().end();
profile_path      173 chrome/browser/profiles/profile_manager.cc void NukeProfileFromDisk(const base::FilePath& profile_path) {
profile_path      176 chrome/browser/profiles/profile_manager.cc   chrome::GetUserCacheDirectory(profile_path, &cache_path);
profile_path      177 chrome/browser/profiles/profile_manager.cc   base::DeleteFile(profile_path, true);
profile_path      366 chrome/browser/profiles/profile_manager.cc     const base::FilePath& profile_path,
profile_path      374 chrome/browser/profiles/profile_manager.cc   if (IsProfileMarkedForDeletion(profile_path)) {
profile_path      381 chrome/browser/profiles/profile_manager.cc   ProfilesInfoMap::iterator iter = profiles_info_.find(profile_path);
profile_path      388 chrome/browser/profiles/profile_manager.cc     info = RegisterProfile(CreateProfileAsyncHelper(profile_path, this), false);
profile_path      395 chrome/browser/profiles/profile_manager.cc       cache.AddProfileToCache(profile_path, name, base::string16(), icon_index,
profile_path      506 chrome/browser/profiles/profile_manager.cc     base::FilePath profile_path(user_data_dir);
profile_path      507 chrome/browser/profiles/profile_manager.cc     Profile* profile = GetProfile(profile_path.Append(profile_dir));
profile_path      894 chrome/browser/profiles/profile_manager.cc       std::string profile_path = (*it)->GetPath().BaseName().MaybeAsASCII();
profile_path      897 chrome/browser/profiles/profile_manager.cc           profile_paths.find(profile_path) == profile_paths.end()) {
profile_path      898 chrome/browser/profiles/profile_manager.cc         profile_paths.insert(profile_path);
profile_path      899 chrome/browser/profiles/profile_manager.cc         profile_list->Append(new base::StringValue(profile_path));
profile_path       85 chrome/browser/profiles/profile_manager.h   void CreateProfileAsync(const base::FilePath& profile_path,
profile_path       78 chrome/browser/profiles/profile_manager_browsertest.cc       const base::FilePath& profile_path) OVERRIDE {
profile_path      201 chrome/browser/profiles/profile_manager_browsertest.cc   base::FilePath profile_path;
profile_path      202 chrome/browser/profiles/profile_manager_browsertest.cc   PathService::Get(chrome::DIR_USER_DATA, &profile_path);
profile_path      206 chrome/browser/profiles/profile_manager_browsertest.cc     profile_path = profile_path.AppendASCII(
profile_path      209 chrome/browser/profiles/profile_manager_browsertest.cc     profile_path = profile_path.AppendASCII(chrome::kTestUserProfileDir);
profile_path      211 chrome/browser/profiles/profile_manager_browsertest.cc   EXPECT_EQ(profile_path.value(), last_used_profile->GetPath().value());
profile_path       34 chrome/browser/profiles/profile_metrics.cc     const base::FilePath& profile_path) {
profile_path       43 chrome/browser/profiles/profile_metrics.cc   if (profile_path == user_data_dir.AppendASCII(chrome::kInitialProfile)) {
profile_path      289 chrome/browser/profiles/profile_metrics.cc   base::FilePath profile_path = profile->GetPath();
profile_path      291 chrome/browser/profiles/profile_metrics.cc                             GetProfileType(profile_path),
profile_path      300 chrome/browser/profiles/profile_metrics.cc void ProfileMetrics::LogProfileSyncSignIn(const base::FilePath& profile_path) {
profile_path      302 chrome/browser/profiles/profile_metrics.cc                             GetProfileType(profile_path),
profile_path      306 chrome/browser/profiles/profile_metrics.cc void ProfileMetrics::LogProfileUpdate(const base::FilePath& profile_path) {
profile_path      308 chrome/browser/profiles/profile_metrics.cc                             GetProfileType(profile_path),
profile_path       98 chrome/browser/profiles/profile_metrics.h   static void LogProfileSyncSignIn(const base::FilePath& profile_path);
profile_path       99 chrome/browser/profiles/profile_metrics.h   static void LogProfileUpdate(const base::FilePath& profile_path);
profile_path       25 chrome/browser/profiles/profile_shortcut_manager.h       const base::FilePath& profile_path) = 0;
profile_path       30 chrome/browser/profiles/profile_shortcut_manager.h   virtual void CreateProfileShortcut(const base::FilePath& profile_path) = 0;
profile_path       34 chrome/browser/profiles/profile_shortcut_manager.h   virtual void RemoveProfileShortcuts(const base::FilePath& profile_path) = 0;
profile_path       40 chrome/browser/profiles/profile_shortcut_manager.h       const base::FilePath& profile_path,
profile_path       45 chrome/browser/profiles/profile_shortcut_manager.h   virtual void GetShortcutProperties(const base::FilePath& profile_path,
profile_path       68 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc       const base::FilePath profile_path =
profile_path       72 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc       profile_info_cache_->DeleteProfileFromCache(profile_path);
profile_path       77 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc           profiles::internal::GetProfileIconPath(profile_path);
profile_path       83 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     const base::FilePath profile_path =
profile_path       85 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     base::CreateDirectory(profile_path);
profile_path       86 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     return profile_path;
profile_path      134 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc                                      const base::FilePath& profile_path) {
profile_path      139 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc         profiles::internal::GetProfileIconPath(profile_path);
profile_path      144 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc         ShellIntegration::GetChromiumModelIdForProfile(profile_path));
profile_path      149 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc         profiles::internal::CreateProfileShortcutFlags(profile_path));
profile_path      158 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc                                const base::FilePath& profile_path) {
profile_path      160 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc         location, GetDefaultShortcutPathForProfile(profile_name), profile_path);
profile_path      185 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc                                  const base::FilePath& profile_path) {
profile_path      188 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     profile_info_cache_->AddProfileToCache(profile_path, profile_name,
profile_path      190 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     profile_shortcut_manager_->CreateProfileShortcut(profile_path);
profile_path      192 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc     ValidateProfileShortcut(location, profile_name, profile_path);
profile_path      236 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc                      const base::FilePath& profile_path,
profile_path      335 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc   const base::FilePath profile_path =
profile_path      338 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc             profiles::internal::CreateProfileShortcutFlags(profile_path));
profile_path      153 chrome/browser/profiles/profile_shortcut_manager_win.cc void OnProfileIconCreateSuccess(base::FilePath profile_path) {
profile_path      158 chrome/browser/profiles/profile_shortcut_manager_win.cc       g_browser_process->profile_manager()->GetProfileByPath(profile_path);
profile_path      175 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path,
profile_path      180 chrome/browser/profiles/profile_shortcut_manager_win.cc   if (!base::PathExists(profile_path)) {
profile_path      181 chrome/browser/profiles/profile_shortcut_manager_win.cc     LOG(ERROR) << "Profile directory " << profile_path.value()
profile_path      213 chrome/browser/profiles/profile_shortcut_manager_win.cc       profiles::internal::GetProfileIconPath(profile_path);
profile_path      235 chrome/browser/profiles/profile_shortcut_manager_win.cc       base::Bind(&OnProfileIconCreateSuccess, profile_path));
profile_path      381 chrome/browser/profiles/profile_shortcut_manager_win.cc       base::FilePath profile_path,
profile_path      384 chrome/browser/profiles/profile_shortcut_manager_win.cc       : profile_path(profile_path), create_mode(create_mode), action(action) {}
profile_path      391 chrome/browser/profiles/profile_shortcut_manager_win.cc   base::FilePath profile_path;
profile_path      411 chrome/browser/profiles/profile_shortcut_manager_win.cc       CreateOrUpdateShortcutIconForProfile(params.profile_path,
profile_path      448 chrome/browser/profiles/profile_shortcut_manager_win.cc       profiles::internal::CreateProfileShortcutFlags(params.profile_path);
profile_path      463 chrome/browser/profiles/profile_shortcut_manager_win.cc       ShellIntegration::GetChromiumModelIdForProfile(params.profile_path));
profile_path      512 chrome/browser/profiles/profile_shortcut_manager_win.cc void DeleteDesktopShortcuts(const base::FilePath& profile_path,
profile_path      523 chrome/browser/profiles/profile_shortcut_manager_win.cc       profiles::internal::CreateProfileShortcutFlags(profile_path);
profile_path      564 chrome/browser/profiles/profile_shortcut_manager_win.cc bool HasAnyProfileShortcuts(const base::FilePath& profile_path) {
profile_path      574 chrome/browser/profiles/profile_shortcut_manager_win.cc       profiles::internal::CreateProfileShortcutFlags(profile_path);
profile_path      622 chrome/browser/profiles/profile_shortcut_manager_win.cc base::FilePath GetProfileIconPath(const base::FilePath& profile_path) {
profile_path      623 chrome/browser/profiles/profile_shortcut_manager_win.cc   return profile_path.AppendASCII(kProfileIconFileName);
profile_path      641 chrome/browser/profiles/profile_shortcut_manager_win.cc base::string16 CreateProfileShortcutFlags(const base::FilePath& profile_path) {
profile_path      645 chrome/browser/profiles/profile_shortcut_manager_win.cc                             profile_path.BaseName().value().c_str());
profile_path      682 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path) {
profile_path      683 chrome/browser/profiles/profile_shortcut_manager_win.cc   CreateOrUpdateShortcutsForProfileAtPath(profile_path,
profile_path      689 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path) {
profile_path      690 chrome/browser/profiles/profile_shortcut_manager_win.cc   CreateOrUpdateShortcutsForProfileAtPath(profile_path, CREATE_WHEN_NONE_FOUND,
profile_path      695 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path) {
profile_path      698 chrome/browser/profiles/profile_shortcut_manager_win.cc       base::Bind(&DeleteDesktopShortcuts, profile_path, false));
profile_path      702 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path,
profile_path      706 chrome/browser/profiles/profile_shortcut_manager_win.cc       base::Bind(&HasAnyProfileShortcuts, profile_path), callback);
profile_path      710 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path,
profile_path      721 chrome/browser/profiles/profile_shortcut_manager_win.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile_path);
profile_path      734 chrome/browser/profiles/profile_shortcut_manager_win.cc       profiles::internal::CreateProfileShortcutFlags(profile_path));
profile_path      736 chrome/browser/profiles/profile_shortcut_manager_win.cc   *icon_path = profiles::internal::GetProfileIconPath(profile_path);
profile_path      740 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path) {
profile_path      741 chrome/browser/profiles/profile_shortcut_manager_win.cc   CreateOrUpdateProfileIcon(profile_path);
profile_path      745 chrome/browser/profiles/profile_shortcut_manager_win.cc     CreateOrUpdateShortcutsForProfileAtPath(GetOtherProfilePath(profile_path),
profile_path      752 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path,
profile_path      767 chrome/browser/profiles/profile_shortcut_manager_win.cc                                      profile_path,
profile_path      772 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path,
profile_path      774 chrome/browser/profiles/profile_shortcut_manager_win.cc   CreateOrUpdateShortcutsForProfileAtPath(profile_path, UPDATE_EXISTING_ONLY,
profile_path      779 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path) {
profile_path      780 chrome/browser/profiles/profile_shortcut_manager_win.cc   CreateOrUpdateProfileIcon(profile_path);
profile_path      784 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path) {
profile_path      789 chrome/browser/profiles/profile_shortcut_manager_win.cc   size_t current_profile_index = cache.GetIndexOfProfileWithPath(profile_path);
profile_path      795 chrome/browser/profiles/profile_shortcut_manager_win.cc     const base::FilePath& profile_path,
profile_path      800 chrome/browser/profiles/profile_shortcut_manager_win.cc   CreateOrUpdateShortcutsParams params(profile_path, create_mode, action);
profile_path      803 chrome/browser/profiles/profile_shortcut_manager_win.cc   size_t profile_index = cache->GetIndexOfProfileWithPath(profile_path);
profile_path       20 chrome/browser/profiles/profile_shortcut_manager_win.h base::FilePath GetProfileIconPath(const base::FilePath& profile_path);
profile_path       29 chrome/browser/profiles/profile_shortcut_manager_win.h base::string16 CreateProfileShortcutFlags(const base::FilePath& profile_path);
profile_path       57 chrome/browser/profiles/profile_shortcut_manager_win.h       const base::FilePath& profile_path) OVERRIDE;
profile_path       59 chrome/browser/profiles/profile_shortcut_manager_win.h       const base::FilePath& profile_path) OVERRIDE;
profile_path       61 chrome/browser/profiles/profile_shortcut_manager_win.h       const base::FilePath& profile_path) OVERRIDE;
profile_path       63 chrome/browser/profiles/profile_shortcut_manager_win.h       const base::FilePath& profile_path,
profile_path       65 chrome/browser/profiles/profile_shortcut_manager_win.h   virtual void GetShortcutProperties(const base::FilePath& profile_path,
profile_path       71 chrome/browser/profiles/profile_shortcut_manager_win.h   virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
profile_path       73 chrome/browser/profiles/profile_shortcut_manager_win.h       const base::FilePath& profile_path,
profile_path       76 chrome/browser/profiles/profile_shortcut_manager_win.h       const base::FilePath& profile_path,
profile_path       79 chrome/browser/profiles/profile_shortcut_manager_win.h       const base::FilePath& profile_path) OVERRIDE;
profile_path       89 chrome/browser/profiles/profile_shortcut_manager_win.h   base::FilePath GetOtherProfilePath(const base::FilePath& profile_path);
profile_path       95 chrome/browser/profiles/profile_shortcut_manager_win.h       const base::FilePath& profile_path,
profile_path       95 chrome/browser/renderer_host/pepper/device_id_fetcher.cc     const base::FilePath& profile_path) {
profile_path       96 chrome/browser/renderer_host/pepper/device_id_fetcher.cc   return profile_path.AppendASCII(kDRMIdentifierFile);
profile_path      185 chrome/browser/renderer_host/pepper/device_id_fetcher.cc     const base::FilePath& profile_path,
profile_path      190 chrome/browser/renderer_host/pepper/device_id_fetcher.cc   base::FilePath id_path = GetLegacyDeviceIDPath(profile_path);
profile_path       47 chrome/browser/renderer_host/pepper/device_id_fetcher.h       const base::FilePath& profile_path);
profile_path       61 chrome/browser/renderer_host/pepper/device_id_fetcher.h   void LegacyComputeOnBlockingPool(const base::FilePath& profile_path,
profile_path       77 chrome/browser/shell_integration.cc     const base::FilePath& profile_path) {
profile_path       82 chrome/browser/shell_integration.cc       extension_app_id.empty() ? base::FilePath() : profile_path,
profile_path      101 chrome/browser/shell_integration.cc     const base::FilePath& profile_path,
profile_path      125 chrome/browser/shell_integration.cc   if (!profile_path.empty())
profile_path      127 chrome/browser/shell_integration.cc                                    profile_path.BaseName());
profile_path      109 chrome/browser/shell_integration.h     base::FilePath profile_path;
profile_path      168 chrome/browser/shell_integration.h       const base::FilePath& profile_path);
profile_path      174 chrome/browser/shell_integration.h   static void AppendProfileArgs(const base::FilePath& profile_path,
profile_path      186 chrome/browser/shell_integration.h                                           const base::FilePath& profile_path);
profile_path      191 chrome/browser/shell_integration.h       const base::FilePath& profile_path);
profile_path      195 chrome/browser/shell_integration.h       const base::FilePath& profile_path);
profile_path      621 chrome/browser/shell_integration_linux.cc     const base::FilePath& profile_path,
profile_path      626 chrome/browser/shell_integration_linux.cc   return GetExistingShortcutLocations(env, profile_path, extension_id,
profile_path      632 chrome/browser/shell_integration_linux.cc     const base::FilePath& profile_path,
profile_path      638 chrome/browser/shell_integration_linux.cc       profile_path, extension_id);
profile_path      709 chrome/browser/shell_integration_linux.cc base::FilePath GetExtensionShortcutFilename(const base::FilePath& profile_path,
profile_path      718 chrome/browser/shell_integration_linux.cc       .append(profile_path.BaseName().value());
profile_path      727 chrome/browser/shell_integration_linux.cc     const base::FilePath& profile_path,
profile_path      734 chrome/browser/shell_integration_linux.cc   suffix.append(profile_path.BaseName().value());
profile_path      759 chrome/browser/shell_integration_linux.cc     const base::FilePath& profile_path,
profile_path      762 chrome/browser/shell_integration_linux.cc       url, extension_id, profile_path);
profile_path      880 chrome/browser/shell_integration_linux.cc         shortcut_info.profile_path, shortcut_info.extension_id);
profile_path      919 chrome/browser/shell_integration_linux.cc         shortcut_info.profile_path,
profile_path      951 chrome/browser/shell_integration_linux.cc         shortcut_info.profile_path,
profile_path      997 chrome/browser/shell_integration_linux.cc void DeleteDesktopShortcuts(const base::FilePath& profile_path,
profile_path     1002 chrome/browser/shell_integration_linux.cc       profile_path, extension_id);
profile_path     1014 chrome/browser/shell_integration_linux.cc void DeleteAllDesktopShortcuts(const base::FilePath& profile_path) {
profile_path     1023 chrome/browser/shell_integration_linux.cc         GetExistingProfileShortcutFilenames(profile_path, desktop_path);
profile_path     1036 chrome/browser/shell_integration_linux.cc         GetExistingProfileShortcutFilenames(profile_path, applications_menu);
profile_path       53 chrome/browser/shell_integration_linux.h     const base::FilePath& profile_path,
profile_path       61 chrome/browser/shell_integration_linux.h     const base::FilePath& profile_path,
profile_path       78 chrome/browser/shell_integration_linux.h base::FilePath GetExtensionShortcutFilename(const base::FilePath& profile_path,
profile_path       84 chrome/browser/shell_integration_linux.h     const base::FilePath& profile_path,
profile_path       95 chrome/browser/shell_integration_linux.h                                    const base::FilePath& profile_path,
profile_path      130 chrome/browser/shell_integration_linux.h void DeleteDesktopShortcuts(const base::FilePath& profile_path,
profile_path      135 chrome/browser/shell_integration_linux.h void DeleteAllDesktopShortcuts(const base::FilePath& profile_path);
profile_path       52 chrome/browser/shell_integration_win.cc base::string16 GetProfileIdFromPath(const base::FilePath& profile_path) {
profile_path       54 chrome/browser/shell_integration_win.cc   if (profile_path.empty())
profile_path       61 chrome/browser/shell_integration_win.cc       profile_path.DirName() == default_user_data_dir &&
profile_path       62 chrome/browser/shell_integration_win.cc       profile_path.BaseName().value() ==
profile_path       68 chrome/browser/shell_integration_win.cc   base::string16 basenames = profile_path.DirName().BaseName().value() +
profile_path       69 chrome/browser/shell_integration_win.cc       L"." + profile_path.BaseName().value();
profile_path      115 chrome/browser/shell_integration_win.cc   base::FilePath profile_path = user_data_dir.Append(profile_subdir);
profile_path      132 chrome/browser/shell_integration_win.cc   return ShellIntegration::GetAppModelIdForProfile(app_name, profile_path);
profile_path      400 chrome/browser/shell_integration_win.cc     const base::FilePath& profile_path) {
profile_path      403 chrome/browser/shell_integration_win.cc   const base::string16 profile_id(GetProfileIdFromPath(profile_path));
profile_path      410 chrome/browser/shell_integration_win.cc     const base::FilePath& profile_path) {
profile_path      420 chrome/browser/shell_integration_win.cc       profile_path);
profile_path      424 chrome/browser/shell_integration_win.cc     const base::FilePath& profile_path) {
profile_path      426 chrome/browser/shell_integration_win.cc       GetAppListAppName(), profile_path);
profile_path      342 chrome/browser/shell_integration_win_unittest.cc   base::FilePath profile_path(FILE_PATH_LITERAL("root"));
profile_path      343 chrome/browser/shell_integration_win_unittest.cc   profile_path = profile_path.Append(FILE_PATH_LITERAL("udd"));
profile_path      344 chrome/browser/shell_integration_win_unittest.cc   profile_path = profile_path.Append(FILE_PATH_LITERAL("User Data - Test"));
profile_path      347 chrome/browser/shell_integration_win_unittest.cc                                                       profile_path));
profile_path      371 chrome/browser/shell_integration_win_unittest.cc   base::FilePath profile_path(FILE_PATH_LITERAL("root"));
profile_path      372 chrome/browser/shell_integration_win_unittest.cc   profile_path = profile_path.Append(FILE_PATH_LITERAL("udd"));
profile_path      373 chrome/browser/shell_integration_win_unittest.cc   profile_path = profile_path.Append(FILE_PATH_LITERAL("User Data - Test"));
profile_path      375 chrome/browser/shell_integration_win_unittest.cc             ShellIntegration::GetAppListAppModelIdForProfile(profile_path));
profile_path       53 chrome/browser/sync/glue/sync_start_util.cc     const base::FilePath& profile_path) {
profile_path       54 chrome/browser/sync/glue/sync_start_util.cc   return base::Bind(&StartSyncProxy, profile_path);
profile_path       29 chrome/browser/sync/glue/sync_start_util.h     const base::FilePath& profile_path);
profile_path      109 chrome/browser/ui/app_list/app_list_controller_delegate.h   virtual void ShowForProfileByPath(const base::FilePath& profile_path) = 0;
profile_path      120 chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc     const base::FilePath& profile_path) {
profile_path      121 chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc   service_->SetProfilePath(profile_path);
profile_path       51 chrome/browser/ui/app_list/app_list_controller_delegate_impl.h       const base::FilePath& profile_path) OVERRIDE;
profile_path       66 chrome/browser/ui/app_list/app_list_service.h   virtual void SetProfilePath(const base::FilePath& profile_path) = 0;
profile_path       32 chrome/browser/ui/app_list/app_list_service_disabled.cc   virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE {}
profile_path      135 chrome/browser/ui/app_list/app_list_service_impl.cc   virtual bool IsProfileManaged(const base::FilePath& profile_path) OVERRIDE {
profile_path      138 chrome/browser/ui/app_list/app_list_service_impl.cc     size_t profile_index = profile_info.GetIndexOfProfileWithPath(profile_path);
profile_path      284 chrome/browser/ui/app_list/app_list_service_impl.cc void AppListServiceImpl::SetProfilePath(const base::FilePath& profile_path) {
profile_path      288 chrome/browser/ui/app_list/app_list_service_impl.cc   if (profile_store_->IsProfileManaged(profile_path))
profile_path      293 chrome/browser/ui/app_list/app_list_service_impl.cc       profile_path.BaseName().MaybeAsASCII());
profile_path      300 chrome/browser/ui/app_list/app_list_service_impl.cc     const base::FilePath& profile_path) {
profile_path      305 chrome/browser/ui/app_list/app_list_service_impl.cc   if (profile_path.BaseName().MaybeAsASCII() == app_list_last_profile) {
profile_path       48 chrome/browser/ui/app_list/app_list_service_impl.h   virtual void SetProfilePath(const base::FilePath& profile_path) OVERRIDE;
profile_path       82 chrome/browser/ui/app_list/app_list_service_impl.h       const base::FilePath& profile_path) OVERRIDE;
profile_path      201 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc     base::FilePath profile_path = user_data_dir.Append(second_profile_name_);
profile_path      202 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc     CHECK(second_profile_temp_dir_.Set(profile_path));
profile_path       80 chrome/browser/ui/app_list/app_list_view_delegate.cc     user.profile_path = profile_info.GetPathOfProfileAtIndex(i);
profile_path       82 chrome/browser/ui/app_list/app_list_view_delegate.cc     user.active = active_profile_path == user.profile_path;
profile_path      202 chrome/browser/ui/app_list/app_list_view_delegate.cc void AppListViewDelegate::SetProfileByPath(const base::FilePath& profile_path) {
profile_path      207 chrome/browser/ui/app_list/app_list_view_delegate.cc       g_browser_process->profile_manager()->GetProfileByPath(profile_path);
profile_path      354 chrome/browser/ui/app_list/app_list_view_delegate.cc     const base::FilePath& profile_path) {
profile_path      355 chrome/browser/ui/app_list/app_list_view_delegate.cc   controller_->ShowForProfileByPath(profile_path);
profile_path      377 chrome/browser/ui/app_list/app_list_view_delegate.cc void AppListViewDelegate::OnProfileAdded(const base::FilePath& profile_path) {
profile_path      382 chrome/browser/ui/app_list/app_list_view_delegate.cc     const base::FilePath& profile_path, const base::string16& profile_name) {
profile_path      387 chrome/browser/ui/app_list/app_list_view_delegate.cc     const base::FilePath& profile_path,
profile_path       59 chrome/browser/ui/app_list/app_list_view_delegate.h   virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE;
profile_path       85 chrome/browser/ui/app_list/app_list_view_delegate.h       const base::FilePath& profile_path) OVERRIDE;
profile_path      112 chrome/browser/ui/app_list/app_list_view_delegate.h   virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
profile_path      113 chrome/browser/ui/app_list/app_list_view_delegate.h   virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
profile_path      116 chrome/browser/ui/app_list/app_list_view_delegate.h       const base::FilePath& profile_path,
profile_path       97 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc       const base::FilePath& profile_path) OVERRIDE {}
profile_path       93 chrome/browser/ui/ash/app_list/app_list_controller_ash.cc     const base::FilePath& profile_path) {
profile_path       40 chrome/browser/ui/ash/app_list/app_list_controller_ash.h       const base::FilePath& profile_path) OVERRIDE;
profile_path      786 chrome/browser/ui/browser_command_controller.cc     const base::FilePath& profile_path) {
profile_path      791 chrome/browser/ui/browser_command_controller.cc     const base::FilePath& profile_path,
profile_path       88 chrome/browser/ui/browser_command_controller.h   virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
profile_path       89 chrome/browser/ui/browser_command_controller.h   virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
profile_path      705 chrome/browser/ui/startup/startup_browser_creator.cc     const base::FilePath& profile_path) {
profile_path      707 chrome/browser/ui/startup/startup_browser_creator.cc   Profile* profile = profile_manager->GetProfileByPath(profile_path);
profile_path      711 chrome/browser/ui/startup/startup_browser_creator.cc     profile_manager->CreateProfileAsync(profile_path,
profile_path      525 chrome/browser/ui/views/app_list/win/app_list_service_win.cc   base::FilePath profile_path(GetProfilePath(profile_manager->user_data_dir()));
profile_path      528 chrome/browser/ui/views/app_list/win/app_list_service_win.cc       profile_path,
profile_path       48 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc       shortcut_info.profile_path);
profile_path       99 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc       shortcut_info.profile_path, shortcut_info.extension_id,
profile_path       62 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc     const base::FilePath& profile_path = profile->GetPath();
profile_path       67 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc     shortcut_manager->GetShortcutProperties(profile_path, &command_line,
profile_path      135 chrome/browser/ui/views/new_avatar_button.cc void NewAvatarButton::OnProfileAdded(const base::FilePath& profile_path) {
profile_path      140 chrome/browser/ui/views/new_avatar_button.cc       const base::FilePath& profile_path,
profile_path      146 chrome/browser/ui/views/new_avatar_button.cc       const base::FilePath& profile_path,
profile_path       37 chrome/browser/ui/views/new_avatar_button.h   virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
profile_path       39 chrome/browser/ui/views/new_avatar_button.h       const base::FilePath& profile_path,
profile_path       42 chrome/browser/ui/views/new_avatar_button.h       const base::FilePath& profile_path,
profile_path      662 chrome/browser/ui/views/profile_chooser_view.cc         active_item.profile_path);
profile_path      862 chrome/browser/ui/webui/options/browser_options_handler.cc     const base::FilePath& profile_path) {
profile_path      867 chrome/browser/ui/webui/options/browser_options_handler.cc   if (profile_path.BaseName().value() !=
profile_path      879 chrome/browser/ui/webui/options/browser_options_handler.cc                      profile_path.BaseName().value(),
profile_path     1148 chrome/browser/ui/webui/options/browser_options_handler.cc     base::FilePath profile_path = cache.GetPathOfProfileAtIndex(i);
profile_path     1149 chrome/browser/ui/webui/options/browser_options_handler.cc     profile_value->Set("filePath", base::CreateFilePathValue(profile_path));
profile_path     1151 chrome/browser/ui/webui/options/browser_options_handler.cc                               profile_path == current_profile_path);
profile_path      141 chrome/browser/ui/webui/options/browser_options_handler.h                               const base::FilePath& profile_path);
profile_path     1593 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   dictionary.SetBoolean(kTagShowProxy, !network->profile_path().empty());
profile_path     1600 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   dictionary.SetBoolean(kTagShowPreferred, !network->profile_path().empty());
profile_path     1676 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc   dictionary->SetBoolean(kTagRemembered, !network->profile_path().empty());
profile_path      416 chrome/browser/ui/webui/options/manage_profile_handler.cc   const base::FilePath profile_path =
profile_path      421 chrome/browser/ui/webui/options/manage_profile_handler.cc       profile_path, base::Bind(&ManageProfileHandler::OnHasProfileShortcuts,
profile_path      212 chrome/browser/ui/webui/options/options_ui_browsertest.cc   const base::FilePath profile_path =
profile_path      154 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc   virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE {
profile_path      159 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc       const base::FilePath& profile_path,
profile_path      167 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc       const base::FilePath& profile_path,
profile_path      173 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc       const base::FilePath& profile_path) OVERRIDE {
profile_path      178 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc       const base::FilePath& profile_path) OVERRIDE {
profile_path      268 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc   base::FilePath profile_path;
profile_path      269 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc   if (!base::GetValueAsFilePath(*profile_path_value, &profile_path))
profile_path      281 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc       profile_path,
profile_path      496 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc     base::FilePath profile_path = info_cache.GetPathOfProfileAtIndex(i);
profile_path      497 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc     bool is_active_user = (profile_path == active_profile_path);
profile_path      505 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc     profile_value->SetString(kKeyProfilePath, profile_path.MaybeAsASCII());
profile_path       25 chrome/browser/ui/webui/version_handler.cc void GetFilePaths(const base::FilePath& profile_path,
profile_path       39 chrome/browser/ui/webui/version_handler.cc   base::FilePath profile_path_copy(base::MakeAbsoluteFilePath(profile_path));
profile_path       40 chrome/browser/ui/webui/version_handler.cc   if (!profile_path.empty() && !profile_path_copy.empty()) {
profile_path       41 chrome/browser/ui/webui/version_handler.cc     *profile_path_out = profile_path.LossyDisplayName();
profile_path      122 chrome/browser/ui/webui/version_handler.cc   base::StringValue profile_path(*profile_path_data);
profile_path      123 chrome/browser/ui/webui/version_handler.cc   web_ui()->CallJavascriptFunction("returnFilePaths", exec_path, profile_path);
profile_path       73 chrome/browser/web_applications/web_app.cc       shortcut_info.profile_path, shortcut_info.extension_id, GURL());
profile_path       84 chrome/browser/web_applications/web_app.cc       shortcut_info.profile_path, shortcut_info.extension_id, GURL());
profile_path      160 chrome/browser/web_applications/web_app.cc   info->profile_path = profile->GetPath();
profile_path      176 chrome/browser/web_applications/web_app.cc   shortcut_info.profile_path = profile->GetPath();
profile_path      234 chrome/browser/web_applications/web_app.cc base::FilePath GetWebAppDataDirectory(const base::FilePath& profile_path,
profile_path      237 chrome/browser/web_applications/web_app.cc   DCHECK(!profile_path.empty());
profile_path      238 chrome/browser/web_applications/web_app.cc   base::FilePath app_data_dir(profile_path.Append(chrome::kWebAppDirname));
profile_path      261 chrome/browser/web_applications/web_app.cc base::FilePath GetWebAppDataDirectory(const base::FilePath& profile_path,
profile_path      264 chrome/browser/web_applications/web_app.cc       profile_path,
profile_path      340 chrome/browser/web_applications/web_app.cc       shortcut_info.profile_path, shortcut_info.extension_id,
profile_path       69 chrome/browser/web_applications/web_app.h base::FilePath GetWebAppDataDirectory(const base::FilePath& profile_path,
profile_path       75 chrome/browser/web_applications/web_app.h base::FilePath GetWebAppDataDirectory(const base::FilePath& profile_path,
profile_path      177 chrome/browser/web_applications/web_app.h void DeleteAllShortcutsForProfile(const base::FilePath& profile_path);
profile_path       27 chrome/browser/web_applications/web_app_android.cc void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {}
profile_path       27 chrome/browser/web_applications/web_app_chromeos.cc void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {}
profile_path       34 chrome/browser/web_applications/web_app_linux.cc   ShellIntegrationLinux::DeleteDesktopShortcuts(shortcut_info.profile_path,
profile_path       50 chrome/browser/web_applications/web_app_linux.cc           env.get(), shortcut_info.profile_path, shortcut_info.extension_id);
profile_path       60 chrome/browser/web_applications/web_app_linux.cc void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {
profile_path       62 chrome/browser/web_applications/web_app_linux.cc   ShellIntegrationLinux::DeleteAllDesktopShortcuts(profile_path);
profile_path       55 chrome/browser/web_applications/web_app_unittest.cc   base::FilePath profile_path(FILE_PATH_LITERAL("profile"));
profile_path       57 chrome/browser/web_applications/web_app_unittest.cc       web_app::GetWebAppDataDirectory(profile_path, "123", GURL()));
profile_path       58 chrome/browser/web_applications/web_app_unittest.cc   base::FilePath expected = profile_path.AppendASCII("Web Applications")
profile_path       64 chrome/browser/web_applications/web_app_unittest.cc   base::FilePath profile_path(FILE_PATH_LITERAL("profile"));
profile_path       66 chrome/browser/web_applications/web_app_unittest.cc       profile_path, std::string(), GURL("http://example.com")));
profile_path       67 chrome/browser/web_applications/web_app_unittest.cc   base::FilePath expected = profile_path.AppendASCII("Web Applications")
profile_path       99 chrome/browser/web_applications/web_app_win.cc                              const base::FilePath& profile_path) {
profile_path      106 chrome/browser/web_applications/web_app_win.cc                profile_path.BaseName() &&
profile_path      118 chrome/browser/web_applications/web_app_win.cc     const base::FilePath& profile_path,
profile_path      129 chrome/browser/web_applications/web_app_win.cc       if (IsAppShortcutForProfile(shortcut_file, profile_path))
profile_path      147 chrome/browser/web_applications/web_app_win.cc           IsAppShortcutForProfile(shortcut_file, profile_path)) {
profile_path      192 chrome/browser/web_applications/web_app_win.cc       shortcut_info.extension_id, shortcut_info.profile_path);
profile_path      208 chrome/browser/web_applications/web_app_win.cc       base::UTF8ToUTF16(app_name), shortcut_info.profile_path));
profile_path      221 chrome/browser/web_applications/web_app_win.cc                                             shortcut_info.profile_path,
profile_path      275 chrome/browser/web_applications/web_app_win.cc     const base::FilePath& profile_path,
profile_path      302 chrome/browser/web_applications/web_app_win.cc           FindAppShortcutsByProfileAndTitle(taskbar_pin_path, profile_path,
profile_path      313 chrome/browser/web_applications/web_app_win.cc         FindAppShortcutsByProfileAndTitle(*i, profile_path, title);
profile_path      436 chrome/browser/web_applications/web_app_win.cc         web_app_path, shortcut_info.profile_path, old_app_title,
profile_path      462 chrome/browser/web_applications/web_app_win.cc       web_app_path, shortcut_info.profile_path, shortcut_info.title, NULL,
profile_path      477 chrome/browser/web_applications/web_app_win.cc void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {
profile_path      478 chrome/browser/web_applications/web_app_win.cc   GetShortcutLocationsAndDeleteShortcuts(base::FilePath(), profile_path, L"",
profile_path       47 chrome/browser/webdata/web_data_service_factory.cc     const base::FilePath& profile_path,
profile_path       58 chrome/browser/webdata/web_data_service_factory.cc             sync_start_util::GetFlareForSyncableService(profile_path));
profile_path       63 chrome/browser/webdata/web_data_service_factory.cc             sync_start_util::GetFlareForSyncableService(profile_path));
profile_path       71 chrome/browser/webdata/web_data_service_factory.cc   base::FilePath profile_path = profile->GetPath();
profile_path       72 chrome/browser/webdata/web_data_service_factory.cc   base::FilePath path = profile_path.Append(kWebDataFilename);
profile_path      121 chrome/browser/webdata/web_data_service_factory.cc                     profile_path,
profile_path      131 chrome/common/importer/firefox_importer_utils.cc bool GetFirefoxVersionAndPathFromProfile(const base::FilePath& profile_path,
profile_path      136 chrome/common/importer/firefox_importer_utils.cc       profile_path.AppendASCII("compatibility.ini");
profile_path      212 chrome/common/importer/firefox_importer_utils.cc std::string ReadPrefsJsValue(const base::FilePath& profile_path,
profile_path      215 chrome/common/importer/firefox_importer_utils.cc   if (!ReadPrefFile(profile_path.AppendASCII("prefs.js"), &content))
profile_path      221 chrome/common/importer/firefox_importer_utils.cc GURL GetHomepage(const base::FilePath& profile_path) {
profile_path      223 chrome/common/importer/firefox_importer_utils.cc       ReadPrefsJsValue(profile_path, "browser.startup.homepage");
profile_path       53 chrome/common/importer/firefox_importer_utils.h bool GetFirefoxVersionAndPathFromProfile(const base::FilePath& profile_path,
profile_path       76 chrome/common/importer/firefox_importer_utils.h GURL GetHomepage(const base::FilePath& profile_path);
profile_path      812 chrome/installer/setup/uninstall.cc       base::string16 profile_path;
profile_path      814 chrome/installer/setup/uninstall.cc                                                    &profile_path);
profile_path      819 chrome/installer/setup/uninstall.cc       base::FilePath registry_hive_file(profile_path);
profile_path       61 chrome/test/base/testing_profile_manager.cc   base::FilePath profile_path(profiles_dir_.path());
profile_path       62 chrome/test/base/testing_profile_manager.cc   profile_path = profile_path.AppendASCII(profile_name);
profile_path       66 chrome/test/base/testing_profile_manager.cc   builder.SetPath(profile_path);
profile_path       81 chrome/test/base/testing_profile_manager.cc   size_t index = cache.GetIndexOfProfileWithPath(profile_path);
profile_path      421 chrome/utility/importer/firefox_importer.cc   base::FilePath profile_path = source_path_.Append(searchplugins_path);
profile_path      442 chrome/utility/importer/firefox_importer.cc           file = profile_path.AppendASCII(
profile_path       41 chromeos/dbus/bluetooth_profile_manager_client.cc   virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
profile_path       51 chromeos/dbus/bluetooth_profile_manager_client.cc     writer.AppendObjectPath(profile_path);
profile_path      166 chromeos/dbus/bluetooth_profile_manager_client.cc   virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
profile_path      174 chromeos/dbus/bluetooth_profile_manager_client.cc     writer.AppendObjectPath(profile_path);
profile_path       83 chromeos/dbus/bluetooth_profile_manager_client.h   virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
profile_path       91 chromeos/dbus/bluetooth_profile_manager_client.h   virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
profile_path       36 chromeos/dbus/fake_bluetooth_profile_manager_client.cc     const dbus::ObjectPath& profile_path,
profile_path       41 chromeos/dbus/fake_bluetooth_profile_manager_client.cc   VLOG(1) << "RegisterProfile: " << profile_path.value() << ": " << uuid;
profile_path       45 chromeos/dbus/fake_bluetooth_profile_manager_client.cc   ServiceProviderMap::iterator iter = service_provider_map_.find(profile_path);
profile_path       55 chromeos/dbus/fake_bluetooth_profile_manager_client.cc       profile_map_[uuid] = profile_path;
profile_path       62 chromeos/dbus/fake_bluetooth_profile_manager_client.cc     const dbus::ObjectPath& profile_path,
profile_path       65 chromeos/dbus/fake_bluetooth_profile_manager_client.cc   VLOG(1) << "UnregisterProfile: " << profile_path.value();
profile_path       67 chromeos/dbus/fake_bluetooth_profile_manager_client.cc   ServiceProviderMap::iterator iter = service_provider_map_.find(profile_path);
profile_path       74 chromeos/dbus/fake_bluetooth_profile_manager_client.cc       if (piter->second == profile_path) {
profile_path       34 chromeos/dbus/fake_bluetooth_profile_manager_client.h   virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
profile_path       39 chromeos/dbus/fake_bluetooth_profile_manager_client.h   virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
profile_path      270 chromeos/dbus/fake_shill_manager_client.cc   std::string profile_path;
profile_path      272 chromeos/dbus/fake_shill_manager_client.cc                                                    &profile_path);
profile_path      273 chromeos/dbus/fake_shill_manager_client.cc   if (!profile_path.empty()) {
profile_path      275 chromeos/dbus/fake_shill_manager_client.cc         AddService(profile_path, service_path);
profile_path      283 chromeos/dbus/fake_shill_manager_client.cc     const dbus::ObjectPath& profile_path,
profile_path      290 chromeos/dbus/fake_shill_manager_client.cc   CHECK(profile_property == profile_path.value());
profile_path      417 chromeos/dbus/fake_shill_manager_client.cc void FakeShillManagerClient::AddProfile(const std::string& profile_path) {
profile_path      420 chromeos/dbus/fake_shill_manager_client.cc           ->AppendIfNotPresent(new base::StringValue(profile_path))) {
profile_path       56 chromeos/dbus/fake_shill_manager_client.h       const dbus::ObjectPath& profile_path,
profile_path       92 chromeos/dbus/fake_shill_manager_client.h   virtual void AddProfile(const std::string& profile_path) OVERRIDE;
profile_path       50 chromeos/dbus/fake_shill_profile_client.cc     const dbus::ObjectPath& profile_path,
profile_path       55 chromeos/dbus/fake_shill_profile_client.cc     const dbus::ObjectPath& profile_path,
profile_path       60 chromeos/dbus/fake_shill_profile_client.cc     const dbus::ObjectPath& profile_path,
profile_path       63 chromeos/dbus/fake_shill_profile_client.cc   ProfileProperties* profile = GetProfile(profile_path, error_callback);
profile_path       81 chromeos/dbus/fake_shill_profile_client.cc     const dbus::ObjectPath& profile_path,
profile_path       85 chromeos/dbus/fake_shill_profile_client.cc   ProfileProperties* profile = GetProfile(profile_path, error_callback);
profile_path      101 chromeos/dbus/fake_shill_profile_client.cc void FakeShillProfileClient::DeleteEntry(const dbus::ObjectPath& profile_path,
profile_path      105 chromeos/dbus/fake_shill_profile_client.cc   ProfileProperties* profile = GetProfile(profile_path, error_callback);
profile_path      127 chromeos/dbus/fake_shill_profile_client.cc void FakeShillProfileClient::AddProfile(const std::string& profile_path,
profile_path      129 chromeos/dbus/fake_shill_profile_client.cc   if (GetProfile(dbus::ObjectPath(profile_path), ErrorCallback()))
profile_path      135 chromeos/dbus/fake_shill_profile_client.cc   profiles_[profile_path] = profile;
profile_path      137 chromeos/dbus/fake_shill_profile_client.cc       AddProfile(profile_path);
profile_path      140 chromeos/dbus/fake_shill_profile_client.cc void FakeShillProfileClient::AddEntry(const std::string& profile_path,
profile_path      143 chromeos/dbus/fake_shill_profile_client.cc   ProfileProperties* profile = GetProfile(dbus::ObjectPath(profile_path),
profile_path      152 chromeos/dbus/fake_shill_profile_client.cc bool FakeShillProfileClient::AddService(const std::string& profile_path,
profile_path      154 chromeos/dbus/fake_shill_profile_client.cc   ProfileProperties* profile = GetProfile(dbus::ObjectPath(profile_path),
profile_path      157 chromeos/dbus/fake_shill_profile_client.cc     LOG(ERROR) << "No matching profile: " << profile_path;
profile_path      172 chromeos/dbus/fake_shill_profile_client.cc   if (!service_profile_path.empty() && service_profile_path != profile_path) {
profile_path      178 chromeos/dbus/fake_shill_profile_client.cc   base::StringValue profile_path_value(profile_path);
profile_path      196 chromeos/dbus/fake_shill_profile_client.cc     const dbus::ObjectPath& profile_path,
profile_path      198 chromeos/dbus/fake_shill_profile_client.cc   ProfileMap::const_iterator found = profiles_.find(profile_path.value());
profile_path       29 chromeos/dbus/fake_shill_profile_client.h       const dbus::ObjectPath& profile_path,
profile_path       32 chromeos/dbus/fake_shill_profile_client.h       const dbus::ObjectPath& profile_path,
profile_path       35 chromeos/dbus/fake_shill_profile_client.h       const dbus::ObjectPath& profile_path,
profile_path       38 chromeos/dbus/fake_shill_profile_client.h   virtual void GetEntry(const dbus::ObjectPath& profile_path,
profile_path       42 chromeos/dbus/fake_shill_profile_client.h   virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
profile_path       49 chromeos/dbus/fake_shill_profile_client.h   virtual void AddProfile(const std::string& profile_path,
profile_path       51 chromeos/dbus/fake_shill_profile_client.h   virtual void AddEntry(const std::string& profile_path,
profile_path       54 chromeos/dbus/fake_shill_profile_client.h   virtual bool AddService(const std::string& profile_path,
profile_path       62 chromeos/dbus/fake_shill_profile_client.h   ProfileProperties* GetProfile(const dbus::ObjectPath& profile_path,
profile_path      280 chromeos/dbus/fake_shill_service_client.cc     std::string profile_path;
profile_path      282 chromeos/dbus/fake_shill_service_client.cc             shill::kProfileProperty, &profile_path)) {
profile_path      284 chromeos/dbus/fake_shill_service_client.cc           profile_path, service_path.value());
profile_path       45 chromeos/dbus/mock_shill_manager_client.h                void(const dbus::ObjectPath& profile_path,
profile_path       25 chromeos/dbus/mock_shill_profile_client.h                void(const dbus::ObjectPath& profile_path,
profile_path       28 chromeos/dbus/mock_shill_profile_client.h                void(const dbus::ObjectPath& profile_path,
profile_path       31 chromeos/dbus/mock_shill_profile_client.h       const dbus::ObjectPath& profile_path,
profile_path       35 chromeos/dbus/mock_shill_profile_client.h       const dbus::ObjectPath& profile_path,
profile_path       39 chromeos/dbus/mock_shill_profile_client.h   MOCK_METHOD4(DeleteEntry, void(const dbus::ObjectPath& profile_path,
profile_path      119 chromeos/dbus/shill_manager_client.cc       const dbus::ObjectPath& profile_path,
profile_path      126 chromeos/dbus/shill_manager_client.cc     writer.AppendObjectPath(dbus::ObjectPath(profile_path));
profile_path       55 chromeos/dbus/shill_manager_client.h     virtual void AddProfile(const std::string& profile_path) = 0;
profile_path      182 chromeos/dbus/shill_manager_client.h       const dbus::ObjectPath& profile_path,
profile_path       30 chromeos/dbus/shill_profile_client.cc       const dbus::ObjectPath& profile_path,
profile_path       32 chromeos/dbus/shill_profile_client.cc     GetHelper(profile_path)->AddPropertyChangedObserver(observer);
profile_path       36 chromeos/dbus/shill_profile_client.cc       const dbus::ObjectPath& profile_path,
profile_path       38 chromeos/dbus/shill_profile_client.cc     GetHelper(profile_path)->RemovePropertyChangedObserver(observer);
profile_path       42 chromeos/dbus/shill_profile_client.cc       const dbus::ObjectPath& profile_path,
profile_path       45 chromeos/dbus/shill_profile_client.cc   virtual void GetEntry(const dbus::ObjectPath& profile_path,
profile_path       49 chromeos/dbus/shill_profile_client.cc   virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
profile_path       67 chromeos/dbus/shill_profile_client.cc   ShillClientHelper* GetHelper(const dbus::ObjectPath& profile_path);
profile_path       82 chromeos/dbus/shill_profile_client.cc     const dbus::ObjectPath& profile_path) {
profile_path       83 chromeos/dbus/shill_profile_client.cc   HelperMap::iterator it = helpers_.find(profile_path.value());
profile_path       89 chromeos/dbus/shill_profile_client.cc       bus_->GetObjectProxy(shill::kFlimflamServiceName, profile_path);
profile_path       92 chromeos/dbus/shill_profile_client.cc   helpers_.insert(HelperMap::value_type(profile_path.value(), helper));
profile_path       97 chromeos/dbus/shill_profile_client.cc     const dbus::ObjectPath& profile_path,
profile_path      102 chromeos/dbus/shill_profile_client.cc   GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback(
profile_path      107 chromeos/dbus/shill_profile_client.cc     const dbus::ObjectPath& profile_path,
profile_path      115 chromeos/dbus/shill_profile_client.cc   GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback(
profile_path      120 chromeos/dbus/shill_profile_client.cc     const dbus::ObjectPath& profile_path,
profile_path      128 chromeos/dbus/shill_profile_client.cc   GetHelper(profile_path)->CallVoidMethodWithErrorCallback(
profile_path       49 chromeos/dbus/shill_profile_client.h     virtual void AddProfile(const std::string& profile_path,
profile_path       56 chromeos/dbus/shill_profile_client.h     virtual void AddEntry(const std::string& profile_path,
profile_path       63 chromeos/dbus/shill_profile_client.h     virtual bool AddService(const std::string& profile_path,
profile_path       84 chromeos/dbus/shill_profile_client.h       const dbus::ObjectPath& profile_path,
profile_path       89 chromeos/dbus/shill_profile_client.h       const dbus::ObjectPath& profile_path,
profile_path       95 chromeos/dbus/shill_profile_client.h       const dbus::ObjectPath& profile_path,
profile_path      101 chromeos/dbus/shill_profile_client.h   virtual void GetEntry(const dbus::ObjectPath& profile_path,
profile_path      108 chromeos/dbus/shill_profile_client.h   virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
profile_path      374 chromeos/network/client_cert_resolver.cc     if (network->profile_path().empty()) {
profile_path      381 chromeos/network/client_cert_resolver.cc             network->guid(), network->profile_path());
profile_path       35 chromeos/network/favorite_state.h   const std::string& profile_path() const { return profile_path_; }
profile_path      133 chromeos/network/managed_network_configuration_handler.h       const std::string& profile_path) const = 0;
profile_path      144 chromeos/network/managed_network_configuration_handler_impl.cc   std::string profile_path;
profile_path      146 chromeos/network/managed_network_configuration_handler_impl.cc                                                  &profile_path);
profile_path      148 chromeos/network/managed_network_configuration_handler_impl.cc       network_profile_handler_->GetProfileForPath(profile_path);
profile_path      150 chromeos/network/managed_network_configuration_handler_impl.cc     NET_LOG_ERROR("No profile for service: " + profile_path, service_path);
profile_path      245 chromeos/network/managed_network_configuration_handler_impl.cc   const std::string& profile_path = state->profile_path();
profile_path      247 chromeos/network/managed_network_configuration_handler_impl.cc       network_profile_handler_->GetProfileForPath(profile_path);
profile_path      538 chromeos/network/managed_network_configuration_handler_impl.cc     const std::string& profile_path) const {
profile_path      540 chromeos/network/managed_network_configuration_handler_impl.cc       network_profile_handler_->GetProfileForPath(profile_path);
profile_path      542 chromeos/network/managed_network_configuration_handler_impl.cc     NET_LOG_ERROR("Profile path unknown:" + profile_path, guid);
profile_path       87 chromeos/network/managed_network_configuration_handler_impl.h       const std::string& profile_path) const OVERRIDE;
profile_path       68 chromeos/network/managed_network_configuration_handler_unittest.cc   void AddProfile(const std::string& profile_path,
profile_path       70 chromeos/network/managed_network_configuration_handler_unittest.cc     if (profile_entries_.HasKey(profile_path))
profile_path       74 chromeos/network/managed_network_configuration_handler_unittest.cc     profile_entries_.SetWithoutPathExpansion(profile_path, profile);
profile_path       75 chromeos/network/managed_network_configuration_handler_unittest.cc     profile_to_user_[profile_path] = userhash;
profile_path       78 chromeos/network/managed_network_configuration_handler_unittest.cc   void AddEntry(const std::string& profile_path,
profile_path       82 chromeos/network/managed_network_configuration_handler_unittest.cc     profile_entries_.GetDictionaryWithoutPathExpansion(profile_path, &entries);
profile_path       87 chromeos/network/managed_network_configuration_handler_unittest.cc                                              profile_path);
profile_path       91 chromeos/network/managed_network_configuration_handler_unittest.cc   void GetProperties(const dbus::ObjectPath& profile_path,
profile_path       95 chromeos/network/managed_network_configuration_handler_unittest.cc     profile_entries_.GetDictionaryWithoutPathExpansion(profile_path.value(),
profile_path      107 chromeos/network/managed_network_configuration_handler_unittest.cc     ASSERT_TRUE(ContainsKey(profile_to_user_, profile_path.value()));
profile_path      108 chromeos/network/managed_network_configuration_handler_unittest.cc     const std::string& userhash = profile_to_user_[profile_path.value()];
profile_path      114 chromeos/network/managed_network_configuration_handler_unittest.cc   void GetEntry(const dbus::ObjectPath& profile_path,
profile_path      119 chromeos/network/managed_network_configuration_handler_unittest.cc     profile_entries_.GetDictionaryWithoutPathExpansion(profile_path.value(),
profile_path      219 chromeos/network/managed_network_configuration_handler_unittest.cc                   const std::string& profile_path,
profile_path      223 chromeos/network/managed_network_configuration_handler_unittest.cc     profiles_stub_.AddEntry(profile_path, entry_path, *entry);
profile_path      662 chromeos/network/managed_network_configuration_handler_unittest.cc       const dbus::ObjectPath& profile_path,
profile_path       67 chromeos/network/mock_managed_network_configuration_handler.h                                    const std::string& profile_path));
profile_path       79 chromeos/network/network_configuration_handler.cc     const std::string& profile_path,
profile_path       84 chromeos/network/network_configuration_handler.cc       "Config.SetNetworkProfile Failed: " + profile_path,
profile_path      141 chromeos/network/network_configuration_handler.cc       std::string profile_path = StripQuotations(iter.key());
profile_path      144 chromeos/network/network_configuration_handler.cc       if (profile_path.empty() || entry_path.empty()) {
profile_path      146 chromeos/network/network_configuration_handler.cc             "%s: %s", profile_path.c_str(), entry_path.c_str()));
profile_path      149 chromeos/network/network_configuration_handler.cc       if (profile_delete_entries_.count(profile_path) != 0) {
profile_path      151 chromeos/network/network_configuration_handler.cc             "%s: %s", profile_path.c_str(), entry_path.c_str()));
profile_path      155 chromeos/network/network_configuration_handler.cc           "%s: %s", profile_path.c_str(), entry_path.c_str()));
profile_path      156 chromeos/network/network_configuration_handler.cc       profile_delete_entries_[profile_path] = entry_path;
profile_path      158 chromeos/network/network_configuration_handler.cc           dbus::ObjectPath(profile_path),
profile_path      161 chromeos/network/network_configuration_handler.cc                      AsWeakPtr(), profile_path, entry_path),
profile_path      163 chromeos/network/network_configuration_handler.cc                      AsWeakPtr(), profile_path, entry_path));
profile_path      167 chromeos/network/network_configuration_handler.cc   void ProfileEntryDeletedCallback(const std::string& profile_path,
profile_path      170 chromeos/network/network_configuration_handler.cc         "%s: %s", profile_path.c_str(), entry.c_str()));
profile_path      171 chromeos/network/network_configuration_handler.cc     profile_delete_entries_.erase(profile_path);
profile_path      182 chromeos/network/network_configuration_handler.cc   void ShillErrorCallback(const std::string& profile_path,
profile_path      188 chromeos/network/network_configuration_handler.cc         "GetLoadableProfileEntries Failed", profile_path, error_callback_,
profile_path      321 chromeos/network/network_configuration_handler.cc     const std::string& profile_path,
profile_path      324 chromeos/network/network_configuration_handler.cc   NET_LOG_USER("SetNetworkProfile", service_path + ": " + profile_path);
profile_path      325 chromeos/network/network_configuration_handler.cc   base::StringValue profile_path_value(profile_path);
profile_path      332 chromeos/network/network_configuration_handler.cc                  service_path, profile_path, error_callback));
profile_path      106 chromeos/network/network_configuration_handler.h                          const std::string& profile_path,
profile_path      175 chromeos/network/network_configuration_handler_unittest.cc       const dbus::ObjectPath& profile_path,
profile_path      191 chromeos/network/network_configuration_handler_unittest.cc   void OnDeleteEntry(const dbus::ObjectPath& profile_path,
profile_path      127 chromeos/network/network_connection_handler.cc                  const std::string& profile_path,
profile_path      131 chromeos/network/network_connection_handler.cc         profile_path(profile_path),
profile_path      142 chromeos/network/network_connection_handler.cc   std::string profile_path;
profile_path      269 chromeos/network/network_connection_handler.cc   std::string profile_path;
profile_path      270 chromeos/network/network_connection_handler.cc   if (!network || network->profile_path().empty())
profile_path      271 chromeos/network/network_connection_handler.cc     profile_path = GetDefaultUserProfilePath(network);
profile_path      276 chromeos/network/network_connection_handler.cc       ConnectRequest(service_path, profile_path,
profile_path      539 chromeos/network/network_connection_handler.cc       service_path, request->profile_path,
profile_path      662 chromeos/network/network_connection_handler.cc     if (!request->profile_path.empty()) {
profile_path      665 chromeos/network/network_connection_handler.cc           service_path, request->profile_path,
profile_path       20 chromeos/network/network_profile.h   NetworkProfile(const std::string& profile_path,
profile_path       22 chromeos/network/network_profile.h       : path(profile_path),
profile_path       35 chromeos/network/network_profile_handler.cc void LogProfileRequestError(const std::string& profile_path,
profile_path       39 chromeos/network/network_profile_handler.cc              << profile_path << ": " << error_message;
profile_path      143 chromeos/network/network_profile_handler.cc     const std::string& profile_path,
profile_path      148 chromeos/network/network_profile_handler.cc   AddProfile(NetworkProfile(profile_path, userhash));
profile_path      158 chromeos/network/network_profile_handler.cc void NetworkProfileHandler::RemoveProfile(const std::string& profile_path) {
profile_path      159 chromeos/network/network_profile_handler.cc   VLOG(2) << "Removing profile for path " << profile_path << ".";
profile_path      161 chromeos/network/network_profile_handler.cc                                              ProfilePathEquals(profile_path));
profile_path      171 chromeos/network/network_profile_handler.cc     const std::string& profile_path) const {
profile_path      174 chromeos/network/network_profile_handler.cc                    ProfilePathEquals(profile_path));
profile_path       47 chromeos/network/network_profile_handler.h   void GetProfilePropertiesCallback(const std::string& profile_path,
profile_path       51 chromeos/network/network_profile_handler.h       const std::string& profile_path) const;
profile_path       72 chromeos/network/network_profile_handler.h   void RemoveProfile(const std::string& profile_path);
profile_path       53 chromeos/network/network_state.h   const std::string& profile_path() const { return profile_path_; }
profile_path      556 chromeos/network/network_state_handler.cc   std::string prev_profile_path = network->profile_path();
profile_path      602 chromeos/network/network_state_handler.cc   if (prev_profile_path.empty() && !network->profile_path().empty())
profile_path      483 chromeos/network/shill_property_handler.cc     std::string profile_path;
profile_path      485 chromeos/network/shill_property_handler.cc         shill::kProfileProperty, &profile_path);
profile_path      486 chromeos/network/shill_property_handler.cc     if (!profile_path.empty()) {
profile_path      169 components/policy/core/common/cloud/user_cloud_policy_store.cc     const base::FilePath& profile_path,
profile_path      173 components/policy/core/common/cloud/user_cloud_policy_store.cc       profile_path.Append(kPolicyDir).Append(kPolicyCacheFile);
profile_path      175 components/policy/core/common/cloud/user_cloud_policy_store.cc       profile_path.Append(kPolicyDir).Append(kKeyCacheFile);
profile_path       41 components/policy/core/common/cloud/user_cloud_policy_store.h       const base::FilePath& profile_path,
profile_path       53 content/browser/fileapi/browser_file_system_helper.cc     const base::FilePath& profile_path,
profile_path       67 content/browser/fileapi/browser_file_system_helper.cc       profile_path,
profile_path       85 content/browser/fileapi/browser_file_system_helper.cc           profile_path,
profile_path       27 content/browser/fileapi/browser_file_system_helper.h     const base::FilePath& profile_path,
profile_path      203 content/browser/plugin_data_remover_impl.cc     base::FilePath profile_path =
profile_path      211 content/browser/plugin_data_remover_impl.cc         profile_path.Append(base::FilePath(base::UTF8ToUTF16(plugin_name_)));
profile_path      214 content/browser/plugin_data_remover_impl.cc         profile_path.Append(base::FilePath(plugin_name_));
profile_path       68 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc     const base::FilePath& profile_path) {
profile_path       69 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc   return profile_path.Append(kPepperDataDirname);
profile_path       41 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h   static base::FilePath GetDataDirName(const base::FilePath& profile_path);
profile_path      107 content/browser/storage_partition_impl.h                                       const base::FilePath& profile_path);
profile_path       43 extensions/browser/api/storage/local_value_store_cache.cc     const base::FilePath& profile_path)
profile_path       46 extensions/browser/api/storage/local_value_store_cache.cc           profile_path.AppendASCII(kLocalExtensionSettingsDirectoryName)),
profile_path       47 extensions/browser/api/storage/local_value_store_cache.cc       app_base_path_(profile_path.AppendASCII(kLocalAppSettingsDirectoryName)),
profile_path       26 extensions/browser/api/storage/local_value_store_cache.h                        const base::FilePath& profile_path);
profile_path       26 mojo/shell/context.cc               storage_.profile_path()) {
profile_path       19 mojo/shell/storage.h   base::FilePath profile_path() const {
profile_path      101 net/http/transport_security_persister.cc     const base::FilePath& profile_path,
profile_path      105 net/http/transport_security_persister.cc       writer_(profile_path.AppendASCII("TransportSecurity"), background_runner),
profile_path       61 net/http/transport_security_persister.h                              const base::FilePath& profile_path,
profile_path       85 ui/app_list/app_list_menu.cc         users_[command_id - SELECT_PROFILE].profile_path);
profile_path       54 ui/app_list/app_list_view_delegate.h     base::FilePath profile_path;
profile_path       70 ui/app_list/app_list_view_delegate.h   virtual void SetProfileByPath(const base::FilePath& profile_path) = 0;
profile_path      140 ui/app_list/app_list_view_delegate.h   virtual void ShowForProfileByPath(const base::FilePath& profile_path) = 0;
profile_path       49 ui/app_list/test/app_list_test_view_delegate.h   virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE {}
profile_path       75 ui/app_list/test/app_list_test_view_delegate.h       const base::FilePath& profile_path) OVERRIDE {}
profile_path      235 ui/app_list/views/app_list_view.cc void AppListView::SetProfileByPath(const base::FilePath& profile_path) {
profile_path      236 ui/app_list/views/app_list_view.cc   delegate_->SetProfileByPath(profile_path);
profile_path       92 ui/app_list/views/app_list_view.h   void SetProfileByPath(const base::FilePath& profile_path);
profile_path       83 webkit/browser/database/database_tracker.cc     const base::FilePath& profile_path,
profile_path       92 webkit/browser/database/database_tracker.cc       profile_path_(profile_path),
profile_path       99 webkit/browser/database/database_tracker.h   DatabaseTracker(const base::FilePath& profile_path,
profile_path       89 webkit/browser/fileapi/plugin_private_file_system_backend.cc     const base::FilePath& profile_path,
profile_path       94 webkit/browser/fileapi/plugin_private_file_system_backend.cc       base_path_(profile_path.Append(
profile_path       42 webkit/browser/fileapi/plugin_private_file_system_backend.h       const base::FilePath& profile_path,
profile_path      175 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc     const base::FilePath& profile_path,
profile_path      182 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc               profile_path.Append(kFileSystemDirectory),
profile_path       85 webkit/browser/fileapi/sandbox_file_system_backend_delegate.h       const base::FilePath& profile_path,
profile_path       33 webkit/browser/quota/mock_quota_manager.cc     const base::FilePath& profile_path,
profile_path       37 webkit/browser/quota/mock_quota_manager.cc     : QuotaManager(is_incognito, profile_path, io_thread, db_thread,
profile_path       36 webkit/browser/quota/mock_quota_manager.h                    const base::FilePath& profile_path,
profile_path      193 webkit/browser/quota/quota_manager.cc int64 CallSystemGetAmountOfFreeDiskSpace(const base::FilePath& profile_path) {
profile_path      195 webkit/browser/quota/quota_manager.cc   if (!base::CreateDirectory(profile_path)) {
profile_path      196 webkit/browser/quota/quota_manager.cc     LOG(WARNING) << "Create directory failed for path" << profile_path.value();
profile_path      199 webkit/browser/quota/quota_manager.cc   return base::SysInfo::AmountOfFreeDiskSpace(profile_path);
profile_path      801 webkit/browser/quota/quota_manager.cc                            const base::FilePath& profile_path,
profile_path      806 webkit/browser/quota/quota_manager.cc     profile_path_(profile_path),
profile_path      119 webkit/browser/quota/quota_manager.h                const base::FilePath& profile_path,