Searched refs:HMODULE (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium/base/
H A Dresource_util.h22 bool BASE_API GetDataResourceFromModule(HMODULE module, int resource_id,
H A Dresource_util.cc9 bool GetDataResourceFromModule(HMODULE module, int resource_id,
H A Dnative_library_win.cc15 typedef HMODULE (WINAPI* LoadLibraryFunction)(const wchar_t* file_name);
34 HMODULE module = (*load_library_api)(library_path.value().c_str());
48 typedef HMODULE (WINAPI* LoadLibraryFunction)(const wchar_t* file_name);
H A Dnative_library.h35 typedef HMODULE NativeLibrary;
H A Dbase_paths_win.cc39 HMODULE this_module = reinterpret_cast<HMODULE>(&__ImageBase);
/external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
H A DSDL_sysloadso.c38 HMODULE handle = NULL;
53 APIRET ulrc = DosQueryProcAddr((HMODULE)handle, 0, (char *)name, &symbol);
68 DosFreeModule((HMODULE) handle);
/external/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc42 static DenseSet<HMODULE> *OpenedHandles;
66 OpenedHandles->insert((HMODULE)ModuleBase);
79 OpenedHandles = new DenseSet<HMODULE>();
87 HMODULE a_handle = LoadLibrary(filename);
95 OpenedHandles = new DenseSet<HMODULE>();
129 for (DenseSet<HMODULE>::iterator I = OpenedHandles->begin(),
131 FARPROC ptr = GetProcAddress((HMODULE)*I, symbolName);
159 return (void *)(intptr_t)GetProcAddress((HMODULE)Data, symbolName);
H A DRWMutex.inc51 HMODULE hLib = ::LoadLibrary(TEXT("Kernel32"));
/external/chromium/chrome/common/
H A Dchild_process_logging_win.cc46 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
74 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
96 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
107 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
132 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
151 HMODULE exe_module = GetModuleHandle(chrome::kBrowserProcessExecutableName);
/external/webkit/Tools/DumpRenderTree/win/
H A DMD5.cpp38 static HMODULE cryptDLL()
40 static HMODULE module = LoadLibraryW(L"Cryptdll.dll");
/external/chromium/base/win/
H A Dpe_image.h78 explicit PEImage(HMODULE module) : module_(module) {}
80 module_ = reinterpret_cast<HMODULE>(const_cast<void*>(module));
83 // Gets the HMODULE for this object.
84 HMODULE module() const;
86 // Sets this object's HMODULE.
87 void set_module(HMODULE module);
223 HMODULE module_;
230 explicit PEImageAsData(HMODULE hModule) : PEImage(hModule) {}
247 inline HMODULE PEImage::module() const {
/external/webkit/Source/WebCore/platform/win/
H A DSoftLinking.h36 static HMODULE lib##Library() \
38 static HMODULE library = LoadLibraryW(L###lib suffix); \
H A DSystemInfo.cpp125 HMODULE kernel32Module = GetModuleHandleA("kernel32.dll");
146 HMODULE kernel32Module = GetModuleHandleA("kernel32.dll");
/external/qemu/distrib/sdl-1.2.15/src/loadso/win32/
H A DSDL_sysloadso.c98 symbol = (void *)GetProcAddress((HMODULE)handle, name_t);
115 symbol = (void *)GetProcAddress((HMODULE)handle, name);
135 FreeLibrary((HMODULE)handle);
/external/webkit/Source/WebKit2/WebProcess/
H A DWebKitMain.cpp90 HMODULE hMod = ::GetModuleHandleW(L"Kernel32.dll");
111 HMODULE hMod = ::GetModuleHandleW(L"kernel32.dll");
129 HMODULE lib = LoadLibrary(TEXT("kernel32.dll"));
/external/chromium/googleurl/src/
H A Dgurl_test_main.cc68 HMODULE module = LoadLibraryA("icudt.dll");
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTCFDictionary.cpp39 HMODULE qtcfDLL = LoadLibraryW(L"QTCF.dll");
/external/webkit/Source/WebKit2/win/
H A DMainWin.cpp60 HMODULE module = ::LoadLibraryW(webKitPath);
/external/chromium/chrome/browser/importer/
H A Dnss_decryptor_win.cc44 HMODULE kernel32_dll = GetModuleHandle(L"kernel32.dll");
86 HMODULE plds4_dll = GetModuleHandle(kPLDS4Library);
87 HMODULE nspr4_dll = GetModuleHandle(kNSPR4Library);
/external/qemu/android/utils/
H A Ddll.c107 result = GetProcAddress( (HMODULE)lib, symbolName );
119 FreeLibrary( (HMODULE)lib );
/external/chromium/chrome/browser/
H A Dfullscreen_win.cc26 HMODULE shell32_base = ::GetModuleHandle(L"shell32.dll");
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwinping.h80 HMODULE dll_;
/external/webkit/Source/WebKit2/Platform/
H A DModule.h73 HMODULE m_module;
/external/webkit/Source/WebKit2/UIProcess/Launcher/win/
H A DProcessLauncherWin.cpp62 HMODULE webKitModule = ::GetModuleHandleW(webKitDLLName);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
H A DWindowRegionIsSetToClipRect.cpp96 HMODULE webKitModule = ::GetModuleHandleW(webKitDLLName);

Completed in 474 milliseconds

1234