Searched refs:thunk (Results 126 - 150 of 398) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/proxy/
H A Dmedia_stream_audio_track_resource.h14 #include "ppapi/thunk/ppb_media_stream_audio_track_api.h"
23 public thunk::PPB_MediaStreamAudioTrack_API {
33 virtual thunk::PPB_MediaStreamAudioTrack_API*
H A Dmedia_stream_video_track_resource.h13 #include "ppapi/thunk/ppb_media_stream_video_track_api.h"
22 public thunk::PPB_MediaStreamVideoTrack_API {
34 virtual thunk::PPB_MediaStreamVideoTrack_API*
H A Dpdf_resource.h16 #include "ppapi/thunk/ppb_pdf_api.h"
25 public thunk::PPB_PDF_API {
36 virtual thunk::PPB_PDF_API* AsPPB_PDF_API() OVERRIDE;
H A Dppb_buffer_proxy.h12 #include "ppapi/thunk/ppb_buffer_api.h"
22 class Buffer : public thunk::PPB_Buffer_API, public Resource {
30 virtual thunk::PPB_Buffer_API* AsPPB_Buffer_API() OVERRIDE;
H A Dtalk_resource.h11 #include "ppapi/thunk/ppb_talk_private_api.h"
18 public NON_EXPORTED_BASE(thunk::PPB_Talk_Private_API) {
24 thunk::PPB_Talk_Private_API* AsPPB_Talk_Private_API();
H A Dtcp_server_socket_private_resource.h14 #include "ppapi/thunk/ppb_tcp_server_socket_private_api.h"
21 public thunk::PPB_TCPServerSocket_Private_API {
27 virtual thunk::PPB_TCPServerSocket_Private_API*
H A Dtruetype_font_resource.h14 #include "ppapi/thunk/ppb_truetype_font_api.h"
26 public thunk::PPB_TrueTypeFont_API {
34 virtual thunk::PPB_TrueTypeFont_API* AsPPB_TrueTypeFont_API() OVERRIDE;
H A Dtruetype_font_singleton_resource.h13 #include "ppapi/thunk/ppb_truetype_font_singleton_api.h"
27 public thunk::PPB_TrueTypeFont_Singleton_API {
33 virtual thunk::PPB_TrueTypeFont_Singleton_API*
36 // thunk::PPB_TrueTypeFont_Singleton_API implementation.
H A Dudp_socket_private_resource.h12 #include "ppapi/thunk/ppb_udp_socket_private_api.h"
19 public thunk::PPB_UDPSocket_Private_API {
25 virtual thunk::PPB_UDPSocket_Private_API*
H A Duma_private_resource.h11 #include "ppapi/thunk/ppb_uma_singleton_api.h"
19 public thunk::PPB_UMA_Singleton_API {
25 virtual thunk::PPB_UMA_Singleton_API* AsPPB_UMA_Singleton_API() OVERRIDE;
H A Durl_request_info_resource.h13 #include "ppapi/thunk/ppb_url_request_info_api.h"
20 public thunk::PPB_URLRequestInfo_API {
27 virtual thunk::PPB_URLRequestInfo_API* AsPPB_URLRequestInfo_API() OVERRIDE;
H A Denter_proxy.h14 #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(),
H A Dgraphics_2d_resource.cc19 #include "ppapi/thunk/enter.h"
20 #include "ppapi/thunk/ppb_image_data_api.h"
53 thunk::PPB_Graphics2D_API* Graphics2DResource::AsPPB_Graphics2D_API() {
84 thunk::EnterResourceNoLock<thunk::PPB_ImageData_API> enter_image(
H A Dplugin_dispatcher.h38 namespace thunk { namespace in namespace:ppapi
161 thunk::PPB_Instance_API* GetInstanceAPI();
162 thunk::ResourceCreationAPI* GetResourceCreationAPI();
H A Dhost_resolver_private_resource.cc21 thunk::PPB_HostResolver_Private_API*
H A Dprinting_resource.cc23 thunk::PPB_Printing_API* PrintingResource::AsPPB_Printing_API() {
/external/chromium_org/ppapi/shared_impl/
H A Dppb_instance_shared.cc16 #include "ppapi/thunk/enter.h"
17 #include "ppapi/thunk/ppb_image_data_api.h"
77 thunk::EnterResourceNoLock<thunk::PPB_ImageData_API> enter(image, true);
H A Dppb_video_decoder_shared.h16 #include "ppapi/thunk/ppb_video_decoder_dev_api.h"
30 NON_EXPORTED_BASE(public thunk::PPB_VideoDecoder_Dev_API) {
37 virtual thunk::PPB_VideoDecoder_Dev_API* AsPPB_VideoDecoder_Dev_API()
H A Dppb_view_shared.h12 #include "ppapi/thunk/ppb_view_api.h"
34 public thunk::PPB_View_API {
42 virtual thunk::PPB_View_API* AsPPB_View_API() OVERRIDE;
H A Dtest_globals.cc32 thunk::PPB_Instance_API* TestGlobals::GetInstanceAPI(PP_Instance instance) {
36 thunk::ResourceCreationAPI* TestGlobals::GetResourceCreationAPI(
H A Dtracked_callback.h28 namespace thunk { namespace in namespace:ppapi
145 friend class ppapi::thunk::subtle::EnterBase;
H A Dppb_audio_config_shared.cc7 #include "ppapi/thunk/enter.h"
8 #include "ppapi/thunk/ppb_instance_api.h"
59 thunk::EnterInstanceNoLock enter(instance);
137 thunk::EnterInstanceNoLock enter(instance);
145 thunk::PPB_AudioConfig_API* PPB_AudioConfig_Shared::AsPPB_AudioConfig_API() {
/external/chromium_org/ppapi/thunk/
H A Dinterfaces_legacy.h9 ::ppapi::thunk::GetPPB_InputEvent_1_0_Thunk())
11 ::ppapi::thunk::GetPPB_Instance_Private_0_1_Thunk())
/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_64.cc63 // We don't have an internal thunk for x64.
101 ServiceFullThunk* thunk = reinterpret_cast<ServiceFullThunk*>( local
104 if (!IsFunctionAService(&thunk->original))
107 ret = PerformPatch(thunk, thunk_storage);
132 ServiceFullThunk* thunk = reinterpret_cast<ServiceFullThunk*>(thunk_storage);
134 if (!IsFunctionAService(&thunk->original))
183 // Copy the local thunk buffer to the child.
H A Dservice_resolver_unittest.cc107 scoped_ptr<char[]> thunk(new char[thunk_size]);
113 function_entry, thunk.get(), thunk_size,
124 thunk.get(), thunk_size, &used);
125 CheckJump(service, thunk.get());
243 scoped_ptr<char[]> thunk(new char[thunk_size]);
250 function_entry, thunk.get(), thunk_size,
257 function_entry, thunk.get(), thunk_size,

Completed in 137 milliseconds

1234567891011>>