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

  /external/chromium_org/sandbox/win/src/
interceptors_64.cc 27 NtMapViewOfSectionFunction orig_fn = reinterpret_cast< local
30 return TargetNtMapViewOfSection(orig_fn, section, process, base, zero_bits,
36 NtUnmapViewOfSectionFunction orig_fn = reinterpret_cast< local
38 return TargetNtUnmapViewOfSection(orig_fn, process, base);
46 NtSetInformationThreadFunction orig_fn = reinterpret_cast< local
48 return TargetNtSetInformationThread(orig_fn, thread, thread_info_class,
56 NtOpenThreadTokenFunction orig_fn = reinterpret_cast< local
58 return TargetNtOpenThreadToken(orig_fn, thread, desired_access, open_as_self,
65 NtOpenThreadTokenExFunction orig_fn = reinterpret_cast< local
67 return TargetNtOpenThreadTokenEx(orig_fn, thread, desired_access
75 CreateThreadFunction orig_fn = reinterpret_cast< local
83 GetUserDefaultLCIDFunction orig_fn = reinterpret_cast< local
95 NtCreateFileFunction orig_fn = reinterpret_cast< local
107 NtOpenFileFunction orig_fn = reinterpret_cast< local
116 NtQueryAttributesFileFunction orig_fn = reinterpret_cast< local
125 NtQueryFullAttributesFileFunction orig_fn = reinterpret_cast< local
135 NtSetInformationFileFunction orig_fn = reinterpret_cast< local
147 CreateNamedPipeWFunction orig_fn = reinterpret_cast< local
159 NtOpenThreadFunction orig_fn = reinterpret_cast< local
168 NtOpenProcessFunction orig_fn = reinterpret_cast< local
176 NtOpenProcessTokenFunction orig_fn = reinterpret_cast< local
184 NtOpenProcessTokenExFunction orig_fn = reinterpret_cast< local
196 CreateProcessWFunction orig_fn = reinterpret_cast< local
211 CreateProcessAFunction orig_fn = reinterpret_cast< local
226 NtCreateKeyFunction orig_fn = reinterpret_cast< local
236 NtOpenKeyFunction orig_fn = reinterpret_cast< local
244 NtOpenKeyExFunction orig_fn = reinterpret_cast< local
256 NtCreateEventFunction orig_fn = reinterpret_cast< local
265 NtOpenEventFunction orig_fn = reinterpret_cast< local
    [all...]
  /external/chromium_org/ui/gl/
gl_gl_api_implementation.cc 107 return g_driver_gl.orig_fn.glTexImage2DFn(
116 return g_driver_gl.orig_fn.glTexSubImage2DFn(
124 return g_driver_gl.orig_fn.glTexStorage2DEXTFn(
131 return g_driver_gl.orig_fn.glRenderbufferStorageEXTFn(
143 return g_driver_gl.orig_fn.glRenderbufferStorageMultisampleEXTFn(
155 orig_fn = fn;
gl_bindings.h 235 ProcsGL orig_fn; member in struct:gfx::DriverGL

Completed in 535 milliseconds