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

123

/external/chromium/base/
H A Ddebug_message.cc12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, 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/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/Tools/MiniBrowser/win/
H A Dmain.cpp60 int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpstrCmdLine, int nCmdShow) argument
62 MiniBrowser::shared().initialize(hInstance);
H A DBrowserWindow.cpp114 windowClass.hInstance = MiniBrowser::shared().instance();
146 0, 0, 0, 0, m_window, 0, createStruct->hInstance, 0);
154 0, 0, 0, 0, m_rebarWindow, 0, createStruct->hInstance, 0);
/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/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/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/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/chromium/base/win/
H A Dwrapped_window_proc_unittest.cc62 wc.hInstance = hinst;
/external/webkit/Source/WebCore/platform/wince/
H A DSharedTimerWinCE.cpp75 wcex.hInstance = WebCore::instanceHandle();
/external/webkit/Tools/WebKitAPITest/
H A DHostWindow.cpp73 wndClass.hInstance = GetModuleHandle(0);
H A DTestsController.cpp131 wndClass.hInstance = GetModuleHandle(0);
/external/webkit/Tools/WebKitTestRunner/win/
H A DPlatformWebViewWin.cpp45 wndClass.hInstance = GetModuleHandle(0);
/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/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovieWinTimer.cpp71 wcex.hInstance = 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...]
/external/chromium/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_win.cc21 wc.hInstance = hinst;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32window.cc61 wcex.hInstance = instance_;
/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
566 global_hInstance = hInstance;
613 hwnd_dialog = CreateDialog(hInstance, MAKEINTRESOURCE(IDD_DIALOG1), NULL, NULL);
/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);

Completed in 800 milliseconds

123