Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/profiles/
Dprofile_impl_io_data.cc52 void ProfileImplIOData::Handle::Init(const FilePath& cookie_path, in Init()
301 FilePath cookie_path = app_path.Append(chrome::kCookieFilename); in InitializeAppRequestContext() local
Dprofile_impl_io_data.h95 FilePath cookie_path; member
Dprofile_impl.cc371 FilePath cookie_path = GetPath(); in DoFinalInit() local
/external/chromium/net/base/
Dcookie_monster_store_test.cc93 std::string cookie_path = pc.Path(); in AddCookieToList() local
Dcookie_monster.cc1213 std::string cookie_path = CanonPath(url, pc); in SetCookieWithCreationTimeAndOptions() local
2038 std::string cookie_path = CanonPathWithString(url, parsed_path); in Create() local
/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc400 const FilePath& cookie_path) { in ConnectSocket()