/external/chromium_org/third_party/skia/src/views/win/ |
D | skia_win.cpp | 21 ATOM MyRegisterClass(HINSTANCE hInstance); 26 int APIENTRY _tWinMain(HINSTANCE hInstance, in _tWinMain() argument 36 MyRegisterClass(hInstance); in _tWinMain() 39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine)) in _tWinMain() 74 ATOM MyRegisterClass(HINSTANCE hInstance) in MyRegisterClass() argument 84 wcex.hInstance = hInstance; in MyRegisterClass() 124 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, LPTSTR lpCmdLine) in InitInstance() argument 128 hInst = hInstance; // Store instance handle in our global variable in InitInstance() 131 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in InitInstance()
|
/external/skia/src/views/win/ |
D | skia_win.cpp | 21 ATOM MyRegisterClass(HINSTANCE hInstance); 26 int APIENTRY _tWinMain(HINSTANCE hInstance, in _tWinMain() argument 36 MyRegisterClass(hInstance); in _tWinMain() 39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine)) in _tWinMain() 74 ATOM MyRegisterClass(HINSTANCE hInstance) in MyRegisterClass() argument 84 wcex.hInstance = hInstance; in MyRegisterClass() 124 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, LPTSTR lpCmdLine) in InitInstance() argument 128 hInst = hInstance; // Store instance handle in our global variable in InitInstance() 131 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in InitInstance()
|
/external/chromium_org/tools/gyp/test/win/rc-build/ |
D | hello.cpp | 17 HINSTANCE hInstance, in _tWinMain() argument 23 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); in _tWinMain() 25 LoadString(hInstance, IDC_HELLO, szWindowClass, MAX_LOADSTRING); in _tWinMain() 27 if (LoadIcon(hInstance, MAKEINTRESOURCE(IDI_SMALL)) != NULL) ++count; in _tWinMain() 28 if (LoadIcon(hInstance, MAKEINTRESOURCE(IDI_HELLO)) != NULL) ++count; in _tWinMain()
|
/external/lzma/C/Util/LzmaLib/ |
D | LzmaLibExports.c | 6 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain() argument 8 hInstance = hInstance; in DllMain()
|
/external/skia/src/gpu/gl/win/ |
D | SkNativeGLContext_win.cpp | 51 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); in createGLContext() local 60 wc.hInstance = hInstance; in createGLContext() 78 hInstance, NULL))) { in createGLContext()
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
D | SkNativeGLContext_win.cpp | 51 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); in createGLContext() local 60 wc.hInstance = hInstance; in createGLContext() 78 hInstance, NULL))) { in createGLContext()
|
/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/chromium_org/third_party/openssl/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/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/ |
D | esUtil_win32.c | 106 HINSTANCE hInstance = GetModuleHandle(NULL); in WinCreate() local 110 wndclass.hInstance = hInstance; in WinCreate() 138 hInstance, in WinCreate()
|
/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/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
D | d3d10winmain.cpp | 62 HINSTANCE hInstance = GetModuleHandle(NULL); in main() local 71 wcex.hInstance = hInstance; in main() 82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in main()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
D | d3d11winmain.cpp | 62 HINSTANCE hInstance = GetModuleHandle(NULL); in main() local 71 wcex.hInstance = hInstance; in main() 82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in main()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
D | d3d11winmain.cpp | 62 HINSTANCE hInstance = GetModuleHandle(NULL); in main() local 71 wcex.hInstance = hInstance; in main() 82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in main()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
D | d3d10winmain.cpp | 62 HINSTANCE hInstance = GetModuleHandle(NULL); in main() local 71 wcex.hInstance = hInstance; in main() 82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); in main()
|
/external/chromium_org/tools/measure_page_load_time/ie_bho/ |
D | MeasurePageLoadTime.cpp | 27 extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain() argument 31 DisableThreadLibraryCalls(hInstance); in DllMain()
|
/external/lzma/CPP/7zip/Archive/ |
D | DllExports2.cpp | 32 hInstance, DWORD dwReason, LPVOID /*lpReserved*/) in DllMain() 36 g_hInstance = (HINSTANCE)hInstance; in DllMain()
|
/external/chromium_org/base/win/ |
D | wrapped_window_proc.cc | 50 class_out->hInstance = base::GetModuleFromAddress(window_proc); in InitializeWindowClass() 59 DCHECK(class_out->hInstance != NULL); in InitializeWindowClass()
|
/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()
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | gui_main.cpp | 63 psp[0].hInstance = hInst; in onOptions() 73 psp[1].hInstance = hInst; in onOptions() 83 psp[2].hInstance = hInst; in onOptions() 93 psp[3].hInstance = hInst; in onOptions() 105 psh.hInstance = hInst; in onOptions()
|
D | setupexe.cpp | 5 int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain() argument
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/ |
D | graw_gdi.c | 91 wc.hInstance = GetModuleHandle(NULL); in graw_create_window_and_screen() 110 wc.hInstance, in graw_create_window_and_screen()
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
D | graw_gdi.c | 91 wc.hInstance = GetModuleHandle(NULL); in graw_create_window_and_screen() 110 wc.hInstance, in graw_create_window_and_screen()
|
/external/chromium_org/base/ |
D | debug_message.cc | 12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
|
/external/chromium/base/ |
D | debug_message.cc | 12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain() argument
|