Searched refs:next_run (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome_frame/
H A Dtask_marshaller.cc109 base::TimeTicks next_run = next_task.delayed_run_time; local
110 if (next_run > now) {
111 int64 delay = (next_run - now).InMillisecondsRoundedUp();
/external/chromium_org/media/mp4/
H A Dtrack_run_iterator.cc335 std::vector<TrackRunInfo>::const_iterator next_run = run_itr_ + 1; local
336 if (next_run != runs_.end()) {
337 offset = std::min(offset, next_run->sample_start_offset);
338 if (next_run->aux_info_total_size)
339 offset = std::min(offset, next_run->aux_info_start_offset);

Completed in 134 milliseconds