Searched defs:IsFunctionAService (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_64.cc104 if (!IsFunctionAService(&thunk->original))
134 if (!IsFunctionAService(&thunk->original))
143 bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const { function in class:sandbox::ServiceResolverThunk
207 bool Wow64ResolverThunk::IsFunctionAService(void* local_thunk) const { function in class:sandbox::Wow64ResolverThunk
H A Dservice_resolver_32.cc166 if (!IsFunctionAService(&thunk->original) &&
197 if (!IsFunctionAService(&thunk->original) &&
208 bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const { function in class:sandbox::ServiceResolverThunk
356 bool Wow64ResolverThunk::IsFunctionAService(void* local_thunk) const { function in class:sandbox::Wow64ResolverThunk
382 bool Wow64W8ResolverThunk::IsFunctionAService(void* local_thunk) const { function in class:sandbox::Wow64W8ResolverThunk
403 bool Win8ResolverThunk::IsFunctionAService(void* local_thunk) const { function in class:sandbox::Win8ResolverThunk
/external/chromium_org/sandbox/win/wow_helper/
H A Dservice64_resolver.cc217 if (!IsFunctionAService(&thunk->original))
258 bool Service64ResolverThunk::IsFunctionAService(void* local_thunk) const { function in class:sandbox::Service64ResolverThunk

Completed in 67 milliseconds