Searched refs:current_time_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dfaketaskrunner.h40 FakeTaskRunner() : current_time_(0) {}
47 return current_time_++;
50 int64 current_time_; member in class:talk_base::FakeTaskRunner
/external/chromium_org/media/base/
H A Daudio_buffer_queue.h65 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
H A Dseekable_buffer.h129 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
H A Daudio_buffer_queue.cc23 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_ =
H A Dseekable_buffer.cc20 current_time_(kNoTimestamp()) {
33 current_time_ = kNoTimestamp();
64 current_time_ = buffer_in->timestamp();
272 current_time_ = (*buffer)->timestamp() +
/external/chromium_org/content/test/
H A Dtest_video_frame_provider.cc68 size_, 255, 128, 128, current_time_);
76 current_time_ += frame_duration_;
H A Dtest_video_frame_provider.h53 base::TimeDelta current_time_; member in class:content::TestVideoFrameProvider
/external/chromium_org/chrome/browser/extensions/
H A Dtest_extension_prefs.cc42 IncrementalTimeProvider() : current_time_(base::Time::Now()) {
49 current_time_ += base::TimeDelta::FromSeconds(10);
50 return current_time_;
56 mutable base::Time current_time_; member in class:extensions::__anon5296::IncrementalTimeProvider
/external/chromium_org/media/filters/
H A Daudio_renderer_impl.cc57 current_time_(kNoTimestamp()),
173 current_time_ = kNoTimestamp();
598 base::TimeDelta previous_time = current_time_;
599 current_time_ = audio_time_buffered_ - adjusted_playback_delay;
615 if (current_time_ > previous_time && !rendered_end_of_stream_) {
616 current_time = current_time_;
H A Daudio_renderer_impl.h246 base::TimeDelta current_time_; member in class:media::AudioRendererImpl
/external/chromium/net/base/
H A Dcert_verifier_unittest.cc21 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/
H A Dwebmediaplayer_android.h427 // process, it will regularly update the |current_time_| by calling
429 double current_time_; member in class:content::WebMediaPlayerAndroid
H A Dwebmediaplayer_android.cc119 current_time_(0),
477 return current_time_;
773 current_time_ = current_time.InSecondsF();

Completed in 414 milliseconds