Searched refs:fHostControl (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/mail/
H A DProtocolConfigView.cpp119 fHostControl(NULL),
134 fHostControl = _AddTextControl(layout, "host",
189 if (fHostControl != NULL)
190 fHostControl->SetText(host.String());
273 if (fHostControl != NULL) {
275 BString hostName = fHostControl->Text();
/haiku/headers/private/mail/
H A DProtocolConfigView.h92 BTextControl* fHostControl; member in class:BPrivate::MailProtocolConfigView

Completed in 65 milliseconds