Home | History | Annotate | Download | only in webui

Lines Matching refs:ListValue

110   void HandleCurrentOffsetChanged(const ListValue* args);
120 void GetPlaylistValue(ListValue& args);
123 void HandlePlaybackError(const ListValue* args);
126 void HandleGetCurrentPlaylist(const ListValue* args);
128 void HandleTogglePlaylist(const ListValue* args);
129 void HandleShowPlaylist(const ListValue* args);
130 void HandleSetCurrentPlaylistOffset(const ListValue* args);
131 void HandleToggleFullscreen(const ListValue* args);
246 void MediaplayerHandler::GetPlaylistValue(ListValue& urls) {
269 void MediaplayerHandler::HandleToggleFullscreen(const ListValue* args) {
273 void MediaplayerHandler::HandleSetCurrentPlaylistOffset(const ListValue* args) {
283 ListValue urls;
309 void MediaplayerHandler::HandleCurrentOffsetChanged(const ListValue* args) {
314 void MediaplayerHandler::HandlePlaybackError(const ListValue* args) {
330 void MediaplayerHandler::HandleGetCurrentPlaylist(const ListValue* args) {
334 void MediaplayerHandler::HandleTogglePlaylist(const ListValue* args) {
338 void MediaplayerHandler::HandleShowPlaylist(const ListValue* args) {