/external/chromium_org/chrome/common/ |
pepper_flash.cc | 7 #include "ppapi/shared_impl/ppapi_permissions.h" 9 int32 kPepperFlashPermissions = ppapi::PERMISSION_DEV | 10 ppapi::PERMISSION_PRIVATE | 11 ppapi::PERMISSION_BYPASS_USER_GESTURE | 12 ppapi::PERMISSION_FLASH;
|
widevine_cdm_constants.cc | 8 #include "ppapi/shared_impl/ppapi_permissions.h" 15 const int32 kWidevineCdmPluginPermissions = ppapi::PERMISSION_DEV | 16 ppapi::PERMISSION_PRIVATE;
|
/external/chromium_org/ppapi/proxy/ |
mock_resource.h | 8 #include "ppapi/c/pp_instance.h" 9 #include "ppapi/shared_impl/resource.h" 11 namespace ppapi { namespace 14 class MockResource : public ppapi::Resource { 16 MockResource(const ppapi::HostResource& resource); 24 } // namespace ppapi
|
plugin_resource_var.h | 8 #include "ppapi/c/pp_resource.h" 9 #include "ppapi/proxy/ppapi_proxy_export.h" 10 #include "ppapi/shared_impl/resource.h" 11 #include "ppapi/shared_impl/resource_var.h" 12 #include "ppapi/shared_impl/var.h" 15 class PPAPI_PROXY_EXPORT PluginResourceVar : public ppapi::ResourceVar { 22 explicit PluginResourceVar(ppapi::Resource* resource); 28 scoped_refptr<ppapi::Resource> resource() const { return resource_; } 35 scoped_refptr<ppapi::Resource> resource_;
|
ppb_video_decoder_proxy.h | 8 #include "ppapi/c/pp_instance.h" 9 #include "ppapi/proxy/interface_proxy.h" 10 #include "ppapi/proxy/proxy_completion_callback_factory.h" 11 #include "ppapi/shared_impl/ppb_video_decoder_shared.h" 12 #include "ppapi/thunk/ppb_video_decoder_dev_api.h" 13 #include "ppapi/utility/completion_callback_factory.h" 15 namespace ppapi { namespace 38 const ppapi::HostResource& graphics_context, 40 ppapi::HostResource* result); 42 const ppapi::HostResource& decoder [all...] |
video_decoder_constants.h | 8 namespace ppapi { namespace 26 } // namespace ppapi
|
/external/chromium_org/ppapi/shared_impl/ |
ppapi_constants.h | 8 #include "ppapi/shared_impl/ppapi_shared_export.h" 10 namespace ppapi { namespace 17 } // namespace ppapi
|
media_stream_audio_track_shared.cc | 5 #include "ppapi/shared_impl/media_stream_audio_track_shared.h" 7 namespace ppapi { namespace 17 } // namespace ppapi
|
url_response_info_data.cc | 5 #include "ppapi/shared_impl/url_response_info_data.h" 7 namespace ppapi { namespace 13 } // namespace ppapi
|
/external/chromium_org/ppapi/shared_impl/private/ |
net_address_private_impl_constants.cc | 5 #include "ppapi/shared_impl/private/net_address_private_impl.h" 7 #include "ppapi/c/private/ppb_net_address_private.h" 9 namespace ppapi { namespace 16 } // namespace ppapi
|
/external/chromium_org/ppapi/nacl_irt/ |
plugin_main.cc | 5 #include "ppapi/nacl_irt/plugin_main.h" 16 #include "ppapi/nacl_irt/plugin_startup.h" 17 #include "ppapi/nacl_irt/ppapi_dispatcher.h" 18 #include "ppapi/proxy/plugin_globals.h" 19 #include "ppapi/shared_impl/ppb_audio_shared.h" 29 ppapi::PPB_Audio_Shared::SetThreadFunctions(thread_functions); 34 ppapi::proxy::PluginGlobals plugin_globals; 41 // on an RPC, the PPAPI proxy will hang. Do this before we initialize the 42 // module and start the PPAPI proxy so that the NaCl plugin can continue 50 ppapi::PpapiDispatcher ppapi_dispatcher [all...] |
irt_manifest.h | 8 #include "ppapi/proxy/ppapi_proxy_export.h" 10 namespace ppapi { namespace 19 } // namespace ppapi
|
irt_start.cc | 8 #include "ppapi/nacl_irt/irt_ppapi.h" 9 #include "ppapi/nacl_irt/plugin_startup.h" 19 ppapi::SetIPCFileDescriptors( 23 ppapi::StartUpPlugin();
|
/external/chromium_org/content/renderer/pepper/ |
mock_resource.h | 8 #include "ppapi/shared_impl/resource.h" 15 class MockResource : public ppapi::Resource { 18 : Resource(ppapi::OBJECT_IS_IMPL, instance) {}
|
content_renderer_pepper_host_factory.h | 9 #include "ppapi/host/host_factory.h" 10 #include "ppapi/shared_impl/ppapi_permissions.h" 12 namespace ppapi { namespace 21 class ContentRendererPepperHostFactory : public ppapi::host::HostFactory { 26 virtual scoped_ptr<ppapi::host::ResourceHost> CreateResourceHost( 27 ppapi::host::PpapiHost* host, 28 const ppapi::proxy::ResourceMessageCallParams& params, 33 const ppapi::PpapiPermissions& GetPermissions() const;
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
irt_resource_open.cc | 6 #include "ppapi/nacl_irt/irt_manifest.h" 12 ppapi::IrtOpenResource,
|
/external/chromium_org/ppapi/host/ |
error_conversion.h | 8 #include "ppapi/c/pp_stdint.h" 9 #include "ppapi/host/ppapi_host_export.h" 11 namespace ppapi { namespace 19 } // namespace ppapi
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
content_browser_pepper_host_factory.h | 12 #include "ppapi/c/pp_resource.h" 13 #include "ppapi/host/host_factory.h" 14 #include "ppapi/shared_impl/ppb_tcp_socket_shared.h" 16 namespace ppapi { namespace 24 class ContentBrowserPepperHostFactory : public ppapi::host::HostFactory { 31 virtual scoped_ptr<ppapi::host::ResourceHost> CreateResourceHost( 32 ppapi::host::PpapiHost* host, 33 const ppapi::proxy::ResourceMessageCallParams& params, 39 scoped_ptr<ppapi::host::ResourceHost> CreateAcceptedTCPSocket( 41 ppapi::TCPSocketVersion version [all...] |
pepper_flash_file_message_filter.h | 13 #include "ppapi/c/pp_instance.h" 14 #include "ppapi/host/resource_host.h" 15 #include "ppapi/host/resource_message_filter.h" 21 namespace ppapi { namespace 25 namespace ppapi { namespace 36 class PepperFlashFileMessageFilter : public ppapi::host::ResourceMessageFilter { 48 // ppapi::host::ResourceMessageFilter overrides. 53 ppapi::host::HostMessageContext* context) OVERRIDE; 55 int32_t OnOpenFile(ppapi::host::HostMessageContext* context, 56 const ppapi::PepperFilePath& path [all...] |
/external/chromium_org/ppapi/thunk/ |
interfaces_legacy.h | 9 ::ppapi::thunk::GetPPB_InputEvent_1_0_Thunk()) 11 ::ppapi::thunk::GetPPB_Instance_Private_0_1_Thunk()) 14 ::ppapi::PPB_OpenGLES2_Shared::GetInterface()) 16 ::ppapi::PPB_OpenGLES2_Shared::GetInstancedArraysInterface()) 18 ::ppapi::PPB_OpenGLES2_Shared::GetFramebufferBlitInterface()) 21 ::ppapi::PPB_OpenGLES2_Shared::GetFramebufferMultisampleInterface()) 23 ::ppapi::PPB_OpenGLES2_Shared::GetChromiumEnableFeatureInterface()) 25 ::ppapi::PPB_OpenGLES2_Shared::GetChromiumMapSubInterface()) 27 ::ppapi::PPB_OpenGLES2_Shared::GetChromiumMapSubInterface()) 29 ::ppapi::PPB_OpenGLES2_Shared::GetQueryInterface() [all...] |
ppb_compositor_api.h | 9 #include "ppapi/c/ppb_compositor.h" 10 #include "ppapi/shared_impl/tracked_callback.h" 12 namespace ppapi { namespace 20 const scoped_refptr<ppapi::TrackedCallback>& callback) = 0; 25 } // namespace ppapi
|
thunk.h | 8 #include "ppapi/c/private/ppb_instance_private.h" 9 #include "ppapi/thunk/ppapi_thunk_export.h" 13 // const PPB_Foo* ppapi::thunk::GetPPB_Foo_Thunk(); 17 namespace ppapi { namespace thunk { \ 21 #include "ppapi/thunk/interfaces_ppb_private.h" 22 #include "ppapi/thunk/interfaces_ppb_private_no_permissions.h" 23 #include "ppapi/thunk/interfaces_ppb_private_flash.h" 24 #include "ppapi/thunk/interfaces_ppb_public_stable.h" 25 #include "ppapi/thunk/interfaces_ppb_public_dev.h" 26 #include "ppapi/thunk/interfaces_ppb_public_dev_channel.h 30 namespace ppapi { namespace [all...] |
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_talk_host.h | 9 #include "ppapi/c/private/ppb_talk_private.h" 10 #include "ppapi/host/resource_host.h" 11 #include "ppapi/proxy/resource_message_params.h" 17 namespace ppapi { namespace 25 class PepperTalkHost : public ppapi::host::ResourceHost { 36 ppapi::host::HostMessageContext* context) OVERRIDE; 38 int32_t OnRequestPermission(ppapi::host::HostMessageContext* context, 40 int32_t OnStartRemoting(ppapi::host::HostMessageContext* context); 41 int32_t OnStopRemoting(ppapi::host::HostMessageContext* context); 44 void OnRequestPermissionCompleted(ppapi::host::ReplyMessageContext reply) [all...] |
/external/chromium_org/chrome/renderer/pepper/ |
pepper_flash_renderer_host.h | 13 #include "ppapi/host/host_message_context.h" 14 #include "ppapi/host/resource_host.h" 18 namespace ppapi { namespace 22 namespace ppapi { namespace 32 class PepperFlashRendererHost : public ppapi::host::ResourceHost { 39 // ppapi::host::ResourceHost override. 42 ppapi::host::HostMessageContext* context) OVERRIDE; 45 int32_t OnGetProxyForURL(ppapi::host::HostMessageContext* host_context, 48 ppapi::host::HostMessageContext* host_context, 50 int32_t OnDrawGlyphs(ppapi::host::HostMessageContext* host_context [all...] |
/external/chromium_org/content/ppapi_plugin/ |
plugin_process_dispatcher.h | 10 #include "ppapi/proxy/plugin_dispatcher.h" 16 // from the PPAPI proxy on the Chrome multiprocess infrastructure. 17 class PluginProcessDispatcher : public ppapi::proxy::PluginDispatcher { 20 const ppapi::PpapiPermissions& permissions,
|