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

  /external/chromium_org/sandbox/win/src/
interception.h 135 struct InterceptionData {
170 bool SetupDllInfo(const InterceptionData& data,
178 bool SetupInterceptionInfo(const InterceptionData& data, void** buffer,
184 bool IsInterceptionPerformedByChild(const InterceptionData& data) const;
211 std::list<InterceptionData> interceptions_;
interception.cc 77 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 {
494 std::list<InterceptionData>::iterator it = interceptions_.begin()
    [all...]

Completed in 40 milliseconds