Home
last modified time | relevance | path

Searched refs:GetModuleHandleA (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DSystemInfo.cpp125 HMODULE kernel32Module = GetModuleHandleA("kernel32.dll"); in isWOW64()
146 HMODULE kernel32Module = GetModuleHandleA("kernel32.dll"); in processorArchitecture()
/external/webkit/Source/WebCore/platform/network/cf/
DResourceRequestCFNet.cpp54 return GetModuleHandleA("CFNetwork"); in findCFNetworkModule()
56 return GetModuleHandleA("CFNetwork_debug"); in findCFNetworkModule()
/external/compiler-rt/lib/interception/
Dinterception_win.cc31 *func_addr = (uptr)GetProcAddress(GetModuleHandleA(DLLS[i]), func_name); in GetRealFunctionAddress()
/external/expat/xmlwf/
Dxmlwin32url.cxx317 GetModuleHandleA("urlmon.dll"), in winPerror()
/external/chromium/third_party/libjingle/source/talk/base/
Dlogging.cc158 HMODULE hmod = GetModuleHandleA(module); in LogMessage()
/external/libxml2/
Dcatalog.c82 #define GetModuleHandleA GetModuleHandle macro
85 void* __stdcall GetModuleHandleA(const char*);
3122 hmodule = GetModuleHandleA("libxml2.dll"); in xmlInitializeCatalog()
3124 hmodule = GetModuleHandleA(NULL); in xmlInitializeCatalog()
/external/chromium/base/
Dlogging.cc737 hmod = GetModuleHandleA(module_); in ~Win32ErrorLogMessage()
/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp219 HINSTANCE hMod = GetModuleHandleA(module); in hook()
/external/llvm/lib/Support/Windows/
DPathV2.inc42 ::GetProcAddress(::GetModuleHandleA("kernel32.dll"),
/external/valgrind/main/perf/
Dtinycc.c5367 void *__stdcall GetModuleHandleA(const char *);