Searched refs:is_downloading (Results 1 – 2 of 2) sorted by relevance
1067 void WebMediaPlayerImpl::NotifyDownloading(bool is_downloading) { in NotifyDownloading() argument1068 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()
213 void NotifyDownloading(bool is_downloading);