Searched refs:dll_module (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dself_reg_work_item.cc54 HMODULE dll_module = ::LoadLibraryEx(dll_path_.c_str(), NULL, local
57 if (NULL != dll_module) {
62 ::GetProcAddress(dll_module, user_level_registration_ ?
66 ::GetProcAddress(dll_module, user_level_registration_ ?
85 ::FreeLibrary(dll_module);
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dsandbox.cc152 HMODULE dll_module = ::LoadLibraryA(dll_name.c_str()); local
153 if (dll_module == NULL) {
162 (lpfnInit) ::GetProcAddress(dll_module, entry_point.c_str());
166 ::FreeLibrary(dll_module);
178 ::FreeLibrary(dll_module);
/external/chromium_org/chrome/app/
H A Dimage_pre_reader_win.cc290 HMODULE dll_module = ::LoadLibraryExW( local
295 if (!dll_module)
298 base::win::PEImage pe_image(dll_module);
323 FreeLibrary(dll_module);
373 HMODULE dll_module = ::LoadLibraryExW( local
378 if (!dll_module)
381 base::win::PEImage pe_image(dll_module);
392 TouchPagesInRange(dll_module, dll_module_length);
393 FreeLibrary(dll_module);

Completed in 142 milliseconds