HomeSort by relevance Sort by last modified time
    Searched refs:thunk (Results 51 - 75 of 466) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/thunk/
ppb_image_data_api.h 14 namespace thunk { namespace in namespace:ppapi
54 } // namespace thunk
ppb_isolated_file_system_private_api.h 12 #include "ppapi/thunk/ppapi_thunk_export.h"
18 namespace thunk { namespace in namespace:ppapi
33 } // namespace thunk
ppb_message_loop_api.h 12 #include "ppapi/thunk/ppapi_thunk_export.h"
18 namespace thunk { namespace in namespace:ppapi
35 } // namespace thunk
ppb_net_address_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
14 namespace thunk { namespace in namespace:ppapi
28 } // namespace thunk
ppb_network_proxy_api.h 12 #include "ppapi/thunk/ppapi_thunk_export.h"
20 namespace thunk { namespace in namespace:ppapi
35 } // namespace thunk
ppb_output_protection_api.h 14 namespace thunk { namespace in namespace:ppapi
29 } // namespace thunk
ppb_platform_verification_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
15 namespace thunk { namespace in namespace:ppapi
30 } // namespace thunk
ppb_scrollbar_api.h 11 namespace thunk { namespace in namespace:ppapi
26 } // namespace thunk
ppb_talk_private_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
33 } // namespace thunk
ppb_tcp_server_socket_private_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
31 } // namespace thunk
ppb_truetype_font_singleton_api.h 16 namespace thunk { namespace in namespace:ppapi
37 } // namespace thunk
ppb_url_request_info_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
15 namespace thunk { namespace in namespace:ppapi
33 } // namespace thunk
ppb_video_destination_private_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
29 } // namespace thunk
ppb_video_frame_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
15 namespace thunk { namespace in namespace:ppapi
33 } // namespace thunk
ppb_video_source_private_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
30 } // namespace thunk
ppb_view_api.h 8 #include "ppapi/thunk/ppapi_thunk_export.h"
14 namespace thunk { namespace in namespace:ppapi
33 } // namespace thunk
ppb_widget_api.h 11 namespace thunk { namespace in namespace:ppapi
24 } // namespace thunk
  /external/chromium_org/sandbox/win/src/
sidestep_resolver.cc 17 int internal_thunk; // Dummy member to the beginning of the internal thunk.
23 SidestepThunk sidestep; // Standard sidestep thunk.
44 SidestepThunk* thunk = reinterpret_cast<SidestepThunk*>(thunk_storage);
47 if (!SetInternalThunk(&thunk->internal_thunk, internal_bytes, thunk_storage,
57 target_, reinterpret_cast<void*>(&thunk->internal_thunk), thunk_storage,
77 // the thunk to use a chained interceptor. It uses the fact that
80 // to its saved code, and then we change it to our thunk data.
92 SmartThunk* thunk = reinterpret_cast<SmartThunk*>(thunk_storage);
93 thunk->module_base = target_module;
97 thunk->interceptor = interceptor_entry_point
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_broker_impl.h 17 #include "ppapi/thunk/ppb_broker_api.h"
29 public ppapi::thunk::PPB_Broker_API,
36 virtual ppapi::thunk::PPB_Broker_API* AsPPB_Broker_API() OVERRIDE;
ppb_widget_impl.h 12 #include "ppapi/thunk/ppb_widget_api.h"
26 public ppapi::thunk::PPB_Widget_API {
31 virtual ppapi::thunk::PPB_Widget_API* AsPPB_Widget_API() OVERRIDE;
  /external/chromium_org/ppapi/proxy/
audio_buffer_resource.h 12 #include "ppapi/thunk/ppb_audio_buffer_api.h"
22 public thunk::PPB_AudioBuffer_API {
31 virtual thunk::PPB_AudioBuffer_API* AsPPB_AudioBuffer_API() OVERRIDE;
compositor_resource.h 14 #include "ppapi/thunk/ppb_compositor_api.h"
21 public thunk::PPB_Compositor_API {
34 virtual thunk::PPB_Compositor_API* AsPPB_Compositor_API() OVERRIDE;
40 // thunk::PPB_Compositor_API overrides:
flash_clipboard_resource.h 11 #include "ppapi/thunk/ppb_flash_clipboard_api.h"
18 public NON_EXPORTED_BASE(thunk::PPB_Flash_Clipboard_API) {
24 virtual thunk::PPB_Flash_Clipboard_API* AsPPB_Flash_Clipboard_API() OVERRIDE;
flash_font_file_resource.h 17 #include "ppapi/thunk/ppb_flash_font_file_api.h"
26 public thunk::PPB_Flash_FontFile_API {
35 virtual thunk::PPB_Flash_FontFile_API* AsPPB_Flash_FontFile_API() OVERRIDE;
flash_resource_unittest.cc 11 #include "ppapi/thunk/thunk.h"
47 ::ppapi::thunk::GetPPB_VideoCapture_Dev_0_3_Thunk()->Create(
55 const PPB_Flash_12_6* flash_iface = ::ppapi::thunk::GetPPB_Flash_12_6_Thunk();

Completed in 457 milliseconds

1 23 4 5 6 7 8 91011>>