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

  /external/chromium_org/sandbox/win/src/
interception_agent.h 5 // Defines InterceptionAgent, the class in charge of setting up interceptions
25 // The InterceptionAgent executes on the target application, and it is in charge
36 class InterceptionAgent {
38 // Returns the single InterceptionAgent object for this process.
39 static InterceptionAgent* GetInterceptionAgent();
55 ~InterceptionAgent() {}
82 DISALLOW_IMPLICIT_CONSTRUCTORS(InterceptionAgent);
target_interceptions.cc 57 InterceptionAgent* agent = InterceptionAgent::GetInterceptionAgent();
92 InterceptionAgent* agent = InterceptionAgent::GetInterceptionAgent();
interception_agent.cc 37 InterceptionAgent* InterceptionAgent::GetInterceptionAgent() {
38 static InterceptionAgent* s_singleton = NULL;
44 s_singleton = reinterpret_cast<InterceptionAgent*>(
45 new(NT_ALLOC) char[array_bytes + sizeof(InterceptionAgent)]);
56 bool InterceptionAgent::Init(SharedMemory* shared_memory) {
63 bool InterceptionAgent::DllMatch(const UNICODE_STRING* full_path,
84 bool InterceptionAgent::OnDllLoad(const UNICODE_STRING* full_path,
134 void InterceptionAgent::OnDllUnload(void* base_address) {
148 bool InterceptionAgent::PatchDll(const DllPatchInfo* dll_info
    [all...]

Completed in 197 milliseconds