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

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

Completed in 96 milliseconds