Searched defs:profile_path (Results 101 - 105 of 105) sorted by relevance

12345

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.cc136 const base::FilePath& profile_path,
150 store_ .reset(new BookmarkStorage(this, profile_path, io_task_runner.get()));
133 Load( PrefService* pref_service, const std::string& accept_languages, const base::FilePath& profile_path, const scoped_refptr<base::SequencedTaskRunner>& io_task_runner, const scoped_refptr<base::SequencedTaskRunner>& ui_task_runner) argument
/external/chromium_org/content/browser/quota/
H A Dquota_manager_unittest.cc420 base::FilePath profile_path() const { return data_dir_.path(); } function in class:content::QuotaManagerTest
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc978 const base::FilePath& profile_path) {
983 if (profile_path.BaseName().value() !=
995 profile_path.BaseName().value(),
1262 base::FilePath profile_path = cache.GetPathOfProfileAtIndex(i); local
1263 profile_value->Set("filePath", base::CreateFilePathValue(profile_path));
1265 profile_path == current_profile_path);
976 CheckAutoLaunch( base::WeakPtr<BrowserOptionsHandler> weak_this, const base::FilePath& profile_path) argument
/external/chromium_org/storage/browser/quota/
H A Dquota_manager.cc193 int64 CallSystemGetAmountOfFreeDiskSpace(const base::FilePath& profile_path) { argument
195 if (!base::CreateDirectory(profile_path)) {
196 LOG(WARNING) << "Create directory failed for path" << profile_path.value();
199 return base::SysInfo::AmountOfFreeDiskSpace(profile_path);
802 const base::FilePath& profile_path,
807 profile_path_(profile_path),
800 QuotaManager( bool is_incognito, const base::FilePath& profile_path, const scoped_refptr<base::SingleThreadTaskRunner>& io_thread, const scoped_refptr<base::SequencedTaskRunner>& db_thread, const scoped_refptr<SpecialStoragePolicy>& special_storage_policy) argument
/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc414 bool GetDefaultFirefoxProfile(Pathname* profile_path) { argument
415 ASSERT(NULL != profile_path);
470 profile_path->SetPathname(candidate.pathname());
483 profile_path->SetPathname(path);

Completed in 193 milliseconds

12345