OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetClock
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ssl/
chrome_ssl_host_state_delegate.h
60
//
SetClock
takes ownership of the passed in clock.
61
void
SetClock
(scoped_ptr<base::Clock> clock);
chrome_ssl_host_state_delegate_test.cc
448
chrome_state->
SetClock
(scoped_ptr<base::Clock>(clock));
504
chrome_state->
SetClock
(scoped_ptr<base::Clock>(clock));
544
chrome_state->
SetClock
(scoped_ptr<base::Clock>(clock));
chrome_ssl_host_state_delegate.cc
438
void ChromeSSLHostStateDelegate::
SetClock
(scoped_ptr<base::Clock> clock) {
/external/chromium_org/base/debug/
trace_event_synthetic_delay.h
95
void
SetClock
(TraceEventSyntheticDelayClock* clock);
trace_event_synthetic_delay.cc
72
void TraceEventSyntheticDelay::
SetClock
(TraceEventSyntheticDelayClock* clock) {
195
delays_[i].
SetClock
(this);
trace_event_synthetic_delay_unittest.cc
36
delay->
SetClock
(this);
Completed in 179 milliseconds