Searched refs:fServerTextControl (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/preferences/time/
H A DNetworkTimeView.cpp280 fServerTextControl(NULL),
299 delete fServerTextControl;
328 bool isValid = _IsValidServerName(fServerTextControl->Text());
329 fServerTextControl->TextView()->SetFontAndColor(0,
330 fServerTextControl->TextView()->TextLength(), NULL, 0,
337 if (!_IsValidServerName(fServerTextControl->Text()))
340 fSettings.AddServer(fServerTextControl->Text());
342 fServerTextControl->SetText("");
447 fServerTextControl->SetTarget(this);
469 fServerTextControl
[all...]
H A DNetworkTimeView.h91 BTextControl* fServerTextControl; member in class:NetworkTimeView

Completed in 79 milliseconds