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

/haiku/src/bin/network/ppp_up/
H A DConnectionView.h57 bool fKeepLabel, fHasUsername, fHasPassword, fAskBeforeConnecting; member in class:ConnectionView
H A DConnectionView.cpp58 fKeepLabel(false)
317 // maybe the status string must not be changed (codes that set fKeepLabel to false
319 if(fKeepLabel && code != PPP_REPORT_GOING_UP && code != PPP_REPORT_UP_SUCCESSFUL)
327 // only errors should set fKeepLabel to true
330 fKeepLabel = false;
339 fKeepLabel = true;
348 fKeepLabel = true;
353 fKeepLabel = true;
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.h74 bool fKeepLabel; member in class:DialUpView
H A DDialUpView.cpp100 fKeepLabel(false)
579 // maybe the status string must not be changed (codes that set fKeepLabel to false
581 if(fKeepLabel && code != PPP_REPORT_GOING_UP && code != PPP_REPORT_UP_SUCCESSFUL)
589 // only errors should set fKeepLabel to true
592 fKeepLabel = false;
597 fKeepLabel = false;
606 fKeepLabel = true;
615 fKeepLabel = true;
620 fKeepLabel = true;

Completed in 38 milliseconds