OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dll_module
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/installer/util/
self_reg_work_item.cc
54
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/
sandbox.cc
152
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/
image_pre_reader_win.cc
289
HMODULE
dll_module
= ::LoadLibraryExW(
local
294
if (!
dll_module
)
297
base::win::PEImage pe_image(
dll_module
);
322
FreeLibrary(
dll_module
);
372
HMODULE
dll_module
= ::LoadLibraryExW(
local
377
if (!
dll_module
)
380
base::win::PEImage pe_image(
dll_module
);
391
TouchPagesInRange(
dll_module
, dll_module_length);
392
FreeLibrary(
dll_module
);
/external/chromium_org/chrome_frame/
test_utils.cc
195
HMODULE
dll_module
= ::LoadLibrary(dll_path);
local
196
if (
dll_module
== NULL) {
201
reinterpret_cast<RegisterFp>(::GetProcAddress(
dll_module
,
208
::FreeLibrary(
dll_module
);
/external/chromium/base/
file_util_win.cc
1147
HMODULE
dll_module
= ::LoadLibraryExW(
local
[
all
...]
Completed in 1791 milliseconds