Home
last modified time | relevance | path

Searched refs:is_downloading (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/
Dwebmediaplayer_impl.cc1067 void WebMediaPlayerImpl::NotifyDownloading(bool is_downloading) { in NotifyDownloading() argument
1068 if (!is_downloading && network_state_ == WebMediaPlayer::NetworkStateLoading) in NotifyDownloading()
1070 else if (is_downloading && network_state_ == WebMediaPlayer::NetworkStateIdle) in NotifyDownloading()
1075 "is_downloading_data", is_downloading)); in NotifyDownloading()
Dwebmediaplayer_impl.h213 void NotifyDownloading(bool is_downloading);