Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashAboutBox.cpp271 const int hideDiff = 150; in OnInitDialog() local
276 pOK->SetWindowPos(0, okRect.left, okRect.top - hideDiff, in OnInitDialog()
283 dlgRect.bottom-dlgRect.top - hideDiff, in OnInitDialog()
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlsh_pwd.c1179 AdjustOptions(HWND hDialog, int show, int hideDiff) in AdjustOptions() argument
1202 + GetSystemMetrics(SM_CYDLGFRAME) + (show ? -1 : 1) * hideDiff; in AdjustOptions()
1221 dlgRect.bottom-dlgRect.top+(show ? 1 : - 1) * hideDiff, in AdjustOptions()
1255 static int hideDiff = 0; in AuthenticateProc() local
1390 hideDiff = okRect.top - staticRect.top; in AuthenticateProc()
1395 AdjustOptions(hDialog,0,hideDiff); in AuthenticateProc()
1397 AdjustOptions(hDialog,0,hideDiff); in AuthenticateProc()
1472 AdjustOptions(hDialog,Leash_get_hide_kinit_options(),hideDiff); in AuthenticateProc()