Searched refs:hInstance (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium/base/
H A Ddebug_message.cc12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
H A Dmessage_pump_win.cc244 wc.hInstance = hinst;
/external/openssl/apps/
H A Dwinrand.c69 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 DWinLauncher.cpp55 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 DWinMain.cpp40 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) argument
42 UNUSED_PARAM(hInstance);
/external/icu4c/samples/layout/
H A Dclayout.c71 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 Dlayout.cpp70 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 DHostWindow.cpp72 wndClass.hInstance = GetModuleHandle(0);
H A DTestsController.cpp130 wndClass.hInstance = GetModuleHandle(0);
/external/wpa_supplicant/
H A Dmain_winmain.c27 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
/external/wpa_supplicant_6/wpa_supplicant/
H A Dmain_winmain.c27 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
/external/webkit/WebCore/platform/graphics/win/
H A DQTMovieWinTimer.cpp71 wcex.hInstance = instanceHandle;
/external/webkit/WebCore/platform/wince/
H A DSharedTimerWince.cpp83 wcex.hInstance = Page::instanceHandle();
H A DPasteboardWince.cpp90 wc.hInstance = Page::instanceHandle();
/external/libpng/contrib/visupng/
H A DVisualPng.c77 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 DPngFile.c55 ofn.hInstance = NULL;
/external/bluetooth/glib/tests/
H A Dspawn-test-win32-gui.c17 WinMain (struct HINSTANCE__ *hInstance, argument
H A Dgio-test.c303 wcl.hInstance = GetModuleHandle (NULL);
319 NULL, NULL, wcl.hInstance, NULL);
/external/quake/quake/src/QW/client/
H A Dsys_win.c552 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 Dvid_win.c38 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 Dsys_win.cpp692 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 Dvid_win.cpp36 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 DSharedTimerWin.cpp128 wcex.hInstance = Page::instanceHandle();
H A DCursorWin.cpp153 static PassRefPtr<SharedCursor> loadSharedCursor(HINSTANCE hInstance, LPCTSTR lpCursorName) argument
155 return SharedCursor::create(LoadCursor(hInstance, lpCursorName));
/external/webkit/WebKit/win/
H A DWebNodeHighlight.cpp201 wcex.hInstance = 0;

Completed in 1693 milliseconds

12