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

/haiku-fatelf/src/preferences/joysticks/
H A DMessageWin.cpp19 MessageWin::MessageWin(BRect parentFrame, const char *title, argument
21 : BWindow(parentFrame ,title ,look ,feel, flags, workspace)
42 ResizeTo(parentFrame.Width(), floor(parentFrame.Height() / 3));
43 MoveBy(0, floor(parentFrame.Height() / 2 - (parentFrame.Height()/3) / 2 ));
/haiku-fatelf/src/apps/webpositive/
H A DAuthenticationPanel.h39 AuthenticationPanel(BRect parentFrame = BRect());
H A DAuthenticationPanel.cpp53 AuthenticationPanel::AuthenticationPanel(BRect parentFrame) argument
59 m_parentWindowFrame(parentFrame),

Completed in 50 milliseconds