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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/ppapi/thunk/
ppb_video_capture_api.h 20 namespace thunk { namespace in namespace:ppapi
47 } // namespace thunk
ppb_websocket_api.h 11 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
81 } // namespace thunk
interfaces_legacy.h 9 ::ppapi::thunk::GetPPB_InputEvent_1_0_Thunk())
11 ::ppapi::thunk::GetPPB_Instance_Private_0_1_Thunk())
  /external/chromium_org/content/child/
browser_font_resource_trusted.h 18 #include "ppapi/thunk/ppb_browser_font_trusted_api.h"
30 public ppapi::thunk::PPB_BrowserFont_Trusted_API {
42 virtual ::ppapi::thunk::PPB_BrowserFont_Trusted_API*
  /external/chromium_org/content/renderer/pepper/
ppb_proxy_impl.cc 8 #include "ppapi/thunk/enter.h"
9 #include "ppapi/thunk/ppb_image_data_api.h"
14 using ppapi::thunk::EnterResource;
15 using ppapi::thunk::PPB_URLLoader_API;
ppb_audio_impl.cc 17 #include "ppapi/thunk/enter.h"
18 #include "ppapi/thunk/ppb_audio_config_api.h"
19 #include "ppapi/thunk/thunk.h"
22 using ppapi::thunk::EnterResourceNoLock;
23 using ppapi::thunk::PPB_Audio_API;
24 using ppapi::thunk::PPB_AudioConfig_API;
  /external/chromium_org/ppapi/proxy/
ext_crx_file_system_private_resource.cc 13 #include "ppapi/thunk/enter.h"
27 thunk::PPB_Ext_CrxFileSystem_Private_API*
64 thunk::EnterResourceCreationNoLock enter(pp_instance());
extensions_common_resource.h 12 #include "ppapi/thunk/extensions_common_api.h"
24 public thunk::ExtensionsCommon_API {
30 virtual thunk::ExtensionsCommon_API* AsExtensionsCommon_API() OVERRIDE;
file_chooser_resource.h 16 #include "ppapi/thunk/ppb_file_chooser_api.h"
26 public NON_EXPORTED_BASE(thunk::PPB_FileChooser_API) {
35 virtual thunk::PPB_FileChooser_API* AsPPB_FileChooser_API() OVERRIDE;
flash_file_resource.h 13 #include "ppapi/thunk/ppb_flash_file_api.h"
20 public thunk::PPB_Flash_File_API {
26 virtual thunk::PPB_Flash_File_API* AsPPB_Flash_File_API() OVERRIDE;
flash_resource.h 13 #include "ppapi/thunk/ppb_flash_functions_api.h"
22 public thunk::PPB_Flash_Functions_API {
30 virtual thunk::PPB_Flash_Functions_API* AsPPB_Flash_Functions_API() OVERRIDE;
ppb_buffer_proxy.h 12 #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;
truetype_font_resource.h 14 #include "ppapi/thunk/ppb_truetype_font_api.h"
26 public thunk::PPB_TrueTypeFont_API {
34 virtual thunk::PPB_TrueTypeFont_API* AsPPB_TrueTypeFont_API() OVERRIDE;
ppb_tcp_socket_proxy.cc 16 #include "ppapi/thunk/enter.h"
17 #include "ppapi/thunk/ppb_net_address_api.h"
18 #include "ppapi/thunk/ppb_tcp_socket_api.h"
19 #include "ppapi/thunk/thunk.h"
26 typedef thunk::EnterResourceNoLock<thunk::PPB_NetAddress_API>
32 class TCPSocket : public thunk::PPB_TCPSocket_API,
40 virtual thunk::PPB_TCPSocket_API* AsPPB_TCPSocket_API() OVERRIDE;
42 // thunk::PPB_TCPSocket_API implementation
    [all...]
graphics_2d_resource.cc 18 #include "ppapi/thunk/enter.h"
19 #include "ppapi/thunk/ppb_image_data_api.h"
52 thunk::PPB_Graphics2D_API* Graphics2DResource::AsPPB_Graphics2D_API() {
83 thunk::EnterResourceNoLock<thunk::PPB_ImageData_API> enter_image(
plugin_dispatcher.h 36 namespace thunk { namespace in namespace:ppapi
157 thunk::PPB_Instance_API* GetInstanceAPI();
158 thunk::ResourceCreationAPI* GetResourceCreationAPI();
host_resolver_private_resource.cc 21 thunk::PPB_HostResolver_Private_API*
printing_resource.cc 23 thunk::PPB_Printing_API* PrintingResource::AsPPB_Printing_API() {
  /external/chromium_org/ppapi/shared_impl/
ppb_instance_shared.cc 16 #include "ppapi/thunk/enter.h"
17 #include "ppapi/thunk/ppb_image_data_api.h"
79 thunk::EnterResourceNoLock<thunk::PPB_ImageData_API> enter(image, true);
ppb_network_list_private_shared.h 14 #include "ppapi/thunk/ppb_network_list_api.h"
52 public ::ppapi::thunk::PPB_NetworkList_API {
61 virtual ::ppapi::thunk::PPB_NetworkList_API*
ppb_video_decoder_shared.h 16 #include "ppapi/thunk/ppb_video_decoder_api.h"
30 NON_EXPORTED_BASE(public thunk::PPB_VideoDecoder_API) {
37 virtual thunk::PPB_VideoDecoder_API* AsPPB_VideoDecoder_API() OVERRIDE;
test_globals.cc 37 thunk::PPB_Instance_API* TestGlobals::GetInstanceAPI(
42 thunk::ResourceCreationAPI* TestGlobals::GetResourceCreationAPI(
tracked_callback.h 28 namespace thunk { namespace in namespace:ppapi
145 friend class ppapi::thunk::subtle::EnterBase;
ppb_audio_config_shared.cc 6 #include "ppapi/thunk/enter.h"
7 #include "ppapi/thunk/ppb_instance_api.h"
61 thunk::EnterInstanceNoLock enter(instance);
129 thunk::EnterInstanceNoLock enter(instance);
137 thunk::PPB_AudioConfig_API* PPB_AudioConfig_Shared::AsPPB_AudioConfig_API() {
ppb_audio_shared.h 15 #include "ppapi/thunk/ppb_audio_api.h"
27 : public thunk::PPB_Audio_API,

Completed in 981 milliseconds

1 2 3 4 56 7 8 91011>>