Searched refs:forceUpdate (Results 1 - 6 of 6) sorted by path

/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.h35 void _SetType(BMimeType* type, int32 forceUpdate = 0);
H A DFileTypesWindow.h55 int32 forceUpdate = 0);
H A DApplicationTypesWindow.cpp358 ApplicationTypesWindow::_SetType(BMimeType* type, int32 forceUpdate) argument
388 if (!forceUpdate)
391 forceUpdate = B_EVERYTHING_CHANGED;
399 if ((forceUpdate & B_SHORT_DESCRIPTION_CHANGED) != 0) {
411 if ((forceUpdate & B_APP_HINT_CHANGED) != 0) {
H A DFileTypesWindow.cpp1090 FileTypesWindow::_SetType(BMimeType* type, int32 forceUpdate) argument
1098 if (!forceUpdate)
1101 forceUpdate = B_EVERYTHING_CHANGED;
1110 if ((forceUpdate & B_SHORT_DESCRIPTION_CHANGED) != 0) {
1116 if ((forceUpdate & B_LONG_DESCRIPTION_CHANGED) != 0) {
1122 if ((forceUpdate & B_SNIFFER_RULE_CHANGED) != 0) {
1141 if ((forceUpdate & B_FILE_EXTENSIONS_CHANGED) != 0)
1144 if ((forceUpdate & B_PREFERRED_APP_CHANGED) != 0)
1147 if ((forceUpdate & (B_ICON_CHANGED | B_PREFERRED_APP_CHANGED)) != 0)
1150 if ((forceUpdate
[all...]
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp532 CoreEntry::_UpdateLoad(bool forceUpdate) argument
543 if (!intervalEnded && !forceUpdate)
H A Dscheduler_cpu.h176 void _UpdateLoad(bool forceUpdate = false);

Completed in 71 milliseconds