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

  /external/chromium_org/sandbox/win/src/
service_resolver.h 132 class Win8ResolverThunk : public ServiceResolverThunk {
135 Win8ResolverThunk(HANDLE process, bool relaxed)
137 virtual ~Win8ResolverThunk() {}
142 DISALLOW_COPY_AND_ASSIGN(Win8ResolverThunk);
service_resolver_unittest.cc 62 typedef ResolverThunkTest<sandbox::Win8ResolverThunk> Win8ResolverTest;
service_resolver_32.cc 397 bool Win8ResolverThunk::IsFunctionAService(void* local_thunk) const {
interception.cc 488 thunk = new Win8ResolverThunk(child_->Process(), relaxed_);

Completed in 9549 milliseconds