Searched refs:GetModuleHandleA (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DSystemInfo.cpp125 HMODULE kernel32Module = GetModuleHandleA("kernel32.dll");
146 HMODULE kernel32Module = GetModuleHandleA("kernel32.dll");
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceRequestCFNet.cpp54 return GetModuleHandleA("CFNetwork");
56 return GetModuleHandleA("CFNetwork_debug");
/external/expat/xmlwf/
H A Dxmlwin32url.cxx317 GetModuleHandleA("urlmon.dll"),
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlogging.cc158 HMODULE hmod = GetModuleHandleA(module);
/external/llvm/lib/Support/Windows/
H A DPathV2.inc41 ::GetProcAddress(::GetModuleHandleA("kernel32.dll"),
/external/chromium/base/
H A Dlogging.cc737 hmod = GetModuleHandleA(module_);
/external/libxml2/
H A Dcatalog.c82 #define GetModuleHandleA GetModuleHandle macro
85 void* __stdcall GetModuleHandleA(const char*);
3125 hmodule = GetModuleHandleA("libxml2.dll");
3127 hmodule = GetModuleHandleA(NULL);
/external/webkit/Source/WebCore/plugins/win/
H A DPluginViewWin.cpp219 HINSTANCE hMod = GetModuleHandleA(module);
/external/valgrind/main/perf/
H A Dtinycc.c5369 void *__stdcall GetModuleHandleA(const char *);

Completed in 306 milliseconds