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

  /external/chromium_org/sandbox/win/src/
interceptors_64.cc 28 NtMapViewOfSectionFunction orig_fn = reinterpret_cast< local
31 return TargetNtMapViewOfSection(orig_fn, section, process, base, zero_bits,
37 NtUnmapViewOfSectionFunction orig_fn = reinterpret_cast< local
39 return TargetNtUnmapViewOfSection(orig_fn, process, base);
47 NtSetInformationThreadFunction orig_fn = reinterpret_cast< local
49 return TargetNtSetInformationThread(orig_fn, thread, thread_info_class,
57 NtOpenThreadTokenFunction orig_fn = reinterpret_cast< local
59 return TargetNtOpenThreadToken(orig_fn, thread, desired_access, open_as_self,
66 NtOpenThreadTokenExFunction orig_fn = reinterpret_cast< local
68 return TargetNtOpenThreadTokenEx(orig_fn, thread, desired_access
79 NtCreateFileFunction orig_fn = reinterpret_cast< local
91 NtOpenFileFunction orig_fn = reinterpret_cast< local
100 NtQueryAttributesFileFunction orig_fn = reinterpret_cast< local
109 NtQueryFullAttributesFileFunction orig_fn = reinterpret_cast< local
119 NtSetInformationFileFunction orig_fn = reinterpret_cast< local
131 CreateNamedPipeWFunction orig_fn = reinterpret_cast< local
143 NtOpenThreadFunction orig_fn = reinterpret_cast< local
152 NtOpenProcessFunction orig_fn = reinterpret_cast< local
160 NtOpenProcessTokenFunction orig_fn = reinterpret_cast< local
168 NtOpenProcessTokenExFunction orig_fn = reinterpret_cast< local
180 CreateProcessWFunction orig_fn = reinterpret_cast< local
195 CreateProcessAFunction orig_fn = reinterpret_cast< local
210 NtCreateKeyFunction orig_fn = reinterpret_cast< local
220 NtOpenKeyFunction orig_fn = reinterpret_cast< local
228 NtOpenKeyExFunction orig_fn = reinterpret_cast< local
240 NtCreateEventFunction orig_fn = reinterpret_cast< local
249 NtOpenEventFunction orig_fn = reinterpret_cast< local
260 GdiDllInitializeFunction orig_fn = reinterpret_cast< local
266 GetStockObjectFunction orig_fn = reinterpret_cast< local
273 RegisterClassWFunction orig_fn = reinterpret_cast< local
    [all...]
  /external/chromium_org/ui/gl/
gl_bindings.h 283 ProcsGL orig_fn; member in struct:gfx::DriverGL

Completed in 1312 milliseconds