OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cookie_db
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc
257
scoped_refptr<SQLitePersistentCookieStore>
cookie_db
=
local
259
cookie_db
->SetClearLocalStateOnExit(
262
new net::CookieMonster(
cookie_db
.get(),
338
scoped_refptr<SQLitePersistentCookieStore>
cookie_db
=
local
340
cookie_db
->SetClearLocalStateOnExit(clear_local_state_on_exit_);
344
cookie_store = new net::CookieMonster(
cookie_db
.get(), NULL);
Completed in 180 milliseconds