Home
last modified time | relevance | path

Searched refs:profile_path_ (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/chrome/browser/prefs/
Dprofile_pref_store_manager.cc42 : profile_path_(profile_path), in ProfilePrefStoreManager()
89 return new JsonPrefStore(GetPrefFilePathFromProfilePath(profile_path_), in CreateProfilePrefStore()
134 new JsonPrefStore(GetPrefFilePathFromProfilePath(profile_path_), in CreateProfilePrefStore()
140 profile_path_.Append(chrome::kSecurePreferencesFilename), in CreateProfilePrefStore()
141 profile_path_.Append(chrome::kProtectedPreferencesFilenameDeprecated), in CreateProfilePrefStore()
159 profile_path_.AsUTF8Unsafe(), local_state_)), in CreateProfilePrefStore()
171 if (!base::CreateDirectory(profile_path_)) in InitializePrefsFromMasterPrefs()
191 GetPrefFilePathFromProfilePath(profile_path_)); in InitializePrefsFromMasterPrefs()
213 profile_path_.AsUTF8Unsafe(), local_state_))); in CreateDeprecatedCombinedProfilePrefStore()
222 return new JsonPrefStore(GetPrefFilePathFromProfilePath(profile_path_), in CreateDeprecatedCombinedProfilePrefStore()
Dprofile_pref_store_manager.h110 const base::FilePath profile_path_; variable
/external/chromium_org/chrome/browser/apps/app_shim/
Dapp_shim_host_mac.cc36 return profile_path_; in GetProfilePath()
71 DCHECK(profile_path_.empty()); in OnLaunchApp()
73 if (!profile_path_.empty()) in OnLaunchApp()
76 profile_path_ = profile_dir; in OnLaunchApp()
Dapp_shim_quit_interactive_uitest_mac.mm35 : profile_path_(profile_path),
46 return profile_path_;
51 base::FilePath profile_path_;
Dapp_shim_host_mac.h82 base::FilePath profile_path_; variable
Dextension_app_shim_handler_mac_unittest.cc112 : profile_path_(profile_path), in FakeHost()
126 return profile_path_; in GetProfilePath()
133 base::FilePath profile_path_; member in apps::FakeHost
/external/chromium_org/components/bookmarks/browser/
Dbookmark_node_data.cc231 if (profile_path_.ReadFromPickle(&data_iterator) && in ReadFromPickle()
273 profile_path_.clear(); in Clear()
279 DCHECK(profile_path_.empty()); in SetOriginatingProfilePath()
280 profile_path_ = profile_path; in SetOriginatingProfilePath()
286 return !profile_path_.empty() && profile_path_ == profile_path; in IsFromProfilePath()
Dbookmark_node_data_mac.cc17 WriteBookmarksToPasteboard(type, elements, profile_path_); in WriteToClipboard()
23 profile_path_ = file_path; in ReadFromClipboard()
Dbookmark_node_data_views.cc54 profile_path_.clear(); in Read()
Dbookmark_node_data.h173 base::FilePath profile_path_;
/external/chromium_org/chrome/browser/importer/
Dfirefox_importer_browsertest.cc257 profile_path_ = test_path.AppendASCII("profile"); in SetUp()
271 ASSERT_TRUE(base::CopyDirectory(data_path, profile_path_, true)); in FirefoxImporterBrowserTest()
275 ASSERT_TRUE(base::CopyDirectory(data_path, profile_path_, false)); in FirefoxImporterBrowserTest()
284 profile_path_.AppendASCII("searchplugins"); in FirefoxImporterBrowserTest()
302 source_profile.source_path = profile_path_; in FirefoxImporterBrowserTest()
317 base::FilePath profile_path_; member in FirefoxProfileImporterBrowserTest
/external/chromium_org/chrome/browser/profiles/
Dprofile_avatar_downloader.cc24 profile_path_(profile_path), in ProfileAvatarDownloader()
57 profile_path_); in OnFetchComplete()
Dprofile_avatar_downloader.h32 base::FilePath profile_path_; variable
/external/chromium_org/chrome/test/base/
Dtesting_profile.cc213 profile_path_ = temp_dir_.path(); in TestingProfile()
226 profile_path_(path), in TestingProfile()
243 profile_path_(path), in TestingProfile()
281 profile_path_(path), in TestingProfile()
291 if (profile_path_.empty()) { in TestingProfile()
293 profile_path_ = temp_dir_.path(); in TestingProfile()
366 if (!base::PathExists(profile_path_)) in Init()
367 base::CreateDirectory(profile_path_); in Init()
623 return profile_path_; in GetPath()
/external/chromium_org/chrome/browser/web_applications/
Dupdate_shortcut_worker_win.cc38 profile_path_(Profile::FromBrowserContext( in UpdateShortcutWorker()
182 profile_path_, shortcut_info_.extension_id, shortcut_info_.url); in UpdateShortcutsOnFileThread()
203 profile_path_); in UpdateShortcutsOnFileThread()
Dupdate_shortcut_worker_win.h76 base::FilePath profile_path_; variable
/external/chromium_org/chromeos/network/
Dnetwork_state.cc119 return GetStringValue(key, value, &profile_path_); in PropertyChanged()
285 return !profile_path_.empty() || type() == shill::kTypeEthernetEap; in IsInProfile()
289 return !profile_path_.empty() && in IsPrivate()
290 profile_path_ != NetworkProfileHandler::GetSharedProfilePath(); in IsPrivate()
Dnetwork_state.h57 const std::string& profile_path() const { return profile_path_; } in profile_path()
145 std::string profile_path_; variable
/external/chromium_org/chrome/browser/net/
Dchrome_network_delegate.h115 profile_path_ = profile_path; in set_profile_path()
286 base::FilePath profile_path_; variable
Dchrome_network_delegate.cc736 if (!profile_path_.empty()) { in OnCanAccessFile()
737 const base::FilePath downloads = profile_path_.AppendASCII("Downloads"); in OnCanAccessFile()
740 const base::FilePath webrtc_logs = profile_path_.AppendASCII("WebRTC Logs"); in OnCanAccessFile()
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dmedia_file_system_backend.cc123 : profile_path_(profile_path), in MediaFileSystemBackend()
130 DeviceMediaAsyncFileUtil::Create(profile_path_, in MediaFileSystemBackend()
Dmedia_file_system_backend.h98 const base::FilePath profile_path_;
Ddevice_media_async_file_util.h156 const base::FilePath profile_path_; variable
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_file_system_registry.cc270 profile_path_(profile_path), in ExtensionGalleriesHost()
383 profile_path_, extension_id_, pref_id); in GetMediaFileSystemsForAttachedDevices()
419 profile_path_, extension_id_, gallery.pref_id); in RegisterAttachedMediaFileSystem()
472 const base::FilePath profile_path_; member in ExtensionGalleriesHost
/external/chromium_org/storage/browser/database/
Ddatabase_tracker.cc92 profile_path_(profile_path), in DatabaseTracker()
94 ? profile_path_.Append(kIncognitoDatabaseDirectoryName) in DatabaseTracker()
95 : profile_path_.Append(kDatabaseDirectoryName)), in DatabaseTracker()
797 profile_path_.Append(kIncognitoDatabaseDirectoryName); in DeleteIncognitoDBDirectory()

12