Searched refs:server_bound_cert_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.h40 const base::FilePath& server_bound_cert_path,
133 base::FilePath server_bound_cert_path; member in struct:ProfileImplIOData::LazyParams
H A Dprofile_impl_io_data.cc155 const base::FilePath& server_bound_cert_path,
173 lazy_params->server_bound_cert_path = server_bound_cert_path;
454 DCHECK(!lazy_params_->server_bound_cert_path.empty());
458 lazy_params_->server_bound_cert_path,
153 Init( const base::FilePath& cookie_path, const base::FilePath& server_bound_cert_path, const base::FilePath& cache_path, int cache_max_size, const base::FilePath& media_cache_path, int media_cache_max_size, const base::FilePath& extensions_cookie_path, const base::FilePath& profile_path, const base::FilePath& infinite_cache_path, chrome_browser_net::Predictor* predictor, bool restore_old_session_cookies, quota::SpecialStoragePolicy* special_storage_policy) argument
H A Dprofile_impl.cc549 base::FilePath server_bound_cert_path = GetPath(); local
550 server_bound_cert_path =
551 server_bound_cert_path.Append(chrome::kOBCertFilename);
587 io_data_.Init(cookie_path, server_bound_cert_path, cache_path,

Completed in 73 milliseconds