Searched refs:AR_DELAY (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/autoraise/
H A Dcommon.h28 #define AR_DELAY "ar:delay" macro
H A Dsettings.cpp38 if (_settingsMessage.FindInt64(AR_DELAY, &_confDelay) != B_OK)
66 _settingsMessage.AddInt64(AR_DELAY, _confDelay);
H A DAutoRaiseIcon.cpp131 msg->AddInt64(AR_DELAY, 100000LL);
137 msg->AddInt64(AR_DELAY, 200000LL);
143 msg->AddInt64(AR_DELAY, 500000LL);
149 msg->AddInt64(AR_DELAY, 1000000LL);
155 msg->AddInt64(AR_DELAY, 2000000LL);
161 msg->AddInt64(AR_DELAY, 3000000LL);
167 msg->AddInt64(AR_DELAY, 4000000LL);
173 msg->AddInt64(AR_DELAY, 5000000LL);
529 message->FindInt64(AR_DELAY, &delay);

Completed in 32 milliseconds