Searched defs:Unpatch (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/app/
H A Dclose_handle_hook_win.cc38 void Unpatch();
61 void CloseHandleHooks::Unpatch() { function in class:__anon2842::CloseHandleHooks
64 (*it)->Unpatch();
111 g_hooks.Get().Unpatch();
/external/chromium_org/base/win/
H A Diat_patch_function.cc229 DWORD error = Unpatch();
267 DWORD IATPatchFunction::Unpatch() { function in class:base::win::IATPatchFunction
274 // If IATPatchFunction::Unpatch fails during RestoreImportedFunction
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.cc290 SideStepError PreamblePatcher::Unpatch(void* target_function, function in class:sidestep::PreamblePatcher
410 SIDESTEP_LOG("PreamblePatcher::Unpatch successfully unpatched.");
H A Dpatch_functions.cc255 void Unpatch();
330 void Unpatch();
551 // Since we've patched Unpatch() not to delete origstub_fn_ (it
569 void LibcInfoWithPatchFunctions<T>::Unpatch() { function in class:__anon15581::LibcInfoWithPatchFunctions
575 PreamblePatcher::Unpatch((void*)windows_fn_[i],
593 // Since we've patched Unpatch() not to delete origstub_fn_ (it
608 void WindowsInfo::Unpatch() { function in class:__anon15581::WindowsInfo
613 PreamblePatcher::Unpatch((void*)function_info_[i].windows_fn,
728 // We could call Unpatch() here, but why bother? The module
1069 main_executable_windows.Unpatch();
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.cc290 SideStepError PreamblePatcher::Unpatch(void* target_function, function in class:sidestep::PreamblePatcher
410 SIDESTEP_LOG("PreamblePatcher::Unpatch successfully unpatched.");
H A Dpatch_functions.cc255 void Unpatch();
330 void Unpatch();
551 // Since we've patched Unpatch() not to delete origstub_fn_ (it
569 void LibcInfoWithPatchFunctions<T>::Unpatch() { function in class:__anon15630::LibcInfoWithPatchFunctions
575 PreamblePatcher::Unpatch((void*)windows_fn_[i],
593 // Since we've patched Unpatch() not to delete origstub_fn_ (it
608 void WindowsInfo::Unpatch() { function in class:__anon15630::WindowsInfo
613 PreamblePatcher::Unpatch((void*)function_info_[i].windows_fn,
728 // We could call Unpatch() here, but why bother? The module
1069 main_executable_windows.Unpatch();
[all...]

Completed in 2664 milliseconds