/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-win32.c | 41 static HINSTANCE sInstance; 206 int WINAPI WinMain(HINSTANCE instance, HINSTANCE prevInstance, 226 wc.hInstance = sInstance;
|
/external/chromium/chrome/browser/ |
process_singleton_win.cc | 178 HINSTANCE hinst = GetModuleHandle(NULL); 184 wc.hInstance = hinst;
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
CACFLayerTreeHost.cpp | 98 wcex.hInstance = WebCore::instanceHandle();
|
/external/webkit/Source/WebCore/platform/wince/ |
PasteboardWinCE.cpp | 91 wc.hInstance = WebCore::instanceHandle();
|
/external/webkit/Source/WebKit/win/ |
WebNodeHighlight.cpp | 199 wcex.hInstance = 0;
|
FullscreenVideoController.cpp | 420 wcex.hInstance = gInstance;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/ |
NetscapePluginWin.cpp | 37 extern "C" HINSTANCE gInstance; 53 windowClass.hInstance = gInstance;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/ |
LayerTreeHostCAWin.cpp | 68 wndClass.hInstance = instanceHandle();
|
/external/quake/quake/src/QW/client/ |
vid_win.c | 38 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
426 void VID_InitMGLFull (HINSTANCE hInstance)
659 void VID_InitMGLDIB (HINSTANCE hInstance)
665 hIcon = LoadIcon (hInstance, MAKEINTRESOURCE (IDI_ICON2));
672 wc.hInstance = hInstance;
684 MGL_setAppInstance(hInstance);
[all...] |
gl_vidnt.c | 108 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
506 HINSTANCE hInstGL;
1308 void VID_InitDIB (HINSTANCE hInstance)
1319 wc.hInstance = hInstance;
1365 void VID_InitFullDIB (HINSTANCE hInstance)
[all...] |
/external/quake/quake/src/WinQuake/ |
vid_win.cpp | 36 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
385 void VID_InitMGLFull (HINSTANCE hInstance)
618 void VID_InitMGLDIB (HINSTANCE hInstance)
624 hIcon = LoadIcon (hInstance, MAKEINTRESOURCE (IDI_ICON2));
631 wc.hInstance = hInstance;
643 MGL_setAppInstance(hInstance);
[all...] |
gl_vidnt.cpp | 108 HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
506 HINSTANCE hInstGL;
1308 void VID_InitDIB (HINSTANCE hInstance)
1319 wc.hInstance = hInstance;
1365 void VID_InitFullDIB (HINSTANCE hInstance)
[all...] |
/external/chromium/base/ |
message_pump_win.cc | 233 HINSTANCE hinst = GetModuleHandle(NULL); 238 wc.hInstance = hinst;
|
/external/libpng/contrib/visupng/ |
PngFile.c | 55 ofn.hInstance = NULL;
|
/external/webkit/Source/WebCore/platform/win/ |
PasteboardWin.cpp | 97 wc.hInstance = WebCore::instanceHandle();
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
triangleV2.cpp | 311 int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
|
/external/libpng/contrib/gregbook/ |
rpng-win.c | 108 static int rpng_win_create_window(HINSTANCE hInst, int showmode); 140 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) 440 static int rpng_win_create_window(HINSTANCE hInst, int showmode) 500 wndclass.hInstance = hInst;
|
rpng2-win.c | 241 static HINSTANCE global_hInst; 247 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) 732 wndclass.hInstance = global_hInst; [all...] |
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebInspectorClient.cpp | 532 wcex.hInstance = 0;
|
/external/webkit/Source/WebKit/wince/ |
WebView.cpp | 127 void WebView::initialize(HINSTANCE instanceHandle) 140 wc.hInstance = instanceHandle;
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
triangleCM.cpp | 131 int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_sysevents.c | 74 HINSTANCE SDL_Instance = NULL; 116 HINSTANCE aygshell = NULL; 756 class.hInstance = SDL_Instance;
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglWindowsApi.cpp | 188 wcx.hInstance = NULL; // handle to instance
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_win.cc | 430 wcex.hInstance = GetModuleHandle(NULL); 557 static HINSTANCE module_handle = [all...] |
/external/chromium/chrome/browser/ui/views/ |
shell_dialogs_win.cc | 260 save_as.hInstance = NULL; [all...] |