Home | History | Annotate | Download | only in profiles

Lines Matching refs:cookie_store

244   scoped_refptr<net::CookieStore> cookie_store = NULL;
247 cookie_store = new net::CookieMonster(
254 if (!cookie_store) {
261 cookie_store =
275 main_context->set_cookie_store(cookie_store);
276 media_request_context_->set_cookie_store(cookie_store);
323 scoped_refptr<net::CookieStore> cookie_store = NULL;
329 cookie_store = new net::CookieMonster(NULL, NULL);
335 if (!cookie_store) {
344 cookie_store = new net::CookieMonster(cookie_db.get(), NULL);
347 context->set_cookie_store(cookie_store);