Home
last modified time | relevance | path

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

/haiku/src/bin/screen_blanker/
H A DPasswordWindow.cpp43 BBox *customBox = new BBox(bounds, "customBox", B_FOLLOW_NONE); in PasswordWindow() local
44 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()
/haiku/src/preferences/screensaver/
H A DPasswordWindow.cpp71 BBox* customBox = new BBox("customBox"); in _Setup() local
76 customBox->SetLabel(fUseCustom); in _Setup()
99 customBox->AddChild(BLayoutBuilder::Group<>(B_VERTICAL) in _Setup()
118 .Add(customBox) in _Setup()