Searched refs:fEjectWhenUnmounting (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/tracker/
H A DTrackerSettings.cpp69 BooleanValueSetting* fEjectWhenUnmounting; member in class:TTrackerState
132 fEjectWhenUnmounting(NULL),
162 fEjectWhenUnmounting(NULL),
215 Add(fEjectWhenUnmounting
341 return gTrackerState.fEjectWhenUnmounting->Value();
348 gTrackerState.fEjectWhenUnmounting->SetValue(enabled);
H A DSettingsViews.h98 bool fEjectWhenUnmounting; member in class:BPrivate::DesktopSettingsView
H A DSettingsViews.cpp177 fEjectWhenUnmounting(kDefaultEjectWhenUnmounting)
332 settings.SetEjectWhenUnmounting(fEjectWhenUnmounting);
385 fEjectWhenUnmounting = settings.EjectWhenUnmounting();
/haiku/src/servers/mount/
H A DAutoMounter.h69 bool fEjectWhenUnmounting; member in class:AutoMounter
H A DAutoMounter.cpp364 fEjectWhenUnmounting(true)
697 if (fEjectWhenUnmounting && partition != NULL) {
937 fEjectWhenUnmounting = eject;
957 message->AddBool("ejectWhenUnmounting", fEjectWhenUnmounting);

Completed in 82 milliseconds