Home
last modified time | relevance | path

Searched refs:SetClock (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/base/debug/
Dtrace_event_synthetic_delay.cc72 void TraceEventSyntheticDelay::SetClock(TraceEventSyntheticDelayClock* clock) { in SetClock() function in base::debug::TraceEventSyntheticDelay
195 delays_[i].SetClock(this); in ResetAllDelays()
Dtrace_event_synthetic_delay.h95 void SetClock(TraceEventSyntheticDelayClock* clock);
Dtrace_event_synthetic_delay_unittest.cc36 delay->SetClock(this); in ConfigureDelay()
/external/chromium_org/chrome/browser/ssl/
Dchrome_ssl_host_state_delegate.h61 void SetClock(scoped_ptr<base::Clock> clock);
Dchrome_ssl_host_state_delegate_test.cc448 chrome_state->SetClock(scoped_ptr<base::Clock>(clock)); in IN_PROC_BROWSER_TEST_F()
504 chrome_state->SetClock(scoped_ptr<base::Clock>(clock)); in IN_PROC_BROWSER_TEST_F()
544 chrome_state->SetClock(scoped_ptr<base::Clock>(clock)); in IN_PROC_BROWSER_TEST_F()
Dchrome_ssl_host_state_delegate.cc438 void ChromeSSLHostStateDelegate::SetClock(scoped_ptr<base::Clock> clock) { in SetClock() function in ChromeSSLHostStateDelegate