Searched refs:nCmdShow (Results 1 - 13 of 13) 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/webkit/Source/WebKit2/win/
H A DMainWin.cpp41 int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpstrCmdLine, int nCmdShow) argument
66 return mainProc(hInstance, hPrevInstance, lpstrCmdLine, nCmdShow);
/external/webkit/Source/JavaScriptCore/os-win32/
H A DWinMain.cpp40 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) argument
44 UNUSED_PARAM(nCmdShow);
/external/webkit/Tools/MiniBrowser/win/
H A Dmain.cpp60 int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpstrCmdLine, int nCmdShow) argument
/external/webkit/Tools/WinCELauncher/
H A Dmain.cpp48 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) argument
108 ShowWindow(hMainWindow, nCmdShow);
/external/webkit/Tools/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/webkit/Source/WebKit2/WebProcess/
H A DWebKitMain.cpp152 int WebKitMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpstrCmdLine, int nCmdShow) argument
/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;
H A Dgl_vidnt.c108 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
H A Dvid_win.c38 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
/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;
H A Dgl_vidnt.cpp108 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
H A Dvid_win.cpp36 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);

Completed in 154 milliseconds