OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:system_cookie_store
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/
io_thread.h
143
// |
system_cookie_store
| and |system_server_bound_cert_service| are shared
145
scoped_refptr<net::CookieStore>
system_cookie_store
;
member in struct:IOThread::Globals
io_thread.cc
206
context->set_cookie_store(globals->
system_cookie_store
.get());
232
context->set_cookie_store(globals->
system_cookie_store
.get());
536
globals_->
system_cookie_store
= new net::CookieMonster(NULL, NULL);
[
all
...]
Completed in 24 milliseconds