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

  /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,
cookie_monster.cc     [all...]
  /external/chromium/chrome/browser/
process_singleton_linux.cc 400 const FilePath& cookie_path) {
404 FilePath cookie = ReadLink(cookie_path);
    [all...]

Completed in 106 milliseconds