Searched refs:customBox (Results 1 – 2 of 2) sorted by relevance
43 BBox *customBox = new BBox(bounds, "customBox", B_FOLLOW_NONE); in PasswordWindow() local44 topView->AddChild(customBox); in PasswordWindow()45 customBox->SetLabel(B_TRANSLATE("Unlock screen saver")); in PasswordWindow()51 customBox->AddChild(fPassword); in PasswordWindow()60 customBox->AddChild(button); in PasswordWindow()67 customBox->ResizeTo(frame.right + 10.0, button->Frame().bottom + 10.0); in PasswordWindow()69 frame = customBox->Frame(); in PasswordWindow()
71 BBox* customBox = new BBox("customBox"); in _Setup() local76 customBox->SetLabel(fUseCustom); in _Setup()99 customBox->AddChild(BLayoutBuilder::Group<>(B_VERTICAL) in _Setup()118 .Add(customBox) in _Setup()