Searched refs:module_handle (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/install_verification/win/
H A Dimported_module_verification.cc33 HMODULE module_handle,
36 DCHECK(module_handle);
42 reinterpret_cast<IMAGE_DOS_HEADER*>(module_handle);
47 module_handle + dos_header->e_lfanew / sizeof(uintptr_t));
53 reinterpret_cast<IMAGE_IMPORT_DESCRIPTOR*>(module_handle +
59 module_handle + image_descriptor->FirstThunk / sizeof(uintptr_t));
85 HMODULE module_handle = ::GetModuleHandle(kModulesToScan[i]); local
86 if (module_handle) {
87 ScanImportAddressTable(module_handle,
32 ScanImportAddressTable( HMODULE module_handle, const std::set<ModuleInfo>& loaded_modules, std::set<base::string16>* imported_modules) argument
/external/chromium_org/base/win/
H A Diat_patch_function.cc91 // module_handle Module to be intercepted
101 DWORD InterceptImportedFunction(HMODULE module_handle, argument
106 if ((NULL == module_handle) || (NULL == imported_from_module) ||
112 base::win::PEImage target_image(module_handle);
242 HMODULE module_handle = LoadLibraryW(module); local
244 if (module_handle == NULL) {
249 DWORD error = InterceptImportedFunction(module_handle,
258 module_handle_ = module_handle;
261 FreeLibrary(module_handle);
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dmodule_integrity_verifier_win.cc240 HMODULE module_handle = NULL; local
241 if (!GetModuleHandleEx(0, module_name, &module_handle))
243 base::ScopedNativeLibrary native_library(module_handle);
247 GetModuleFileName(module_handle, module_path, arraysize(module_path));
257 base::win::PEImage mem_peimage(module_handle);
H A Dmodule_integrity_verifier_win_unittest.cc50 HMODULE module_handle; local
51 GetMemModuleHandle(&module_handle);
55 GetModuleFileName(module_handle, module_path, arraysize(module_path));
H A Denvironment_data_collection_win_unittest.cc184 HMODULE module_handle = GetModuleHandle(safe_browsing::kTestDllNames[0]); local
185 EXPECT_NE(reinterpret_cast<HANDLE>(NULL), module_handle); local
187 GetProcAddress(module_handle, safe_browsing::kTestExportName));
/external/chromium_org/content/common/cursors/
H A Dwebcursor.h116 HCURSOR GetCursor(HINSTANCE module_handle);
/external/e2fsprogs/intl/
H A Drelocatable.c288 DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved) argument
297 if (!GetModuleFileName (module_handle, location, sizeof (location)))

Completed in 193 milliseconds