Home
last modified time | relevance | path

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

/haiku/src/apps/deskcalc/
H A DCalcWindow.cpp51 BRect replicantFrame(frame); in CalcWindow() local
52 replicantFrame.top = replicantFrame.bottom - 7.0f; in CalcWindow()
53 replicantFrame.left = replicantFrame.right - 7.0f; in CalcWindow()
54 BDragger* dragger = new BDragger(replicantFrame, fCalcView, in CalcWindow()
/haiku/src/apps/deskbar/
H A DStatusView.cpp1146 TReplicantTray::AcceptAddon(BRect replicantFrame, BMessage* message) in AcceptAddon() argument
1151 if (replicantFrame.Height() > fMaxReplicantHeight) in AcceptAddon()
1169 replicantFrame.Width()); in AcceptAddon()