Searched defs:nCmdShow (Results 1 - 6 of 6) sorted by relevance

/external/chromium/base/
H A Ddebug_message.cc13 LPSTR lpCmdLine, int nCmdShow) {
12 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
/external/bluetooth/glib/tests/
H A Dspawn-test-win32-gui.c20 int nCmdShow)
17 WinMain(struct HINSTANCE__ *hInstance, struct HINSTANCE__ *hPrevInstance, char *lpszCmdLine, int nCmdShow) argument
/external/webkit/JavaScriptCore/os-win32/
H A DWinMain.cpp40 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) argument
44 UNUSED_PARAM(nCmdShow);
/external/quake/quake/src/QW/client/
H A Dsys_win.c552 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
567 global_nCmdShow = nCmdShow;
/external/webkit/WebKitTools/WinLauncher/
H A DWinLauncher.cpp142 int nCmdShow)
168 if (!InitInstance (hInstance, nCmdShow))
232 ShowWindow(gViewWindow, nCmdShow);
280 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) argument
290 ShowWindow(hMainWnd, nCmdShow);
139 _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) argument
/external/quake/quake/src/WinQuake/
H A Dsys_win.cpp692 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
707 global_nCmdShow = nCmdShow;

Completed in 349 milliseconds