HomeSort by relevance Sort by last modified time
    Searched refs:HINSTANCE (Results 26 - 50 of 225) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main.cc 36 int PASCAL wWinMain(HINSTANCE instance, HINSTANCE prev_instance,
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 29 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
  /external/chromium_org/chrome/installer/gcapi/
gcapi_dll.cc 19 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
  /external/deqp/framework/platform/win32/
tcuWin32Window.hpp 36 Win32Window (HINSTANCE instance, int width, int height);
tcuWin32GLES3Platform.cpp 61 Win32GLES3Context (const wgl::Core& wgl, HINSTANCE instance, const glu::RenderConfig& config);
84 Win32GLES3Context::Win32GLES3Context (const wgl::Core& wgl, HINSTANCE instance, const glu::RenderConfig& config)
147 Win32GLES3ContextFactory (HINSTANCE instance);
153 const HINSTANCE m_instance;
157 Win32GLES3ContextFactory::Win32GLES3ContextFactory (HINSTANCE instance)
180 const HINSTANCE instance = GetModuleHandle(NULL);
  /external/lzma/CPP/7zip/Archive/
DllExports2.cpp 21 HINSTANCE g_hInstance;
30 HINSTANCE
32 hInstance, DWORD dwReason, LPVOID /*lpReserved*/)
36 g_hInstance = (HINSTANCE)hInstance;
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 16 HINSTANCE hInst; // current instance
21 ATOM MyRegisterClass(HINSTANCE hInstance);
22 BOOL InitInstance(HINSTANCE, int, LPTSTR);
26 int APIENTRY _tWinMain(HINSTANCE hInstance,
27 HINSTANCE hPrevInstance,
36 MyRegisterClass(hInstance);
39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine))
74 ATOM MyRegisterClass(HINSTANCE hInstance
    [all...]
  /external/skia/src/views/win/
skia_win.cpp 16 HINSTANCE hInst; // current instance
21 ATOM MyRegisterClass(HINSTANCE hInstance);
22 BOOL InitInstance(HINSTANCE, int, LPTSTR);
26 int APIENTRY _tWinMain(HINSTANCE hInstance,
27 HINSTANCE hPrevInstance,
36 MyRegisterClass(hInstance);
39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine))
74 ATOM MyRegisterClass(HINSTANCE hInstance
    [all...]
  /external/chromium_org/chrome/app/
chrome_exe_main_win.cc 84 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE prev, wchar_t*, int) {
89 HINSTANCE instance = GetModuleHandle(NULL);
client_util.h 39 int Launch(HINSTANCE instance);
  /external/chromium_org/content/public/app/
content_main.h 41 HINSTANCE instance;
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32window.h 67 static HINSTANCE instance_;
  /external/chromium_org/third_party/webrtc/base/
win32window.h 50 static HINSTANCE instance_;
  /external/chromium_org/ui/views_content_client/
views_content_client.cc 14 HINSTANCE instance, sandbox::SandboxInterfaceInfo* sandbox_info)
  /external/chromium_org/chrome/tools/crash_service/
main.cc 37 int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line,
  /external/chromium_org/sandbox/win/wow_helper/
wow_helper.cc 63 int wWinMain(HINSTANCE, HINSTANCE, wchar_t* command_line, int) {
  /external/wpa_supplicant_8/wpa_supplicant/
main_winmain.c 21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
  /external/chromium_org/third_party/icu/source/common/
ucln_imp.h 135 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
  /external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTime.cpp 27 extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
31 DisableThreadLibraryCalls(hInstance);
  /external/chromium_org/ui/base/resource/
resource_data_dll_win.cc 13 ResourceDataDLL::ResourceDataDLL(HINSTANCE module) : module_(module) {
  /external/icu/icu4c/source/common/
ucln_imp.h 132 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.h 56 extern HRESULT (WINAPI *DInputCreate)(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUT *ppDI, LPUNKNOWN punkOuter);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiwz.h 28 typedef ULONG (WINAPI WIZARDENTRY)(HINSTANCE hProviderDLLInstance,LPTSTR *lppcsResourceName,DLGPROC *lppDlgProc,LPMAPIPROP lpMapiProp,LPVOID lpMapiSupportObject);
  /external/chromium_org/content/common/cursors/
webcursor.h 23 typedef struct HINSTANCE__* HINSTANCE;
116 HCURSOR GetCursor(HINSTANCE module_handle);
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h 56 unsigned int CreateMainWindowAndLoop(HINSTANCE instance,
172 HINSTANCE instance_handle_;

Completed in 7416 milliseconds

12 3 4 5 6 7 8 9