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

  /external/chromium_org/sandbox/win/src/
resolver_64.cc 17 struct InternalThunk {
27 InternalThunk() {
47 return sizeof(InternalThunk);
53 if (storage_bytes < sizeof(InternalThunk))
56 InternalThunk* thunk = new(storage, NT_PLACE) InternalThunk;
resolver_32.cc 12 struct InternalThunk {
34 InternalThunk() {
62 if (storage_bytes < sizeof(InternalThunk))
65 InternalThunk* thunk = new(storage, NT_PLACE) InternalThunk;
78 return sizeof(InternalThunk);
  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.cc 74 struct InternalThunk {
82 InternalThunk() {
99 InternalThunk internal_thunk;
317 InternalThunk my_thunk;

Completed in 184 milliseconds