Home
last modified time | relevance | path

Searched refs:OnDllLoad (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dinterception_agent.h48 bool OnDllLoad(const UNICODE_STRING* full_path, const UNICODE_STRING* name,
Dtarget_interceptions.cc60 if (!agent->OnDllLoad(file_name, module_name, *base)) { in TargetNtMapViewOfSection()
Dinterception_agent.cc84 bool InterceptionAgent::OnDllLoad(const UNICODE_STRING* full_path, in OnDllLoad() function in sandbox::InterceptionAgent