Searched refs:InterceptionData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dinterception.h136 struct InterceptionData { struct in class:sandbox::InterceptionManager
171 bool SetupDllInfo(const InterceptionData& data,
179 bool SetupInterceptionInfo(const InterceptionData& data, void** buffer,
185 bool IsInterceptionPerformedByChild(const InterceptionData& data) const;
212 std::list<InterceptionData> interceptions_;
H A Dinterception.cc77 InterceptionData function;
92 InterceptionData function;
106 InterceptionData module_to_unload;
147 std::list<InterceptionData>::const_iterator it = interceptions_.begin();
197 std::list<InterceptionData>::iterator it = interceptions_.begin();
212 std::list<InterceptionData>::iterator rest = it;
234 bool InterceptionManager::SetupDllInfo(const InterceptionData& data,
264 bool InterceptionManager::SetupInterceptionInfo(const InterceptionData& data,
348 const InterceptionData& data) const {
492 std::list<InterceptionData>
[all...]

Completed in 711 milliseconds