Home
last modified time | relevance | path

Searched refs:RemoveDeletedSongs (Results 1 – 9 of 9) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylistmanager.h61 virtual void RemoveDeletedSongs() = 0;
157 void RemoveDeletedSongs();
H A Dplaylistmanager.cpp517 void PlaylistManager::RemoveDeletedSongs() { in RemoveDeletedSongs() function in PlaylistManager
519 playlist->RemoveDeletedSongs(); in RemoveDeletedSongs()
H A Dplaylist.h286 void RemoveDeletedSongs();
H A Dplaylist.cpp2235 void Playlist::RemoveDeletedSongs() { in RemoveDeletedSongs() function in Playlist
/dports/audio/clementine-player/Clementine-1.4.0rc1/tests/
H A Dmock_playlistmanager.h36 MOCK_METHOD0(RemoveDeletedSongs, void());
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylistmanager.h67 virtual void RemoveDeletedSongs() = 0;
159 void RemoveDeletedSongs() override;
H A Dplaylistmanager.cpp559 void PlaylistManager::RemoveDeletedSongs() { in RemoveDeletedSongs() function in PlaylistManager
562 playlist->RemoveDeletedSongs(); in RemoveDeletedSongs()
H A Dplaylist.h261 void RemoveDeletedSongs();
H A Dplaylist.cpp2150 void Playlist::RemoveDeletedSongs() { in RemoveDeletedSongs() function in Playlist