/external/webkit/WebKitTools/WinLauncher/ |
D | WinLauncher.cpp | 50 ATOM MyRegisterClass(HINSTANCE hInstance); 134 int APIENTRY _tWinMain(HINSTANCE hInstance, in _tWinMain() argument 158 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); in _tWinMain() 159 LoadString(hInstance, IDC_WINLAUNCHER, szWindowClass, MAX_LOADSTRING); in _tWinMain() 160 MyRegisterClass(hInstance); in _tWinMain() 163 if (!InitInstance (hInstance, nCmdShow)) in _tWinMain() 174 hInstance, 0); in _tWinMain() 224 hAccelTable = LoadAccelerators(hInstance, MAKEINTRESOURCE(IDC_WINLAUNCHER)); in _tWinMain() 247 ATOM MyRegisterClass(HINSTANCE hInstance) in MyRegisterClass() argument 257 wcex.hInstance = hInstance; in MyRegisterClass() [all …]
|
/external/openssl/apps/ |
D | winrand.c | 69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument 90 wndclass.hInstance = hInstance; in WinMain() 101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL); in WinMain()
|
/external/icu4c/samples/layout/ |
D | layout.cpp | 70 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) in WinMain() argument 82 wndclass.hInstance = hInstance; in WinMain() 95 hAccel = LoadAccelerators(hInstance, szAppName); in WinMain() 101 NULL, NULL, hInstance, NULL); in WinMain() 113 UnregisterClass(szAppName, hInstance); in WinMain() 270 ofn.hInstance = NULL; in WndProc()
|
D | clayout.c | 71 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) in WinMain() argument 83 wndclass.hInstance = hInstance; in WinMain() 96 hAccel = LoadAccelerators(hInstance, szAppName); in WinMain() 102 NULL, NULL, hInstance, NULL); in WinMain() 114 UnregisterClass(szAppName, hInstance); in WinMain() 272 ofn.hInstance = NULL; in WndProc()
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 77 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument 90 wndclass.hInstance = hInstance; in WinMain() 91 wndclass.hIcon = LoadIcon (hInstance, szIconName) ; in WinMain() 127 NULL, NULL, hInstance, NULL); in WinMain() 132 hAccel = LoadAccelerators (hInstance, szProgName); in WinMain() 148 static HINSTANCE hInstance ; in WndProc() local 178 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ; in WndProc() 398 DialogBox (hInstance, TEXT ("AboutBox"), hwnd, AboutDlgProc) ; in WndProc()
|
D | PngFile.c | 55 ofn.hInstance = NULL; in PngFileInitialize()
|
/external/tesseract/api/ |
D | tesseractmain.cpp | 298 HINSTANCE hInstance, in WinMain() argument 315 wc.hInstance = hInstance; in WinMain() 327 CW_USEDEFAULT, HWND_DESKTOP, NULL, hInstance, NULL); in WinMain()
|
D | tesseractmain.h | 51 HINSTANCE hInstance,
|
/external/wpa_supplicant/ |
D | main_winmain.c | 27 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
|
/external/webkit/WebCore/platform/graphics/win/ |
D | QTMovieWinTimer.cpp | 71 wcex.hInstance = instanceHandle; in initializeOffScreenTimerWindow()
|
/external/bluetooth/glib/tests/ |
D | gio-test.c | 303 wcl.hInstance = GetModuleHandle (NULL); in main() 319 NULL, NULL, wcl.hInstance, NULL); in main()
|
D | spawn-test-win32-gui.c | 17 WinMain (struct HINSTANCE__ *hInstance, in WinMain() argument
|
/external/webkit/WebCore/platform/win/ |
D | CursorWin.cpp | 153 static PassRefPtr<SharedCursor> loadSharedCursor(HINSTANCE hInstance, LPCTSTR lpCursorName) in loadSharedCursor() argument 155 return SharedCursor::create(LoadCursor(hInstance, lpCursorName)); in loadSharedCursor()
|
D | SharedTimerWin.cpp | 127 wcex.hInstance = Page::instanceHandle(); in initializeOffScreenTimerWindow()
|
D | PasteboardWin.cpp | 91 wcex.hInstance = Page::instanceHandle(); in Pasteboard()
|
D | PopupMenuWin.cpp | 613 wcex.hInstance = Page::instanceHandle(); in registerPopup()
|
/external/webkit/WebKit/win/ |
D | WebNodeHighlight.cpp | 201 wcex.hInstance = 0; in registerOverlayClass()
|
D | WebView.cpp | 1774 wcex.hInstance = gInstance; in registerWebViewWindowClass()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 500 wndclass.hInstance = hInst; in rpng_win_create_window()
|
D | rpng2-win.c | 732 wndclass.hInstance = global_hInst; in rpng2_win_create_window()
|
/external/webkit/WebCore/platform/network/win/ |
D | ResourceHandleWin.cpp | 116 wcex.hInstance = Page::instanceHandle(); in initializeOffScreenResourceHandleWindow()
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebInspectorClient.cpp | 500 wcex.hInstance = 0; in registerWindowClass()
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_sysevents.c | 832 class.hInstance = SDL_Instance; in SDL_RegisterApp()
|
/external/webkit/WebCore/plugins/win/ |
D | PluginViewWin.cpp | 248 wcex.hInstance = Page::instanceHandle(); in registerPluginView()
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | DumpRenderTree.cpp | 249 wcex.hInstance = GetModuleHandle(0); in initialize()
|