Home
last modified time | relevance | path

Searched refs:closeWhenDonePlayingSound (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/mediaplayer/settings/
H A DSettings.cpp23 || closeWhenDonePlayingSound != other.closeWhenDonePlayingSound in operator !=()
55 settings.closeWhenDonePlayingSound in Get()
93 settings.closeWhenDonePlayingSound); in Update()
H A DSettings.h45 bool closeWhenDonePlayingSound; member
H A DSettingsWindow.cpp282 fCloseWindowSoundsCB->SetValue(fSettings.closeWhenDonePlayingSound); in AdoptSettings()
311 fSettings.closeWhenDonePlayingSound in ApplySettings()
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2953 fCloseWhenDonePlayingSound = settings.closeWhenDonePlayingSound; in _AdoptGlobalSettings()