HomeSort by relevance Sort by last modified time
    Searched full:system_cookie_store (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/
io_thread.h 146 // |system_cookie_store| and |system_server_bound_cert_service| are shared
148 scoped_refptr<net::CookieStore> system_cookie_store; member in struct:IOThread::Globals
io_thread.cc 225 context->set_cookie_store(globals->system_cookie_store.get());
253 context->set_cookie_store(globals->system_cookie_store.get());
592 globals_->system_cookie_store = new net::CookieMonster(NULL, NULL);
    [all...]

Completed in 167 milliseconds