Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dwinutil.c56 MoveWindow(GetDlgItem(hWnd, 1), DLGWD(2), DLGHT(2), in MITPasswordEditProc()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dread_pwd.c112 MoveWindow(hwnd, r.left, r.top, dlgwidth, dlgheight, TRUE); in center_dialog()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp641 void MoveWindow(int x, int y) { MoveWindow(Point(x, y)); } in MoveWindow() function in curses::Window
646 void MoveWindow(const Point &origin) { in MoveWindow() function in curses::Window
668 MoveWindow(bounds.origin); in SetBounds()