Searched refs:GetDuration (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/media/audio/sounds/
H A Dsounds_manager.h48 virtual base::TimeDelta GetDuration(SoundKey key) = 0;
H A Dsounds_manager.cc33 virtual base::TimeDelta GetDuration(SoundKey key) OVERRIDE;
70 base::TimeDelta SoundsManagerImpl::GetDuration(SoundKey key) { function in class:media::__anon8544::SoundsManagerImpl
H A Dsounds_manager_unittest.cc58 SoundsManager::Get()->GetDuration(kTestAudioKey).InMicroseconds());
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_tap_gesture.cc59 if (timestamp - start_time_ >= GetDuration()) {
60 Release(target, start_time_ + GetDuration());
111 base::TimeDelta SyntheticTapGesture::GetDuration() const { function in class:content::SyntheticTapGesture
H A Dsynthetic_tap_gesture.h40 base::TimeDelta GetDuration() const;
/external/chromium_org/media/filters/
H A Daudio_file_reader.h33 // channels(), GetDuration(), and GetNumberOfFrames() methods can be called.
51 // Please note that GetDuration() and GetNumberOfFrames() attempt to be
56 base::TimeDelta GetDuration() const;
H A Daudio_file_reader.cc251 base::TimeDelta AudioFileReader::GetDuration() const { function in class:media::AudioFileReader
263 return static_cast<int>(ceil(GetDuration().InSecondsF() * sample_rate()));
H A Daudio_file_reader_unittest.cc94 reader_->GetDuration().InMicroseconds());
/external/chromium_org/ash/wm/
H A Dsession_state_animator.cc72 base::TimeDelta SessionStateAnimator::GetDuration( function in class:ash::SessionStateAnimator
H A Dsession_state_animator.h186 virtual base::TimeDelta GetDuration(AnimationSpeed speed);
H A Dlock_state_controller.cc260 animator_->GetDuration(SessionStateAnimator::ANIMATION_SPEED_SHUTDOWN),
280 animator_->GetDuration(SessionStateAnimator::ANIMATION_SPEED_SHUTDOWN);
/external/chromium_org/chrome/browser/net/
H A Durl_info.cc118 GetDuration(); // Set time_
125 queue_duration_ = GetDuration();
158 resolve_duration_ = GetDuration();
171 resolve_duration_ = GetDuration();
H A Durl_info.h134 base::TimeDelta GetDuration() { function in class:chrome_browser_net::UrlInfo
/external/chromium_org/media/base/android/
H A Dmedia_player_android.h65 virtual base::TimeDelta GetDuration() = 0;
H A Dmedia_player_bridge.h68 virtual base::TimeDelta GetDuration() OVERRIDE;
H A Dmedia_source_player.h58 virtual base::TimeDelta GetDuration() OVERRIDE;
H A Dmedia_player_bridge.cc358 base::TimeDelta MediaPlayerBridge::GetDuration() { function in class:media::MediaPlayerBridge
419 duration_ = GetDuration();
/external/chromium_org/media/base/
H A Daudio_timestamp_helper_unittest.cc72 TEST_F(AudioTimestampHelperTest, GetDuration) {
/external/chromium_org/media/blink/
H A Dwebmediasource_impl.cc56 return demuxer_->GetDuration();
/external/chromium_org/ui/gfx/android/
H A Dscroller.h84 base::TimeDelta GetDuration() const;
H A Dscroller_unittest.cc50 const base::TimeDelta scroll_duration = scroller.GetDuration();
120 const base::TimeDelta scroll_duration = scroller.GetDuration();
/external/chromium_org/content/browser/android/
H A Dcontent_video_view.cc169 static_cast<int>(player->GetDuration().InMilliseconds()),
186 return player ? player->GetDuration().InMilliseconds() : -1;
/external/chromium_org/chrome/browser/ui/ash/
H A Dvolume_controller_browsertest_chromeos.cc43 virtual base::TimeDelta GetDuration(SoundKey /* key */) OVERRIDE {
/external/chromium_org/content/renderer/media/android/
H A Dmedia_source_delegate.cc638 configs->duration = GetDuration();
647 base::TimeDelta MediaSourceDelegate::GetDuration() const { function in class:content::MediaSourceDelegate
652 double duration = chunk_demuxer_->GetDuration();
/external/chromium_org/ash/test/
H A Dtest_session_state_animator.cc275 base::TimeDelta duration = GetDuration(speed);

Completed in 3174 milliseconds

12