Searched refs:cookie_db (Results 1 – 1 of 1) sorted by relevance
257 scoped_refptr<SQLitePersistentCookieStore> cookie_db = in LazyInitializeInternal() local259 cookie_db->SetClearLocalStateOnExit( in LazyInitializeInternal()262 new net::CookieMonster(cookie_db.get(), in LazyInitializeInternal()338 scoped_refptr<SQLitePersistentCookieStore> cookie_db = in InitializeAppRequestContext() local340 cookie_db->SetClearLocalStateOnExit(clear_local_state_on_exit_); in InitializeAppRequestContext()344 cookie_store = new net::CookieMonster(cookie_db.get(), NULL); in InitializeAppRequestContext()