HomeSort by relevance Sort by last modified time
    Searched defs:cookie_path (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/cookies/
canonical_cookie_unittest.cc 182 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,
cookie_monster_store_test.cc 117 std::string cookie_path = pc.Path(); local
120 GURL(), pc.Name(), pc.Value(), key, cookie_path,
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.h 34 void Init(const FilePath& cookie_path,
95 FilePath cookie_path; member in struct:ProfileImplIOData::LazyParams
profile_impl_io_data.cc 52 void ProfileImplIOData::Handle::Init(const FilePath& cookie_path,
63 lazy_params->cookie_path = cookie_path;
255 DCHECK(!lazy_params_->cookie_path.empty());
258 new SQLitePersistentCookieStore(lazy_params_->cookie_path);
301 FilePath cookie_path = app_path.Append(chrome::kCookieFilename); local
336 DCHECK(!cookie_path.empty());
339 new SQLitePersistentCookieStore(cookie_path);
profile_impl.cc 371 FilePath cookie_path = GetPath(); local
372 cookie_path = cookie_path.Append(chrome::kCookieFilename);
391 io_data_.Init(cookie_path, cache_path, cache_max_size,
    [all...]
  /external/chromium/net/base/
cookie_monster_store_test.cc 93 std::string cookie_path = pc.Path(); local
97 GURL(), pc.Name(), pc.Value(), key, cookie_path,
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.h 39 void Init(const base::FilePath& cookie_path,
132 base::FilePath cookie_path; member in struct:ProfileImplIOData::LazyParams
profile_impl_io_data.cc 99 const base::FilePath& cookie_path,
117 lazy_params->cookie_path = cookie_path;
385 DCHECK(!lazy_params_->cookie_path.empty());
388 lazy_params_->cookie_path,
522 base::FilePath cookie_path = partition_descriptor.path.Append( local
568 DCHECK(!cookie_path.empty());
574 cookie_path,
profile_impl.cc 512 base::FilePath cookie_path = GetPath(); local
513 cookie_path = cookie_path.Append(chrome::kCookieFilename);
552 io_data_.Init(cookie_path, server_bound_cert_path, cache_path,
    [all...]

Completed in 2998 milliseconds