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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/thunk/
ppb_flash_drm_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
72 } // namespace thunk
ppb_flash_functions_api.h 12 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
54 } // namespace thunk
ppb_graphics_3d_api.h 12 #include "ppapi/thunk/ppapi_thunk_export.h"
18 namespace thunk { namespace in namespace:ppapi
60 } // namespace thunk
ppb_host_resolver_private_thunk.cc 8 #include "ppapi/thunk/enter.h"
9 #include "ppapi/thunk/ppb_host_resolver_private_api.h"
10 #include "ppapi/thunk/resource_creation_api.h"
11 #include "ppapi/thunk/thunk.h"
14 namespace thunk { namespace in namespace:ppapi
82 } // namespace thunk
ppb_host_resolver_thunk.cc 11 #include "ppapi/thunk/enter.h"
12 #include "ppapi/thunk/ppb_host_resolver_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
90 } // namespace thunk
ppb_image_data_thunk.cc 13 #include "ppapi/thunk/enter.h"
14 #include "ppapi/thunk/ppb_image_data_api.h"
15 #include "ppapi/thunk/ppb_instance_api.h"
16 #include "ppapi/thunk/resource_creation_api.h"
17 #include "ppapi/thunk/thunk.h"
20 namespace thunk { namespace in namespace:ppapi
96 } // namespace thunk
ppb_talk_private_thunk.cc 8 #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
ppb_tcp_server_socket_private_thunk.cc 8 #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
ppb_url_request_info_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_instance_api.h"
12 #include "ppapi/thunk/ppb_url_request_info_api.h"
13 #include "ppapi/thunk/resource_creation_api.h"
14 #include "ppapi/thunk/thunk.h"
17 namespace thunk { namespace in namespace:ppapi
82 } // namespace thunk
ppb_url_util_thunk.cc 7 #include "ppapi/thunk/enter.h"
8 #include "ppapi/thunk/ppb_instance_api.h"
9 #include "ppapi/thunk/thunk.h"
12 namespace thunk { namespace in namespace:ppapi
73 } // namespace thunk
ppb_var_array_thunk.cc 8 #include "ppapi/thunk/thunk.h"
11 namespace thunk { namespace in namespace:ppapi
73 } // namespace thunk
ppb_var_dictionary_thunk.cc 10 #include "ppapi/thunk/thunk.h"
13 namespace thunk { namespace in namespace:ppapi
85 } // namespace thunk
ppb_video_destination_private_thunk.cc 10 #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
ppb_video_source_private_thunk.cc 10 #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
ppb_widget_dev_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_instance_api.h"
12 #include "ppapi/thunk/ppb_widget_api.h"
13 #include "ppapi/thunk/resource_creation_api.h"
14 #include "ppapi/thunk/thunk.h"
17 namespace thunk { namespace in namespace:ppapi
96 } // namespace thunk
  /external/chromium_org/sandbox/win/src/
service_resolver_unittest.cc 108 scoped_ptr<char[]> thunk(new char[thunk_size]);
112 function_entry, thunk.get(), thunk_size,
123 thunk.get(), thunk_size, &used);
124 CheckJump(service, thunk.get());
  /external/chromium_org/ppapi/proxy/
ppb_video_decoder_proxy.cc 14 #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_API;
219 thunk::EnterResourceCreation resource_creation(instance);
file_chooser_resource_unittest.cc 15 #include "ppapi/thunk/thunk.h"
69 thunk::GetPPB_FileChooser_Dev_0_6_Thunk();
110 const PPB_FileRef_1_0* file_ref_iface = thunk::GetPPB_FileRef_1_0_Thunk();
file_io_resource.h 15 #include "ppapi/thunk/ppb_file_io_api.h"
25 public thunk::PPB_FileIO_API {
31 virtual thunk::PPB_FileIO_API* AsPPB_FileIO_API() OVERRIDE;
plugin_globals.cc 15 #include "ppapi/thunk/enter.h"
102 thunk::PPB_Instance_API* PluginGlobals::GetInstanceAPI(PP_Instance instance) {
109 thunk::ResourceCreationAPI* PluginGlobals::GetResourceCreationAPI(
  /external/chromium_org/base/win/
iat_patch_function.cc 36 IMAGE_THUNK_DATA thunk; member in union:base::win::__anon6424::FunctionThunk
40 iat_function.thunk = *iat_thunk;
  /external/chromium_org/content/renderer/pepper/
ppb_image_data_impl.h 14 #include "ppapi/thunk/ppb_image_data_api.h"
30 public NON_EXPORTED_BASE(ppapi::thunk::PPB_ImageData_API) {
79 virtual ppapi::thunk::PPB_ImageData_API* AsPPB_ImageData_API() OVERRIDE;
url_request_info_util.cc 17 #include "ppapi/thunk/enter.h"
30 using ppapi::thunk::EnterResourceNoLock;
31 using ppapi::thunk::PPB_FileRef_API;
ppb_buffer_impl.cc 18 using ppapi::thunk::PPB_Buffer_API;
  /external/chromium_org/chrome/renderer/pepper/
pepper_pdf_host.cc 25 #include "ppapi/thunk/enter.h"
26 #include "ppapi/thunk/ppb_image_data_api.h"
375 ppapi::thunk::EnterResourceNoLock<ppapi::thunk::PPB_ImageData_API>
380 ppapi::thunk::PPB_ImageData_API* image_data =
381 static_cast<ppapi::thunk::PPB_ImageData_API*>(enter_resource.object());

Completed in 223 milliseconds

1 2 3 4 5 6 7 8 91011>>