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

  /external/chromium_org/third_party/webrtc/base/
faketaskrunner.h 23 FakeTaskRunner() : current_time_(0) {}
30 return current_time_++;
33 int64 current_time_; member in class:rtc::FakeTaskRunner
  /external/chromium_org/content/test/
test_video_frame_provider.h 53 base::TimeDelta current_time_; member in class:content::TestVideoFrameProvider
test_video_frame_provider.cc 68 size_, 255, 128, 128, current_time_);
76 current_time_ += frame_duration_;
  /external/chromium_org/media/base/
seekable_buffer.h 129 base::TimeDelta current_time() const { return current_time_; }
161 // Updates |current_time_| with the time that corresponds to the
177 base::TimeDelta current_time_; member in class:media::SeekableBuffer
seekable_buffer.cc 20 current_time_(kNoTimestamp()) {
33 current_time_ = kNoTimestamp();
64 current_time_ = buffer_in->timestamp();
272 current_time_ = (*buffer)->timestamp() +
  /external/chromium_org/chrome/browser/extensions/
test_extension_prefs.cc 44 IncrementalTimeProvider() : current_time_(base::Time::Now()) {
51 current_time_ += base::TimeDelta::FromSeconds(10);
52 return current_time_;
58 mutable base::Time current_time_; member in class:extensions::__anon8648::IncrementalTimeProvider
  /external/chromium_org/chrome/browser/sync_file_system/
sync_process_runner_unittest.cc 51 scheduled_time_ = current_time_ + delay;
56 return current_time_;
60 current_time_ = current_time;
61 if (current_time_ < scheduled_time_ || timer_task_.is_null())
75 return (scheduled_time_ - current_time_).InMilliseconds();
79 base::TimeTicks current_time_; member in class:sync_file_system::__anon9520::FakeTimerHelper
  /external/chromium_org/gpu/command_buffer/service/
gpu_tracer_unittest.cc 46 current_time_ = 0;
52 void SetCurrentGLTime(GLint64 current_time) { current_time_ = current_time; }
72 if (it != query_timestamp_.end() && it->second <= current_time_)
87 query_timestamp_[id] = current_time_;
106 GLint64 current_time_; member in class:gpu::gles2::GlFakeQueries
  /external/chromium_org/chrome/browser/ssl/
ssl_error_classification.h 136 base::Time current_time_; member in class:SSLErrorClassification
ssl_error_classification.cc 140 current_time_(current_time),
206 if (IsUserClockInThePast(current_time_) ||
207 IsUserClockInTheFuture(current_time_)) {
223 if (current_time_ < cert_.valid_start())
309 base::TimeDelta delta = current_time_ - cert_.valid_expiry();
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.h 185 base::TimeDelta current_time_; member in class:content::WebMediaPlayerMS
webrtc_audio_renderer.h 198 // Protects access to |state_|, |source_|, |sink_| and |current_time_|.
218 base::TimeDelta current_time_; member in class:content::WebRtcAudioRenderer
webmediaplayer_ms.cc 287 if (current_time_.ToInternalValue() != 0) {
288 return current_time_.InSecondsF();
447 current_time_ = frame->timestamp();
webrtc_audio_renderer.cc 416 return current_time_;
463 &current_time_);

Completed in 2437 milliseconds