Searched refs:thunk (Results 251 - 275 of 398) sorted by relevance

<<111213141516

/external/chromium_org/ppapi/thunk/
H A Dppb_output_protection_private_thunk.cc12 #include "ppapi/thunk/enter.h"
13 #include "ppapi/thunk/ppapi_thunk_export.h"
14 #include "ppapi/thunk/ppb_output_protection_api.h"
17 namespace thunk { namespace in namespace:ppapi
75 } // namespace thunk
H A Dppb_talk_private_thunk.cc8 #include "ppapi/thunk/enter.h"
9 #include "ppapi/thunk/ppb_talk_private_api.h"
10 #include "ppapi/thunk/thunk.h"
13 namespace thunk { namespace in namespace:ppapi
86 } // namespace thunk
H A Dppb_tcp_server_socket_private_thunk.cc8 #include "ppapi/thunk/enter.h"
9 #include "ppapi/thunk/ppb_tcp_server_socket_private_api.h"
10 #include "ppapi/thunk/resource_creation_api.h"
11 #include "ppapi/thunk/thunk.h"
14 namespace thunk { namespace in namespace:ppapi
95 } // namespace thunk
H A Dppb_tcp_socket_api.h10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
44 } // namespace thunk
H A Dppb_tcp_socket_private_api.h10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
48 } // namespace thunk
H A Dppb_uma_private_thunk.cc11 #include "ppapi/thunk/enter.h"
12 #include "ppapi/thunk/ppapi_thunk_export.h"
13 #include "ppapi/thunk/ppb_uma_singleton_api.h"
16 namespace thunk { namespace in namespace:ppapi
94 } // namespace thunk
H A Dppb_url_request_info_thunk.cc10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppapi_thunk_export.h"
12 #include "ppapi/thunk/ppb_url_request_info_api.h"
15 namespace thunk { namespace in namespace:ppapi
81 } // namespace thunk
H A Dppb_var_array_thunk.cc8 #include "ppapi/thunk/thunk.h"
11 namespace thunk { namespace in namespace:ppapi
73 } // namespace thunk
H A Dppb_var_dictionary_thunk.cc10 #include "ppapi/thunk/thunk.h"
13 namespace thunk { namespace in namespace:ppapi
85 } // namespace thunk
H A Dppb_video_destination_private_thunk.cc10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_instance_api.h"
12 #include "ppapi/thunk/ppb_video_destination_private_api.h"
13 #include "ppapi/thunk/resource_creation_api.h"
14 #include "ppapi/thunk/thunk.h"
17 namespace thunk { namespace in namespace:ppapi
73 } // namespace thunk
H A Dppb_video_frame_thunk.cc10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppapi_thunk_export.h"
12 #include "ppapi/thunk/ppb_video_frame_api.h"
15 namespace thunk { namespace in namespace:ppapi
89 } // namespace thunk
H A Dppb_video_source_private_thunk.cc10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_video_source_private_api.h"
12 #include "ppapi/thunk/resource_creation_api.h"
13 #include "ppapi/thunk/thunk.h"
16 namespace thunk { namespace in namespace:ppapi
70 } // namespace thunk
H A Dppb_widget_dev_thunk.cc10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppapi_thunk_export.h"
12 #include "ppapi/thunk/ppb_widget_api.h"
15 namespace thunk { namespace in namespace:ppapi
94 } // namespace thunk
/external/chromium_org/ppapi/proxy/
H A Dfile_system_resource_unittest.cc19 #include "ppapi/thunk/enter.h"
20 #include "ppapi/thunk/ppb_file_system_api.h"
21 #include "ppapi/thunk/thunk.h"
24 using ppapi::thunk::EnterResource;
25 using ppapi::thunk::PPB_FileSystem_API;
82 : file_system_iface(thunk::GetPPB_FileSystem_1_0_Thunk()),
83 file_ref_iface(thunk::GetPPB_FileRef_1_1_Thunk()),
84 file_io_iface(thunk::GetPPB_FileIO_1_1_Thunk()) {
H A Dppb_video_decoder_proxy.cc14 #include "ppapi/thunk/enter.h"
15 #include "ppapi/thunk/resource_creation_api.h"
16 #include "ppapi/thunk/thunk.h"
18 using ppapi::thunk::EnterResourceNoLock;
19 using ppapi::thunk::PPB_Buffer_API;
20 using ppapi::thunk::PPB_Graphics3D_API;
21 using ppapi::thunk::PPB_VideoDecoder_Dev_API;
222 thunk::EnterResourceCreation resource_creation(instance);
H A Dfile_chooser_resource_unittest.cc17 #include "ppapi/thunk/thunk.h"
71 thunk::GetPPB_FileChooser_Dev_0_6_Thunk();
112 const PPB_FileRef_1_0* file_ref_iface = thunk::GetPPB_FileRef_1_0_Thunk();
H A Dplugin_globals.cc18 #include "ppapi/thunk/enter.h"
117 thunk::PPB_Instance_API* PluginGlobals::GetInstanceAPI(PP_Instance instance) {
124 thunk::ResourceCreationAPI* PluginGlobals::GetResourceCreationAPI(
H A Dplugin_globals.h60 virtual thunk::PPB_Instance_API* GetInstanceAPI(
62 virtual thunk::ResourceCreationAPI* GetResourceCreationAPI(
H A Dppb_image_data_proxy.h25 #include "ppapi/thunk/ppb_image_data_api.h"
39 public NON_EXPORTED_BASE(ppapi::thunk::PPB_ImageData_API),
45 virtual ppapi::thunk::PPB_ImageData_API* AsPPB_ImageData_API() OVERRIDE;
H A Dvideo_decoder_resource.h19 #include "ppapi/thunk/ppb_video_decoder_api.h"
37 public thunk::PPB_VideoDecoder_API {
43 virtual thunk::PPB_VideoDecoder_API* AsPPB_VideoDecoder_API() OVERRIDE;
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dgenerators-iteration.js65 function testNext(thunk) {
66 var iter = thunk();
75 function testSend(thunk) {
76 var iter = thunk();
84 function testThrow(thunk) {
86 var iter = thunk();
/external/chromium_org/base/win/
H A Diat_patch_function.cc36 IMAGE_THUNK_DATA thunk; member in union:base::win::__anon2573::FunctionThunk
40 iat_function.thunk = *iat_thunk;
/external/chromium_org/content/renderer/pepper/
H A Dppb_image_data_impl.h14 #include "ppapi/thunk/ppb_image_data_api.h"
30 public NON_EXPORTED_BASE(ppapi::thunk::PPB_ImageData_API) {
87 virtual ppapi::thunk::PPB_ImageData_API* AsPPB_ImageData_API() OVERRIDE;
H A Dppb_buffer_impl.cc18 using ppapi::thunk::PPB_Buffer_API;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dmojo_ppapi_globals.cc47 // ppapi::thunk::PPB_MessageLoop_API implementation.
137 ppapi::thunk::PPB_Instance_API* MojoPpapiGlobals::GetInstanceAPI(
144 ppapi::thunk::ResourceCreationAPI* MojoPpapiGlobals::GetResourceCreationAPI(

Completed in 250 milliseconds

<<111213141516