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

  /external/chromium_org/third_party/libjingle/source/talk/base/
faketaskrunner.h 40 FakeTaskRunner() : current_time_(0) {}
47 return current_time_++;
50 int64 current_time_; member in class:talk_base::FakeTaskRunner
  /external/chromium_org/media/base/
audio_buffer_queue.h 65 base::TimeDelta current_time() const { return current_time_; }
84 // Updates |current_time_| with the time that corresponds to the specified
97 base::TimeDelta current_time_; member in class:media::AudioBufferQueue
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
audio_buffer_queue.cc 23 current_time_ = kNoTimestamp();
27 // If we have just written the first buffer, update |current_time_| to be the
30 current_time_ = buffer_in->timestamp();
157 current_time_ =
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/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/chrome/browser/extensions/
test_extension_prefs.cc 41 IncrementalTimeProvider() : current_time_(base::Time::Now()) {
48 current_time_ += base::TimeDelta::FromSeconds(10);
49 return current_time_;
55 mutable base::Time current_time_; member in class:extensions::__anon7495::IncrementalTimeProvider
  /external/chromium_org/media/filters/
audio_renderer_impl.cc 59 current_time_(kNoTimestamp()),
185 current_time_ = kNoTimestamp();
544 base::TimeDelta previous_time = current_time_;
545 current_time_ = audio_time_buffered_ - adjusted_playback_delay;
561 if (current_time_ > previous_time && !rendered_end_of_stream_) {
562 current_time = current_time_;
audio_renderer_impl.h 242 base::TimeDelta current_time_; member in class:media::AudioRendererImpl
  /external/chromium/net/base/
cert_verifier_unittest.cc 21 virtual base::Time Now() { return current_time_; }
23 void set_current_time(base::Time now) { current_time_ = now; }
26 base::Time current_time_; member in class:net::TestTimeService
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.h 412 // process, it will regularly update the |current_time_| by calling
414 double current_time_; member in class:content::WebMediaPlayerAndroid
webmediaplayer_android.cc 102 current_time_(0),
384 return current_time_;
638 current_time_ = current_time.InSecondsF();
    [all...]

Completed in 793 milliseconds