Searched defs:max_timestamp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chromecast/media/cma/base/
H A Dbalanced_media_task_runner_factory.cc88 // Schedule tasks whose timestamp is less than or equal to |max_timestamp|.
89 void ScheduleWork(base::TimeDelta max_timestamp);
238 base::TimeDelta max_timestamp = min_timestamp + max_delta_; local
241 (*it).second->ScheduleWork(max_timestamp);
H A Dbalanced_media_task_runner_unittest.cc34 base::TimeDelta max_timestamp; member in struct:chromecast::media::__anon6060::MediaTaskRunnerTestContext
161 context.max_timestamp) {
163 context.max_timestamp = context.task_timestamp_list[context.task_index];
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsession.h20 u64 max_timestamp; member in struct:ordered_samples
/external/chromium_org/chrome/browser/history/
H A Dweb_history_service.cc341 std::string max_timestamp = ServerTimeString(end_time); local
346 CreateDeletion(min_timestamp, max_timestamp, *url_iterator));
350 deletions->Append(CreateDeletion(min_timestamp, max_timestamp, GURL()));

Completed in 88 milliseconds