HomeSort by relevance Sort by last modified time
    Searched refs:next_run (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/
task_marshaller.cc 109 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/
track_run_iterator.cc 352 std::vector<TrackRunInfo>::const_iterator next_run = run_itr_ + 1; local
353 if (next_run != runs_.end()) {
354 offset = std::min(offset, next_run->sample_start_offset);
355 if (next_run->aux_info_total_size)
356 offset = std::min(offset, next_run->aux_info_start_offset);

Completed in 24 milliseconds