HomeSort by relevance Sort by last modified time
    Searched refs:ppapi (Results 1 - 25 of 803) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
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_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...]
  /external/chromium_org/ppapi/shared_impl/
ppapi_nacl_channel_args.cc 5 #include "ppapi/shared_impl/ppapi_nacl_channel_args.h"
7 namespace ppapi { namespace
17 } // namespace ppapi
unittest_utils.h 8 #include "ppapi/c/pp_var.h"
10 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
15 } // namespace ppapi
id_assignment.cc 5 #include "ppapi/shared_impl/id_assignment.h"
9 namespace ppapi { namespace
18 } // 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/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 {
27 virtual scoped_ptr<ppapi::host::ResourceHost> CreateResourceHost(
28 ppapi::host::PpapiHost* host,
29 const ppapi::proxy::ResourceMessageCallParams& params,
34 const ppapi::PpapiPermissions& GetPermissions() const;
pepper_truetype_font_android.cc 12 const ppapi::proxy::SerializedTrueTypeFontDesc& desc) {
  /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
instance_message_filter.cc 5 #include "ppapi/host/instance_message_filter.h"
7 #include "ppapi/host/ppapi_host.h"
9 namespace ppapi { namespace
19 } // namespace ppapi
  /external/chromium_org/ppapi/thunk/
ppb_network_monitor_private_api.h 8 #include "ppapi/c/private/ppb_network_monitor_private.h"
9 #include "ppapi/thunk/ppapi_thunk_export.h"
11 namespace ppapi { namespace
20 } // namespace ppapi
interfaces_legacy.h 9 ::ppapi::thunk::GetPPB_InputEvent_1_0_Thunk())
11 ::ppapi::thunk::GetPPB_Instance_Private_0_1_Thunk())
16 ::ppapi::PPB_OpenGLES2_Shared::GetInterface())
18 ::ppapi::PPB_OpenGLES2_Shared::GetInstancedArraysInterface())
20 ::ppapi::PPB_OpenGLES2_Shared::GetFramebufferBlitInterface())
23 ::ppapi::PPB_OpenGLES2_Shared::GetFramebufferMultisampleInterface())
25 ::ppapi::PPB_OpenGLES2_Shared::GetChromiumEnableFeatureInterface())
27 ::ppapi::PPB_OpenGLES2_Shared::GetChromiumMapSubInterface())
29 ::ppapi::PPB_OpenGLES2_Shared::GetChromiumMapSubInterface())
31 ::ppapi::PPB_OpenGLES2_Shared::GetQueryInterface()
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
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 {
49 // ppapi::host::ResourceMessageFilter overrides.
54 ppapi::host::HostMessageContext* context) OVERRIDE;
56 int32_t OnOpenFile(ppapi::host::HostMessageContext* context,
57 const ppapi::PepperFilePath& path
    [all...]
content_browser_pepper_host_factory.h 11 #include "ppapi/host/host_factory.h"
13 namespace ppapi { namespace
21 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,
38 const ppapi::PpapiPermissions& GetPermissions() const;
  /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...]
chrome_browser_pepper_host_factory.h 9 #include "ppapi/host/host_factory.h"
17 class ChromeBrowserPepperHostFactory : public ppapi::host::HostFactory {
23 virtual scoped_ptr<ppapi::host::ResourceHost> CreateResourceHost(
24 ppapi::host::PpapiHost* host,
25 const ppapi::proxy::ResourceMessageCallParams& params,
  /external/chromium_org/chrome/renderer/pepper/
pepper_pdf_host.h 13 #include "ppapi/c/ppb_image_data.h"
14 #include "ppapi/c/private/ppb_pdf.h"
15 #include "ppapi/host/resource_host.h"
16 #include "ppapi/proxy/serialized_structs.h"
26 namespace ppapi { namespace
30 namespace ppapi { namespace
38 class PepperPDFHost : public ppapi::host::ResourceHost {
47 ppapi::host::HostMessageContext* context) OVERRIDE;
50 int32_t OnHostMsgGetLocalizedString(ppapi::host::HostMessageContext* context,
52 int32_t OnHostMsgDidStartLoading(ppapi::host::HostMessageContext* context)
    [all...]
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
34 class PepperFlashRendererHost : public ppapi::host::ResourceHost {
41 // ppapi::host::ResourceHost override.
44 ppapi::host::HostMessageContext* context) OVERRIDE;
47 int32_t OnGetProxyForURL(ppapi::host::HostMessageContext* host_context,
50 ppapi::host::HostMessageContext* host_context,
52 int32_t OnDrawGlyphs(ppapi::host::HostMessageContext* host_context
    [all...]
chrome_renderer_pepper_host_factory.h 10 #include "ppapi/host/host_factory.h"
18 class ChromeRendererPepperHostFactory : public ppapi::host::HostFactory {
24 virtual scoped_ptr<ppapi::host::ResourceHost> CreateResourceHost(
25 ppapi::host::PpapiHost* host,
26 const ppapi::proxy::ResourceMessageCallParams& params,
  /external/chromium_org/content/ppapi_plugin/
plugin_process_dispatcher.h 9 #include "ppapi/proxy/plugin_dispatcher.h"
15 // from the PPAPI proxy on the Chrome multiprocess infrastructure.
16 class PluginProcessDispatcher : public ppapi::proxy::PluginDispatcher {
19 const ppapi::PpapiPermissions& permissions,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
nacl_io.h 8 #include <ppapi/c/pp_instance.h>
9 #include <ppapi/c/ppb.h>
19 * use any mounts that require PPAPI; e.g. persistent storage, etc.
24 * Initialize nacl_io with PPAPI support.
31 * If you are using the PPAPI C interface:
36 * If you are using the PPAPI C++ interface:
74 * "html5fs": A filesystem that uses PPAPI FileSystem interface, which can be
77 * documentation in ppapi/c/ppb_file_system.h for more information.

Completed in 602 milliseconds

1 2 3 4 5 6 7 8 91011>>