HomeSort by relevance Sort by last modified time
    Searched refs:AddToUnloadModules (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sandbox/win/src/
interception.h 119 bool AddToUnloadModules(const wchar_t* dll_name);
interception_unittest.cc 176 interceptions.AddToUnloadModules(L"some01.dll");
183 interceptions.AddToUnloadModules(L"some02.dll");
interception.cc 105 bool InterceptionManager::AddToUnloadModules(const wchar_t* dll_name) {
sandbox_policy_base.cc 654 manager.AddToUnloadModules(it->c_str());

Completed in 364 milliseconds