OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetTickClockForTesting
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/content/renderer/media/
render_media_log.h
33
void
SetTickClockForTesting
(scoped_ptr<base::TickClock> tick_clock);
render_media_log.cc
60
void RenderMediaLog::
SetTickClockForTesting
(
render_media_log_unittest.cc
18
log_->
SetTickClockForTesting
(scoped_ptr<base::TickClock>(tick_clock_));
/external/chromium_org/media/base/
wall_clock_time_source.h
33
void
SetTickClockForTesting
(scoped_ptr<base::TickClock> tick_clock);
wall_clock_time_source.cc
67
void WallClockTimeSource::
SetTickClockForTesting
(
wall_clock_time_source_unittest.cc
14
time_source_.
SetTickClockForTesting
(
/external/chromium_org/media/filters/
video_frame_scheduler_impl.h
42
void
SetTickClockForTesting
(scoped_ptr<base::TickClock> tick_clock);
video_frame_scheduler_impl.cc
41
void VideoFrameSchedulerImpl::
SetTickClockForTesting
(
video_frame_scheduler_impl_unittest.cc
26
scheduler_.
SetTickClockForTesting
(scoped_ptr<base::TickClock>(tick_clock_));
/external/chromium_org/ui/chromeos/
touch_exploration_controller_unittest.cc
189
void
SetTickClockForTesting
(base::TickClock* simulated_clock) {
292
touch_exploration_controller_->
SetTickClockForTesting
(
[
all
...]
Completed in 139 milliseconds