HomeSort by relevance Sort by last modified time
    Searched refs:profile_path_ (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/components/bookmarks/browser/
bookmark_node_data_mac.cc 17 WriteBookmarksToPasteboard(type, elements, profile_path_);
23 profile_path_ = file_path;
bookmark_node_data.cc 231 if (profile_path_.ReadFromPickle(&data_iterator) &&
273 profile_path_.clear();
279 DCHECK(profile_path_.empty());
280 profile_path_ = profile_path;
286 return !profile_path_.empty() && profile_path_ == profile_path;
bookmark_node_data_views.cc 54 profile_path_.clear();
bookmark_node_data.h 160 // Sets |profile_path_|. This is useful for the constructors/readers that
173 base::FilePath profile_path_; member in struct:bookmarks::BookmarkNodeData
  /external/chromium_org/chrome/browser/profiles/
profile_avatar_downloader.cc 24 profile_path_(profile_path),
57 profile_path_);
profile_avatar_downloader.h 32 base::FilePath profile_path_; member in class:ProfileAvatarDownloader
profile_impl_io_data.h 239 base::FilePath profile_path_; member in class:ProfileImplIOData
  /external/chromium_org/chrome/browser/prefs/
profile_pref_store_manager.cc 42 : profile_path_(profile_path),
89 return new JsonPrefStore(GetPrefFilePathFromProfilePath(profile_path_),
134 new JsonPrefStore(GetPrefFilePathFromProfilePath(profile_path_),
140 profile_path_.Append(chrome::kSecurePreferencesFilename),
141 profile_path_.Append(chrome::kProtectedPreferencesFilenameDeprecated),
159 profile_path_.AsUTF8Unsafe(), local_state_)),
171 if (!base::CreateDirectory(profile_path_))
191 GetPrefFilePathFromProfilePath(profile_path_));
213 profile_path_.AsUTF8Unsafe(), local_state_)));
222 return new JsonPrefStore(GetPrefFilePathFromProfilePath(profile_path_),
    [all...]
profile_pref_store_manager.h 110 const base::FilePath profile_path_; member in class:ProfilePrefStoreManager
  /external/chromium_org/chrome/browser/apps/app_shim/
app_shim_host_mac.cc 36 return profile_path_;
71 DCHECK(profile_path_.empty());
73 if (!profile_path_.empty())
76 profile_path_ = profile_dir;
app_shim_host_mac.h 82 base::FilePath profile_path_; member in class:AppShimHost
extension_app_shim_handler_mac_unittest.cc 112 : profile_path_(profile_path),
126 return profile_path_;
133 base::FilePath profile_path_; member in class:apps::FakeHost
  /external/chromium_org/chrome/browser/web_applications/
update_shortcut_worker_win.h 76 base::FilePath profile_path_; member in class:web_app::UpdateShortcutWorker
update_shortcut_worker_win.cc 38 profile_path_(Profile::FromBrowserContext(
182 profile_path_, shortcut_info_.extension_id, shortcut_info_.url);
203 profile_path_);
  /external/chromium_org/chrome/browser/importer/
firefox_importer_browsertest.cc 257 profile_path_ = test_path.AppendASCII("profile");
271 ASSERT_TRUE(base::CopyDirectory(data_path, profile_path_, true));
275 ASSERT_TRUE(base::CopyDirectory(data_path, profile_path_, false));
284 profile_path_.AppendASCII("searchplugins");
302 source_profile.source_path = profile_path_;
317 base::FilePath profile_path_; member in class:FirefoxProfileImporterBrowserTest
  /external/chromium_org/chromeos/network/
network_state.h 57 const std::string& profile_path() const { return profile_path_; }
145 std::string profile_path_; member in class:chromeos::NetworkState
network_state.cc 119 return GetStringValue(key, value, &profile_path_);
285 return !profile_path_.empty() || type() == shill::kTypeEthernetEap;
289 return !profile_path_.empty() &&
290 profile_path_ != NetworkProfileHandler::GetSharedProfilePath();
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 98 const base::FilePath profile_path_; member in class:MediaFileSystemBackend
device_media_async_file_util.h 156 const base::FilePath profile_path_; member in class:DeviceMediaAsyncFileUtil
media_file_system_backend.cc 123 : profile_path_(profile_path),
130 DeviceMediaAsyncFileUtil::Create(profile_path_,
  /external/chromium_org/chrome/test/base/
testing_profile.cc 213 profile_path_ = temp_dir_.path();
226 profile_path_(path),
243 profile_path_(path),
281 profile_path_(path),
291 if (profile_path_.empty()) {
293 profile_path_ = temp_dir_.path();
366 if (!base::PathExists(profile_path_))
367 base::CreateDirectory(profile_path_);
623 return profile_path_;
    [all...]
testing_profile.h 398 base::FilePath profile_path_; member in class:TestingProfile
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.h 115 profile_path_ = profile_path;
286 base::FilePath profile_path_; member in class:ChromeNetworkDelegate
chrome_network_delegate.cc 736 if (!profile_path_.empty()) {
737 const base::FilePath downloads = profile_path_.AppendASCII("Downloads");
740 const base::FilePath webrtc_logs = profile_path_.AppendASCII("WebRTC Logs");
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.cc 270 profile_path_(profile_path),
383 profile_path_, extension_id_, pref_id);
419 profile_path_, extension_id_, gallery.pref_id);
472 const base::FilePath profile_path_; member in class:ExtensionGalleriesHost

Completed in 435 milliseconds

1 2