Home
last modified time | relevance | path

Searched refs:fKeepUsingCB (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp40 fKeepUsingCB = new BCheckBox(controlFrame, "again", in AuthenticationPanel()
115 fKeepUsingCB->SetValue(previousKeep); in GetAuthentication()
116 fKeepUsingCB->ResizeToPreferred(); in GetAuthentication()
117 fKeepUsingCB->MoveTo(fPassTC->Frame().LeftBottom() + offset); in GetAuthentication()
122 fOkB->MoveTo(fKeepUsingCB->Frame().RightBottom() + offset + offset - fOkB->Frame().RightTop()); in GetAuthentication()
165 bg->AddChild(fKeepUsingCB); in GetAuthentication()
203 *keep = fKeepUsingCB->Value() == B_CONTROL_ON; in GetAuthentication()
H A DAuthenticationPanel.h39 BCheckBox* fKeepUsingCB; variable