HomeSort by relevance Sort by last modified time
    Searched refs:thunk (Results 101 - 125 of 408) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ppapi/thunk/
ppb_zoom_dev_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_instance_api.h"
12 #include "ppapi/thunk/resource_creation_api.h"
13 #include "ppapi/thunk/thunk.h"
16 namespace thunk { namespace in namespace:ppapi
51 } // namespace thunk
ppb_browser_font_trusted_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
36 } // namespace thunk
ppb_console_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_instance_api.h"
12 #include "ppapi/thunk/resource_creation_api.h"
13 #include "ppapi/thunk/thunk.h"
16 namespace thunk { namespace in namespace:ppapi
50 } // namespace thunk
ppb_device_ref_dev_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_device_ref_api.h"
12 #include "ppapi/thunk/ppb_instance_api.h"
13 #include "ppapi/thunk/resource_creation_api.h"
14 #include "ppapi/thunk/thunk.h"
17 namespace thunk { namespace in namespace:ppapi
55 } // namespace thunk
ppb_find_dev_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_instance_api.h"
12 #include "ppapi/thunk/resource_creation_api.h"
13 #include "ppapi/thunk/thunk.h"
16 namespace thunk { namespace in namespace:ppapi
49 } // namespace thunk
ppb_flash_clipboard_api.h 12 namespace thunk { namespace in namespace:ppapi
37 } // namespace thunk
ppb_flash_device_id_thunk.cc 11 #include "ppapi/thunk/enter.h"
12 #include "ppapi/thunk/ppb_flash_drm_api.h"
13 #include "ppapi/thunk/ppb_instance_api.h"
14 #include "ppapi/thunk/resource_creation_api.h"
15 #include "ppapi/thunk/thunk.h"
18 namespace thunk { namespace in namespace:ppapi
51 } // namespace thunk
ppb_graphics_2d_api.h 15 #include "ppapi/thunk/ppapi_thunk_export.h"
21 namespace thunk { namespace in namespace:ppapi
44 } // namespace thunk
ppb_instance_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_instance_api.h"
12 #include "ppapi/thunk/resource_creation_api.h"
13 #include "ppapi/thunk/thunk.h"
16 namespace thunk { namespace in namespace:ppapi
47 } // namespace thunk
ppb_mouse_lock_thunk.cc 11 #include "ppapi/thunk/enter.h"
12 #include "ppapi/thunk/ppb_instance_api.h"
13 #include "ppapi/thunk/resource_creation_api.h"
14 #include "ppapi/thunk/thunk.h"
17 namespace thunk { namespace in namespace:ppapi
49 } // namespace thunk
ppb_network_list_api.h 11 #include "ppapi/thunk/ppapi_thunk_export.h"
18 namespace thunk { namespace in namespace:ppapi
40 } // namespace thunk
ppb_pdf_api.h 12 namespace thunk { namespace in namespace:ppapi
38 } // namespace thunk
ppb_printing_dev_thunk.cc 11 #include "ppapi/thunk/enter.h"
12 #include "ppapi/thunk/ppb_instance_api.h"
13 #include "ppapi/thunk/ppb_printing_api.h"
14 #include "ppapi/thunk/resource_creation_api.h"
15 #include "ppapi/thunk/thunk.h"
18 namespace thunk { namespace in namespace:ppapi
53 } // namespace thunk
ppb_tcp_socket_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
38 } // namespace thunk
ppb_udp_socket_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
39 } // namespace thunk
ppb_udp_socket_private_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
38 } // namespace thunk
ppb_url_response_info_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_instance_api.h"
12 #include "ppapi/thunk/ppb_url_response_info_api.h"
13 #include "ppapi/thunk/resource_creation_api.h"
14 #include "ppapi/thunk/thunk.h"
17 namespace thunk { namespace in namespace:ppapi
56 } // namespace thunk
  /external/chromium_org/ppapi/shared_impl/
ppapi_globals.h 32 namespace thunk { namespace in namespace:ppapi
96 virtual thunk::PPB_Instance_API* GetInstanceAPI(PP_Instance instance) = 0;
97 virtual thunk::ResourceCreationAPI* GetResourceCreationAPI(
ppb_video_decoder_shared.cc 12 #include "ppapi/thunk/enter.h"
34 thunk::PPB_VideoDecoder_API* PPB_VideoDecoder_Shared::AsPPB_VideoDecoder_API() {
101 thunk::EnterResource<thunk::PPB_Graphics3D_API, false> enter_g3d(
  /external/chromium_org/sandbox/win/src/
resolver_32.cc 65 InternalThunk* thunk = new(storage, NT_PLACE) InternalThunk;
70 thunk->interceptor_function = reinterpret_cast<ULONG>(interceptor);
71 thunk->extra_argument = reinterpret_cast<ULONG>(original_function);
  /external/chromium_org/ppapi/proxy/
enter_proxy.h 14 #include "ppapi/thunk/enter.h"
28 : public thunk::EnterResourceNoLock<ResourceT> {
31 : thunk::EnterResourceNoLock<ResourceT>(
45 : public thunk::EnterResourceNoLock<ResourceT> {
48 : thunk::EnterResourceNoLock<ResourceT>(host_resource.host_resource(),
59 : thunk::EnterResourceNoLock<ResourceT>(host_resource.host_resource(),
flash_fullscreen_resource.cc 22 thunk::PPB_Flash_Fullscreen_API*
pdf_resource_unittest.cc 19 #include "ppapi/thunk/thunk.h"
31 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk();
88 const PPB_Memory_Dev* memory_iface = thunk::GetPPB_Memory_Dev_0_1_Thunk();
93 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk();
104 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk();
115 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk();
127 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk();
138 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk();
149 const PPB_PDF* pdf_iface = thunk::GetPPB_PDF_Thunk()
    [all...]
ppb_buffer_proxy.cc 18 #include "ppapi/thunk/enter.h"
19 #include "ppapi/thunk/resource_creation_api.h"
20 #include "ppapi/thunk/thunk.h"
38 thunk::PPB_Buffer_API* Buffer::AsPPB_Buffer_API() {
123 thunk::EnterResourceCreation enter(instance);
131 thunk::EnterResourceNoLock<thunk::PPB_Buffer_API> trusted_buffer(
  /external/chromium_org/sandbox/win/wow_helper/
wow_helper.cc 58 // ntdll.dll. 'thunk' is the buffer on the address space of process 'child',
60 int PatchNtdll(HANDLE child, void* thunk, size_t thunk_bytes) {
68 char* code = reinterpret_cast<char*>(thunk) + used;
70 code, thunk, thunk_bytes, NULL);
119 void* thunk = reinterpret_cast<void*>(static_cast<ULONG_PTR>(buffer)); local
122 return sandbox::PatchNtdll(child, thunk, kPageSize);

Completed in 77 milliseconds

1 2 3 45 6 7 8 91011>>