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

/haiku/src/preferences/mail/
H A DAutoConfigView.h73 BTextControl* fPasswordView; member in class:AutoConfigView
H A DAutoConfigView.cpp47 fPasswordView = new BTextControl("password", B_TRANSLATE("Password:"),
49 fPasswordView->TextView()->HideTyping(true);
73 .Add(fPasswordView->CreateLabelLayoutItem(), 0, 3)
74 .Add(fPasswordView->CreateTextViewLayoutItem(), 1, 3)
148 info.password = fPasswordView->Text();

Completed in 39 milliseconds