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

  /external/chromium_org/content/browser/renderer_host/media/
audio_sync_reader.cc 144 base::TimeDelta time_since_start = base::TimeTicks::Now() - start_time; local
146 time_since_start,
  /external/chromium_org/net/tools/gdig/
gdig.cc 206 base::TimeDelta time_since_start, int val);
440 base::TimeDelta time_since_start = base::Time::Now() - start_time_; local
443 if (time_since_start < entry.start_time) {
448 entry.start_time - time_since_start);
459 time_since_start);

Completed in 59 milliseconds