Searched refs:doSave (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/processcontroller/
H A DPreferences.h15 Preferences(const char* thename, const char* thesignature = NULL, bool doSave = true);
16 Preferences(const entry_ref& ref, const char* thesignature = NULL, bool doSave = true);
H A DPreferences.cpp26 Preferences::Preferences(const char* name, const char* signature, bool doSave) argument
28 fSavePreferences(doSave)
53 Preferences::Preferences(const entry_ref &ref, const char* signature, bool doSave) argument
55 fSavePreferences(doSave)

Completed in 37 milliseconds