Searched refs:fWatching (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp99 fWatching(PPP_UNDEFINED_INTERFACE_ID),
371 settings->AddInt32("Interface", static_cast<int32>(fWatching));
426 if (fWatching == PPP_UNDEFINED_INTERFACE_ID) {
432 interface = fWatching;
496 || (fWatching != PPP_UNDEFINED_INTERFACE_ID && id != fWatching))
515 if(fWatching == PPP_UNDEFINED_INTERFACE_ID)
520 if(fWatching == PPP_UNDEFINED_INTERFACE_ID)
632 if(fWatching != ID) {
636 fWatching
[all...]
H A DDialUpView.h71 ppp_interface_id fWatching; member in class:DialUpView
/haiku/src/servers/index/
H A DVolumeWatcher.h148 bool fWatching; member in class:VolumeWatcher
H A DVolumeWatcher.cpp428 fWatching(false),
465 fWatching = true;
501 if (fWatching)

Completed in 43 milliseconds