/external/chromium_org/chrome/browser/prefs/ |
D | profile_pref_store_manager.cc | 42 : 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()
|
D | profile_pref_store_manager.h | 110 const base::FilePath profile_path_; variable
|
/external/chromium_org/chrome/browser/apps/app_shim/ |
D | app_shim_host_mac.cc | 36 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()
|
D | app_shim_quit_interactive_uitest_mac.mm | 35 : profile_path_(profile_path), 46 return profile_path_; 51 base::FilePath profile_path_;
|
D | app_shim_host_mac.h | 82 base::FilePath profile_path_; variable
|
D | extension_app_shim_handler_mac_unittest.cc | 112 : 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/ |
D | bookmark_node_data.cc | 231 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()
|
D | bookmark_node_data_mac.cc | 17 WriteBookmarksToPasteboard(type, elements, profile_path_); in WriteToClipboard() 23 profile_path_ = file_path; in ReadFromClipboard()
|
D | bookmark_node_data_views.cc | 54 profile_path_.clear(); in Read()
|
D | bookmark_node_data.h | 173 base::FilePath profile_path_;
|
/external/chromium_org/chrome/browser/importer/ |
D | firefox_importer_browsertest.cc | 257 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/ |
D | profile_avatar_downloader.cc | 24 profile_path_(profile_path), in ProfileAvatarDownloader() 57 profile_path_); in OnFetchComplete()
|
D | profile_avatar_downloader.h | 32 base::FilePath profile_path_; variable
|
/external/chromium_org/chrome/test/base/ |
D | testing_profile.cc | 213 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/ |
D | update_shortcut_worker_win.cc | 38 profile_path_(Profile::FromBrowserContext( in UpdateShortcutWorker() 182 profile_path_, shortcut_info_.extension_id, shortcut_info_.url); in UpdateShortcutsOnFileThread() 203 profile_path_); in UpdateShortcutsOnFileThread()
|
D | update_shortcut_worker_win.h | 76 base::FilePath profile_path_; variable
|
/external/chromium_org/chromeos/network/ |
D | network_state.cc | 119 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()
|
D | network_state.h | 57 const std::string& profile_path() const { return profile_path_; } in profile_path() 145 std::string profile_path_; variable
|
/external/chromium_org/chrome/browser/net/ |
D | chrome_network_delegate.h | 115 profile_path_ = profile_path; in set_profile_path() 286 base::FilePath profile_path_; variable
|
D | chrome_network_delegate.cc | 736 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/ |
D | media_file_system_backend.cc | 123 : profile_path_(profile_path), in MediaFileSystemBackend() 130 DeviceMediaAsyncFileUtil::Create(profile_path_, in MediaFileSystemBackend()
|
D | media_file_system_backend.h | 98 const base::FilePath profile_path_;
|
D | device_media_async_file_util.h | 156 const base::FilePath profile_path_; variable
|
/external/chromium_org/chrome/browser/media_galleries/ |
D | media_file_system_registry.cc | 270 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/ |
D | database_tracker.cc | 92 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()
|