Home
last modified time | relevance | path

Searched refs:ShouldBlockMediaRequest (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.h258 bool ShouldBlockMediaRequest(const GURL& url);
Dcontent_view_core_impl.cc699 bool ContentViewCoreImpl::ShouldBlockMediaRequest(const GURL& url) { in ShouldBlockMediaRequest() function in content::ContentViewCoreImpl
/external/chromium_org/content/browser/media/android/
Dbrowser_media_player_manager.cc100 } else if (!content_view_core_impl->ShouldBlockMediaRequest( in CreateMediaPlayer()