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

/external/chromium/net/base/
H A Dcert_verifier_unittest.cc41 TestTimeService* time_service = new TestTimeService; local
43 time_service->set_current_time(current_time);
44 CertVerifier verifier(time_service);
79 TestTimeService* time_service = new TestTimeService; local
81 time_service->set_current_time(current_time);
82 CertVerifier verifier(time_service);
116 TestTimeService* time_service = new TestTimeService; local
118 time_service->set_current_time(current_time);
119 CertVerifier verifier(time_service);
155 time_service
170 TestTimeService* time_service = new TestTimeService; local
[all...]
H A Dcert_verifier.cc292 CertVerifier::CertVerifier(TimeService* time_service) argument
293 : time_service_(time_service),

Completed in 57 milliseconds