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

/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp68 BBox *authenticationBox = new BBox(rect, "Authentication"); local
69 authenticationBox->SetLabel(kLabelAuthentication);
70 rect = authenticationBox->Bounds();
89 authenticationBox->AddChild(fUsername);
90 authenticationBox->AddChild(fPassword);
91 authenticationBox->AddChild(fSavePassword);
92 AddChild(authenticationBox);
94 rect = authenticationBox->Frame();

Completed in 27 milliseconds