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

/external/chromium_org/sandbox/win/src/
H A Dinterception.cc75 InterceptionType interception_type, const void* replacement_code_address,
78 function.type = interception_type;
90 InterceptionType interception_type, const char* replacement_function_name,
93 function.type = interception_type;
73 AddToPatchedFunctions( const wchar_t* dll_name, const char* function_name, InterceptionType interception_type, const void* replacement_code_address, InterceptorId id) argument
88 AddToPatchedFunctions( const wchar_t* dll_name, const char* function_name, InterceptionType interception_type, const char* replacement_function_name, InterceptorId id) argument

Completed in 139 milliseconds