HomeSort by relevance Sort by last modified time
    Searched refs:MediaPlayerAPI (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/
media_player_api.cc 13 MediaPlayerAPI::MediaPlayerAPI(Profile* profile) : profile_(profile) {
16 MediaPlayerAPI::~MediaPlayerAPI() {
20 MediaPlayerAPI* MediaPlayerAPI::Get(Profile* profile) {
21 return ProfileKeyedAPIFactory<MediaPlayerAPI>::GetForProfile(profile);
24 MediaPlayerEventRouter* MediaPlayerAPI::media_player_event_router() {
30 static base::LazyInstance<ProfileKeyedAPIFactory<MediaPlayerAPI> >
34 ProfileKeyedAPIFactory<MediaPlayerAPI>* MediaPlayerAPI::GetFactoryInstance()
    [all...]
media_player_api.h 21 class MediaPlayerAPI : public ProfileKeyedAPI {
23 explicit MediaPlayerAPI(Profile* profile);
24 virtual ~MediaPlayerAPI();
26 // Convenience method to get the MediaPlayerAPI for a profile.
27 static MediaPlayerAPI* Get(Profile* profile);
32 static ProfileKeyedAPIFactory<MediaPlayerAPI>* GetFactoryInstance();
35 friend class ProfileKeyedAPIFactory<MediaPlayerAPI>;
41 return "MediaPlayerAPI";
48 DISALLOW_COPY_AND_ASSIGN(MediaPlayerAPI);
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_chromeos.cc 180 extensions::MediaPlayerAPI::Get(
186 extensions::MediaPlayerAPI::Get(
192 extensions::MediaPlayerAPI::Get(
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 280 extensions::MediaPlayerAPI::GetFactoryInstance();

Completed in 561 milliseconds