Home
last modified time | relevance | path

Searched refs:s_rectDefault (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DMainFrm.cpp231 cs.cx = CLeashFrame::s_rectDefault.right; in PreCreateWindow()
233 cs.cy = CLeashFrame::s_rectDefault.bottom; in PreCreateWindow()
237 cs.cx = CLeashFrame::s_rectDefault.right; in PreCreateWindow()
238 cs.cy = CLeashFrame::s_rectDefault.bottom; in PreCreateWindow()
312 wndpl.rcNormalPosition = CLeashFrame::s_rectDefault; in OnResetWindowSize()
H A DLeashFrame.h22 static const CRect s_rectDefault;
H A DLeashFrame.cpp26 const CRect CLeashFrame::s_rectDefault(0, 0, 740, 400); // static public (l,t,r,b) member in CLeashFrame