Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp45 fOkB = new BButton(buttonFrame, "ok", "OK", in AuthenticationPanel()
121 fOkB->ResizeToPreferred(); in GetAuthentication()
122 fOkB->MoveTo(fKeepUsingCB->Frame().RightBottom() + offset + offset - fOkB->Frame().RightTop()); in GetAuthentication()
124 fCancelB->MoveTo(fOkB->Frame().LeftTop() - BPoint(10.0, 0.0) - fCancelB->Frame().RightTop()); in GetAuthentication()
126 BRect frame(fNameTC->Frame().LeftTop(), fOkB->Frame().RightBottom()); in GetAuthentication()
167 bg->AddChild(fOkB); in GetAuthentication()
176 SetDefaultButton(fOkB); in GetAuthentication()
H A DAuthenticationPanel.h41 BButton* fOkB; variable