Searched defs:cookie_path (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/cookies/
H A Dcanonical_cookie_unittest.cc182 std::string cookie_path = "/"; local
192 cookie_path, creation_time, expiration_time,
200 cookie_path, creation_time, expiration_time,
208 cookie_path, creation_time,
217 cookie_path, other_creation_time,
224 cookie_domain, cookie_path,
233 cookie_path, creation_time,
240 "www.example.com", cookie_path,
249 ".example.com", cookie_path,
H A Dcookie_monster_store_test.cc119 std::string cookie_path = pc.Path(); local
122 GURL(), pc.Name(), pc.Value(), key, cookie_path,
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.h50 void Init(const base::FilePath& cookie_path,
157 base::FilePath cookie_path; member in struct:ProfileImplIOData::LazyParams
H A Dprofile_impl_io_data.cc130 const base::FilePath& cookie_path,
148 lazy_params->cookie_path = cookie_path;
452 DCHECK(!lazy_params_->cookie_path.empty());
455 lazy_params_->cookie_path,
624 base::FilePath cookie_path = partition_descriptor.path.Append( local
663 DCHECK(!cookie_path.empty());
669 cookie_path,
129 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, content::CookieStoreConfig::SessionCookieMode session_cookie_mode, quota::SpecialStoragePolicy* special_storage_policy) argument
H A Dprofile_impl.cc560 base::FilePath cookie_path = GetPath(); local
561 cookie_path = cookie_path.Append(chrome::kCookieFilename);
603 io_data_.Init(cookie_path, server_bound_cert_path, cache_path,
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix.cc362 const base::FilePath& cookie_path) {
366 base::FilePath cookie = ReadLink(cookie_path);
360 ConnectSocket(ScopedSocket* socket, const base::FilePath& socket_path, const base::FilePath& cookie_path) argument

Completed in 417 milliseconds