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

/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_impl.cc1017 void WebMediaPlayerImpl::NotifyDownloading(bool is_downloading) { argument
1018 if (!is_downloading && network_state_ == WebMediaPlayer::NetworkStateLoading)
1020 else if (is_downloading && network_state_ == WebMediaPlayer::NetworkStateIdle)
1025 "is_downloading_data", is_downloading));
H A Dwebmediaplayer_impl.h218 void NotifyDownloading(bool is_downloading);

Completed in 55 milliseconds