Searched refs:player_cookie (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.cc | 3113 void WebContentsImpl::OnMediaPlayingNotification(int64 player_cookie, in OnMediaPlayingNotification() argument 3122 AddMediaPlayerEntry(player_cookie, &active_audio_players_); in OnMediaPlayingNotification() 3133 AddMediaPlayerEntry(player_cookie, &active_video_players_); in OnMediaPlayingNotification() 3141 void WebContentsImpl::OnMediaPausedNotification(int64 player_cookie) { in OnMediaPausedNotification() argument 3142 RemoveMediaPlayerEntry(player_cookie, &active_audio_players_); in OnMediaPausedNotification() 3143 RemoveMediaPlayerEntry(player_cookie, &active_video_players_); in OnMediaPausedNotification() 4344 void WebContentsImpl::AddMediaPlayerEntry(int64 player_cookie, in AddMediaPlayerEntry() argument 4350 player_cookie) == (*player_map)[key].end()); in AddMediaPlayerEntry() 4351 (*player_map)[key].push_back(player_cookie); in AddMediaPlayerEntry() 4354 void WebContentsImpl::RemoveMediaPlayerEntry(int64 player_cookie, in RemoveMediaPlayerEntry() argument [all …]
|
D | web_contents_impl.h | 833 void OnMediaPlayingNotification(int64 player_cookie, in NON_EXPORTED_BASE() 837 void OnMediaPausedNotification(int64 player_cookie); in NON_EXPORTED_BASE() 960 void AddMediaPlayerEntry(int64 player_cookie, in NON_EXPORTED_BASE() 962 void RemoveMediaPlayerEntry(int64 player_cookie, in NON_EXPORTED_BASE()
|