Searched defs:hInstance (Results 1 - 22 of 22) sorted by relevance

/external/chromium/base/
H A Ddebug_message.cc12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
/external/webkit/Tools/MiniBrowser/win/
H A Dmain.cpp60 int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpstrCmdLine, int nCmdShow) argument
62 MiniBrowser::shared().initialize(hInstance);
/external/webkit/Source/JavaScriptCore/os-win32/
H A DWinMain.cpp40 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) argument
42 UNUSED_PARAM(hInstance);
/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/wpa_supplicant_6/wpa_supplicant/
H A Dmain_winmain.c27 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winmain.c21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
/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/skia/src/gpu/win/
H A DSkNativeGLContext_win.cpp50 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); local
59 wc.hInstance = hInstance;
77 hInstance, NULL))) {
/external/webkit/Source/WebKit2/WebProcess/
H A DWebKitMain.cpp152 int WebKitMain(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
53 WebView::initialize(hInstance);
92 wc.hInstance = hInstance;
101 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, 0, 0, hInstance, 0);
/external/webkit/Source/WebCore/platform/win/
H A DCursorWin.cpp119 static PassRefPtr<SharedCursor> loadSharedCursor(HINSTANCE hInstance, LPCWSTR lpCursorName) argument
121 return SharedCursor::create(::LoadCursorW(hInstance, lpCursorName));
/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/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 Dgl_vidnt.c108 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
1308 void VID_InitDIB (HINSTANCE hInstance) argument
1319 wc.hInstance = hInstance;
1365 void VID_InitFullDIB (HINSTANCE hInstance) argument
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/webkit/Tools/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/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...]
/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 Dgl_vidnt.cpp108 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
1308 void VID_InitDIB (HINSTANCE hInstance) argument
1319 wc.hInstance = hInstance;
1365 void VID_InitFullDIB (HINSTANCE hInstance) argument
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 442 milliseconds