Home
last modified time | relevance | path

Searched refs: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() argument
63 lazy_params->cookie_path = cookie_path; in Init()
255 DCHECK(!lazy_params_->cookie_path.empty()); in LazyInitializeInternal()
258 new SQLitePersistentCookieStore(lazy_params_->cookie_path); in LazyInitializeInternal()
301 FilePath cookie_path = app_path.Append(chrome::kCookieFilename); in InitializeAppRequestContext() local
336 DCHECK(!cookie_path.empty()); in InitializeAppRequestContext()
339 new SQLitePersistentCookieStore(cookie_path); in InitializeAppRequestContext()
Dprofile_impl_io_data.h34 void Init(const FilePath& cookie_path,
95 FilePath cookie_path; member
Dprofile_impl.cc371 FilePath cookie_path = GetPath(); in DoFinalInit() local
372 cookie_path = cookie_path.Append(chrome::kCookieFilename); in DoFinalInit()
391 io_data_.Init(cookie_path, cache_path, cache_max_size, in DoFinalInit()
/external/chromium/net/base/
Dcookie_monster_store_test.cc93 std::string cookie_path = pc.Path(); in AddCookieToList() local
97 GURL(), pc.Name(), pc.Value(), key, cookie_path, in AddCookieToList()
Dcookie_monster.cc1213 std::string cookie_path = CanonPath(url, pc); in SetCookieWithCreationTimeAndOptions() local
1219 cookie_path, creation_time, cookie_expires, in SetCookieWithCreationTimeAndOptions()
2038 std::string cookie_path = CanonPathWithString(url, parsed_path); in Create() local
2040 if (!parsed_path.empty() && cookie_path != parsed_path) in Create()
2043 url_parse::Component path_component(0, cookie_path.length()); in Create()
2046 url_canon::CanonicalizePath(cookie_path.data(), path_component, in Create()
2048 cookie_path = std::string(canon_path.data() + canon_path_component.begin, in Create()
2052 cookie_path, creation, expiration, creation, in Create()
/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc400 const FilePath& cookie_path) { in ConnectSocket() argument
404 FilePath cookie = ReadLink(cookie_path); in ConnectSocket()