Searched defs:g_ocsp_io_loop (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc123 g_ocsp_io_loop = LAZY_INSTANCE_INITIALIZER; member in namespace:net::__anon9347
215 g_ocsp_io_loop.Get().PostTaskToIOLoop(
326 g_ocsp_io_loop.Get().RemoveRequest(this);
348 g_ocsp_io_loop.Get().RemoveRequest(this);
380 // Runs on |g_ocsp_io_loop|'s IO loop.
395 g_ocsp_io_loop.Get().AddRequest(this);
948 bool used = g_ocsp_io_loop.Get().used();
950 // Should not be called when g_ocsp_io_loop has already been used.
955 g_ocsp_io_loop.Get().StartUsing();
960 g_ocsp_io_loop
[all...]

Completed in 105 milliseconds