Searched refs:fUserControl (Results 1 – 2 of 2) sorted by relevance
120 fUserControl(NULL), in MailProtocolConfigView()138 fUserControl = _AddTextControl(layout, "user", in MailProtocolConfigView()191 if (fUserControl != NULL) in SetTo()192 fUserControl->SetText(settings.FindString("username")); in SetTo()293 if (fUserControl != NULL) in SaveInto()294 settings.SetString("username", fUserControl->Text()); in SaveInto()408 if (fUserControl != NULL && fPasswordControl != NULL) { in _SetCredentialsEnabled()409 fUserControl->SetEnabled(enabled); in _SetCredentialsEnabled()
93 BTextControl* fUserControl; variable