Searched refs:fKeepUsingCB (Results 1 – 2 of 2) sorted by relevance
40 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()
39 BCheckBox* fKeepUsingCB; variable