Home
last modified time | relevance | path

Searched refs:hModule (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebKitDLL.cpp58 STDAPI_(BOOL) DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID /*lpReserved*/) in DllMain() argument
63 gInstance = hModule; in DllMain()
64 WebCore::setInstanceHandle(hModule); in DllMain()
/external/chromium/base/win/
Dpe_image.h230 explicit PEImageAsData(HMODULE hModule) : PEImage(hModule) {} in PEImageAsData() argument
/external/stlport/src/
Ddll_main.cpp219 BOOL APIENTRY DllMain( HANDLE hModule, in DllMain() argument
224 DisableThreadLibraryCalls((HINSTANCE)hModule); in DllMain()
/external/qemu/distrib/sdl-1.2.12/src/
DSDL.c335 BOOL APIENTRY _DllMainCRTStartup( HANDLE hModule, in _DllMainCRTStartup() argument
/external/bluetooth/glib/gmodule/
Dgmodule-win32.c149 if ((p = GetProcAddress (me32.hModule, symbol_name)) != NULL) in find_in_any_module_using_toolhelp()
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DD3DRMDEF.H241 HMODULE hModule; member
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Dd3drmdef.h241 HMODULE hModule; member
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.c1029 GetModuleFileNameA (HINSTANCE hModule, LPSTR lpFilename, DWORD nSize) in GetModuleFileNameA() argument
1046 len = GetModuleFileNameW (hModule, filename_w, nSize); in GetModuleFileNameA()