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

/external/chromium_org/sandbox/win/src/
H A Dinterception_unittest.cc91 interceptions.AddToPatchedFunctions(L"ntdll.dll", "NtCreateFile",
94 interceptions.AddToPatchedFunctions(L"kernel32.dll", "CreateFileEx",
96 interceptions.AddToPatchedFunctions(L"kernel32.dll", "SomeFileEx",
99 interceptions.AddToPatchedFunctions(L"user32.dll", "FindWindow",
101 interceptions.AddToPatchedFunctions(L"kernel32.dll", "CreateMutex",
103 interceptions.AddToPatchedFunctions(L"user32.dll", "PostMsg",
105 interceptions.AddToPatchedFunctions(L"user32.dll", "PostMsg",
108 interceptions.AddToPatchedFunctions(L"comctl.dll", "SaveAsDlg",
110 interceptions.AddToPatchedFunctions(L"ntdll.dll", "NtClose",
113 interceptions.AddToPatchedFunctions(
[all...]
H A Dinterception.h33 // The exposed API consists of two methods: AddToPatchedFunctions to set up a
40 // if (!interception_manager.AddToPatchedFunctions(
45 // if (!interception_manager.AddToPatchedFunctions(
105 bool AddToPatchedFunctions(const wchar_t* dll_name,
113 bool AddToPatchedFunctions(const wchar_t* dll_name,
131 // set up using AddToPatchedFunctions.
223 // This macro simply calls interception_manager.AddToPatchedFunctions with
237 AddToPatchedFunctions(kNtdllName, #service, \
251 manager->AddToPatchedFunctions(dll, #function, sandbox::INTERCEPTION_EAT, \
263 AddToPatchedFunctions(kNtdllNam
[all...]
H A Dinterception.cc73 bool InterceptionManager::AddToPatchedFunctions( function in class:sandbox::InterceptionManager
88 bool InterceptionManager::AddToPatchedFunctions( function in class:sandbox::InterceptionManager

Completed in 77 milliseconds