OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:time_service_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
cert_verifier.cc
285
:
time_service_
(new DefaultTimeService),
293
:
time_service_
(time_service),
326
if (!i->second.HasExpired(
time_service_
->Now())) {
396
const base::Time current_time(
time_service_
->Now());
cert_verifier.h
58
//
time_service_
->Now(). This allows unit tests to mock the current time.
171
scoped_ptr<TimeService>
time_service_
;
member in class:net::CertVerifier
Completed in 33 milliseconds