Home
last modified time | relevance | path

Searched refs:INTERCEPTION_UNLOAD_MODULE (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsandbox_types.h85 INTERCEPTION_UNLOAD_MODULE, // Unload the module (don't patch) enumerator
Dinterception.cc108 module_to_unload.type = INTERCEPTION_UNLOAD_MODULE; in AddToUnloadModules()
255 dll_info->unload_module = (data.type == INTERCEPTION_UNLOAD_MODULE); in SetupDllInfo()