Home | History | Annotate | Download | only in webui

Lines Matching refs:MediaPlayer

28 class MediaPlayer : public NotificationObserver,
31 ~MediaPlayer();
33 // Enqueues this file into the current playlist. If the mediaplayer is
38 // Enqueues this fileschema url into the current playlist. If the mediaplayer
43 // |file_path|. If there is no mediaplayer currently, show it, and play the
49 // If there is no mediaplayer currently, show it, and play the given url.
58 // Toggle the mediaplayer between fullscreen and windowed.
68 // tab contents of the page which holds the mediaplayer. it is expected
77 // mediaplayer, along with the tab contents which has the playlist in it.
84 // Notfiys the mediaplayer that the playlist changed. This could be
85 // called from the mediaplayer itself for example.
94 // MediaPlayer. If it can, returns a net::URLRequestJob that
99 // Used to detect when the mediaplayer is closed.
105 static MediaPlayer* GetInstance();
108 friend struct DefaultSingletonTraits<MediaPlayer>;
110 MediaPlayer();
112 // Popup the mediaplayer, this shows the browser, and sets up its
117 // chrome://mediaplayer#playlist
135 // Browser containing the Mediaplayer. Used to force closes. This is
140 // List of URLs that were enqueued during the time that the mediaplayer
141 // had not poped up yet. This is claered out after the mediaplayer pops up.
147 // Tab contents of the mediaplayer. Used to listen for events
148 // which would cause the mediaplayer to be closed. These are cleared out
149 // when the mediaplayer is closed.
153 // cause the mediaplayer to be closed. These are cleared out when the
157 // List of mimetypes that the mediaplayer should listen to. Used for
160 DISALLOW_COPY_AND_ASSIGN(MediaPlayer);