/external/chromium/base/ |
H A D | debug_message.cc | 12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
|
H A D | message_pump_win.cc | 244 wc.hInstance = hinst;
|
/external/openssl/apps/ |
H A D | winrand.c | 69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument 90 wndclass.hInstance = hInstance; 101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
|
/external/webkit/WebKitTools/WinLauncher/ |
H A D | WinLauncher.cpp | 55 ATOM MyRegisterClass(HINSTANCE hInstance); 139 int APIENTRY _tWinMain(HINSTANCE hInstance, argument 163 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); 164 LoadString(hInstance, IDC_WINLAUNCHER, szWindowClass, MAX_LOADSTRING); 165 MyRegisterClass(hInstance); 168 if (!InitInstance (hInstance, nCmdShow)) 179 hInstance, 0); 235 hAccelTable = LoadAccelerators(hInstance, MAKEINTRESOURCE(IDC_WINLAUNCHER)); 259 ATOM MyRegisterClass(HINSTANCE hInstance) argument 269 wcex.hInstance 280 InitInstance(HINSTANCE hInstance, int nCmdShow) argument [all...] |
/external/webkit/JavaScriptCore/os-win32/ |
H A D | WinMain.cpp | 40 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) argument 42 UNUSED_PARAM(hInstance);
|
/external/icu4c/samples/layout/ |
H A D | clayout.c | 71 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) argument 83 wndclass.hInstance = hInstance; 96 hAccel = LoadAccelerators(hInstance, szAppName); 102 NULL, NULL, hInstance, NULL); 114 UnregisterClass(szAppName, hInstance); 272 ofn.hInstance = NULL;
|
H A D | layout.cpp | 70 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) argument 82 wndclass.hInstance = hInstance; 95 hAccel = LoadAccelerators(hInstance, szAppName); 101 NULL, NULL, hInstance, NULL); 113 UnregisterClass(szAppName, hInstance); 270 ofn.hInstance = NULL;
|
/external/webkit/WebKitTools/WebKitAPITest/ |
H A D | HostWindow.cpp | 72 wndClass.hInstance = GetModuleHandle(0);
|
H A D | TestsController.cpp | 130 wndClass.hInstance = GetModuleHandle(0);
|
/external/wpa_supplicant/ |
H A D | main_winmain.c | 27 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
|
/external/wpa_supplicant_6/wpa_supplicant/ |
H A D | main_winmain.c | 27 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
|
/external/webkit/WebCore/platform/graphics/win/ |
H A D | QTMovieWinTimer.cpp | 71 wcex.hInstance = instanceHandle;
|
/external/webkit/WebCore/platform/wince/ |
H A D | SharedTimerWince.cpp | 83 wcex.hInstance = Page::instanceHandle();
|
H A D | PasteboardWince.cpp | 90 wc.hInstance = Page::instanceHandle();
|
/external/libpng/contrib/visupng/ |
H A D | VisualPng.c | 77 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, argument 90 wndclass.hInstance = hInstance; 91 wndclass.hIcon = LoadIcon (hInstance, szIconName) ; 127 NULL, NULL, hInstance, NULL); 132 hAccel = LoadAccelerators (hInstance, szProgName); 148 static HINSTANCE hInstance ; local 178 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ; 398 DialogBox (hInstance, TEX [all...] |
H A D | PngFile.c | 55 ofn.hInstance = NULL;
|
/external/bluetooth/glib/tests/ |
H A D | spawn-test-win32-gui.c | 17 WinMain (struct HINSTANCE__ *hInstance, argument
|
H A D | gio-test.c | 303 wcl.hInstance = GetModuleHandle (NULL); 319 NULL, NULL, wcl.hInstance, NULL);
|
/external/quake/quake/src/QW/client/ |
H A D | sys_win.c | 552 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument 566 global_hInstance = hInstance; 613 hwnd_dialog = CreateDialog(hInstance, MAKEINTRESOURCE(IDD_DIALOG1), NULL, NULL);
|
H A D | vid_win.c | 38 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
426 void VID_InitMGLFull (HINSTANCE hInstance)
argument 659 void VID_InitMGLDIB (HINSTANCE hInstance)
argument 665 hIcon = LoadIcon (hInstance, MAKEINTRESOURCE (IDI_ICON2));
672 wc.hInstance = hInstance;
684 MGL_setAppInstance(hInstance);
751 void VID_InitFullDIB (HINSTANCE hInstance)
argument
|
/external/quake/quake/src/WinQuake/ |
H A D | sys_win.cpp | 692 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
argument 706 global_hInstance = hInstance;
757 hwnd_dialog = CreateDialog(hInstance, MAKEINTRESOURCE(IDD_DIALOG1), NULL, NULL);
|
H A D | vid_win.cpp | 36 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
385 void VID_InitMGLFull (HINSTANCE hInstance)
argument 618 void VID_InitMGLDIB (HINSTANCE hInstance)
argument 624 hIcon = LoadIcon (hInstance, MAKEINTRESOURCE (IDI_ICON2));
631 wc.hInstance = hInstance;
643 MGL_setAppInstance(hInstance);
710 void VID_InitFullDIB (HINSTANCE hInstance)
argument
|
/external/webkit/WebCore/platform/win/ |
H A D | SharedTimerWin.cpp | 128 wcex.hInstance = Page::instanceHandle();
|
H A D | CursorWin.cpp | 153 static PassRefPtr<SharedCursor> loadSharedCursor(HINSTANCE hInstance, LPCTSTR lpCursorName) argument 155 return SharedCursor::create(LoadCursor(hInstance, lpCursorName));
|
/external/webkit/WebKit/win/ |
H A D | WebNodeHighlight.cpp | 201 wcex.hInstance = 0;
|