Home
last modified time | relevance | path

Searched refs:cookie_db (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_impl_io_data.cc257 scoped_refptr<SQLitePersistentCookieStore> cookie_db = in LazyInitializeInternal() local
259 cookie_db->SetClearLocalStateOnExit( in LazyInitializeInternal()
262 new net::CookieMonster(cookie_db.get(), in LazyInitializeInternal()
338 scoped_refptr<SQLitePersistentCookieStore> cookie_db = in InitializeAppRequestContext() local
340 cookie_db->SetClearLocalStateOnExit(clear_local_state_on_exit_); in InitializeAppRequestContext()
344 cookie_store = new net::CookieMonster(cookie_db.get(), NULL); in InitializeAppRequestContext()