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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_broker_message_filter.h 9 #include "ppapi/c/pp_instance.h"
10 #include "ppapi/host/resource_message_filter.h"
17 namespace ppapi { namespace
26 class PepperBrokerMessageFilter : public ppapi::host::ResourceMessageFilter {
34 // ppapi::host::ResourceMessageFilter overrides.
39 ppapi::host::HostMessageContext* context) OVERRIDE;
41 int32_t OnIsAllowed(ppapi::host::HostMessageContext* context);
pepper_flash_device_id_host.h 12 #include "ppapi/host/host_message_context.h"
13 #include "ppapi/host/resource_host.h"
25 class PepperFlashDeviceIDHost : public ppapi::host::ResourceHost {
35 ppapi::host::HostMessageContext* context) OVERRIDE;
39 int32_t OnHostMsgGetDeviceID(const ppapi::host::HostMessageContext* context);
43 void GotDeviceID(ppapi::host::ReplyMessageContext reply_context,
pepper_flash_clipboard_message_filter.h 13 #include "ppapi/host/resource_message_filter.h"
14 #include "ppapi/shared_impl/flash_clipboard_format_registry.h"
16 namespace ppapi { namespace
36 : public ppapi::host::ResourceMessageFilter {
41 // ppapi::host::ResourceMessageFilter overrides.
46 ppapi::host::HostMessageContext* context) OVERRIDE;
52 ppapi::host::HostMessageContext* host_context,
54 int32_t OnMsgIsFormatAvailable(ppapi::host::HostMessageContext* host_context,
57 int32_t OnMsgReadData(ppapi::host::HostMessageContext* host_context,
60 int32_t OnMsgWriteData(ppapi::host::HostMessageContext* host_context
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_ref_host.h 12 #include "ppapi/c/pp_file_info.h"
13 #include "ppapi/c/pp_instance.h"
14 #include "ppapi/c/pp_resource.h"
15 #include "ppapi/c/pp_time.h"
16 #include "ppapi/host/host_message_context.h"
17 #include "ppapi/host/resource_host.h"
31 virtual int32_t MakeDirectory(ppapi::host::ReplyMessageContext context,
33 virtual int32_t Touch(ppapi::host::ReplyMessageContext context,
36 virtual int32_t Delete(ppapi::host::ReplyMessageContext context) = 0;
37 virtual int32_t Rename(ppapi::host::ReplyMessageContext context
    [all...]
pepper_external_file_ref_backend.h 14 #include "ppapi/c/pp_instance.h"
15 #include "ppapi/c/pp_resource.h"
16 #include "ppapi/c/pp_time.h"
17 #include "ppapi/host/ppapi_host.h"
24 PepperExternalFileRefBackend(ppapi::host::PpapiHost* host,
30 virtual int32_t MakeDirectory(ppapi::host::ReplyMessageContext context,
32 virtual int32_t Touch(ppapi::host::ReplyMessageContext context,
35 virtual int32_t Delete(ppapi::host::ReplyMessageContext context) OVERRIDE;
36 virtual int32_t Rename(ppapi::host::ReplyMessageContext context,
38 virtual int32_t Query(ppapi::host::ReplyMessageContext context) OVERRIDE
    [all...]
pepper_flash_file_message_filter.cc 17 #include "ppapi/c/pp_errors.h"
18 #include "ppapi/host/dispatch_host_message.h"
19 #include "ppapi/host/host_message_context.h"
20 #include "ppapi/host/ppapi_host.h"
21 #include "ppapi/proxy/ppapi_messages.h"
22 #include "ppapi/shared_impl/file_path.h"
23 #include "ppapi/shared_impl/file_type_conversion.h"
94 ppapi::host::HostMessageContext* context) {
116 ppapi::host::HostMessageContext* context,
117 const ppapi::PepperFilePath& path
    [all...]
browser_ppapi_host_test.h 11 #include "ppapi/proxy/resource_message_test_sink.h"
24 ppapi::proxy::ResourceMessageTestSink& sink() { return sink_; }
28 ppapi::proxy::ResourceMessageTestSink sink_;
pepper_truetype_font_list.h 11 namespace ppapi { namespace
32 std::vector<ppapi::proxy::SerializedTrueTypeFontDesc>* fonts_in_family);
  /external/chromium_org/content/renderer/pepper/
event_conversion.h 11 #include "ppapi/c/ppb_input_event.h"
16 namespace ppapi { namespace
31 std::vector<ppapi::InputEventData >* pp_events);
35 WebKit::WebInputEvent* CreateWebInputEvent(const ppapi::InputEventData& event);
41 const ppapi::InputEventData& event,
45 // Returns the PPAPI event class for the given WebKit event type. The given
46 // type should not be "Undefined" since there's no corresponding PPAPI class.
host_var_tracker.h 17 #include "ppapi/c/pp_instance.h"
18 #include "ppapi/shared_impl/host_resource.h"
19 #include "ppapi/shared_impl/resource_tracker.h"
20 #include "ppapi/shared_impl/var_tracker.h"
24 namespace ppapi { namespace
32 // Adds NPObject var tracking to the standard PPAPI VarTracker for use in the
34 class HostVarTracker : public ppapi::VarTracker {
43 void AddNPObjectVar(ppapi::NPObjectVar* object_var);
44 void RemoveNPObjectVar(ppapi::NPObjectVar* object_var);
49 ppapi::NPObjectVar* NPObjectVarForNPObject(PP_Instance instance
    [all...]
ppb_file_ref_impl.h 18 #include "ppapi/c/pp_file_info.h"
19 #include "ppapi/c/ppb_file_ref.h"
20 #include "ppapi/shared_impl/ppb_file_ref_shared.h"
21 #include "ppapi/shared_impl/scoped_pp_resource.h"
22 #include "ppapi/shared_impl/var.h"
25 namespace ppapi { namespace
33 using ppapi::StringVar;
37 class PPB_FileRef_Impl : public ppapi::PPB_FileRef_Shared,
40 PPB_FileRef_Impl(const ppapi::PPB_FileRef_CreateInfo& info,
42 PPB_FileRef_Impl(const ppapi::PPB_FileRef_CreateInfo& info
    [all...]
renderer_ppapi_host_impl.h 12 #include "ppapi/host/ppapi_host.h"
18 namespace ppapi { namespace
28 } // namespace ppapi
49 ppapi::proxy::HostDispatcher* dispatcher,
50 const ppapi::PpapiPermissions& permissions);
53 const ppapi::PpapiPermissions& permissions);
71 scoped_ptr<ppapi::thunk::ResourceCreationAPI>
77 virtual ppapi::host::PpapiHost* GetPpapiHost() OVERRIDE;
102 ppapi::proxy::HostDispatcher* dispatcher,
103 const ppapi::PpapiPermissions& permissions)
    [all...]
  /external/chromium_org/ppapi/proxy/
mock_resource.cc 5 #include "ppapi/proxy/mock_resource.h"
7 namespace ppapi { namespace
18 } // namespace ppapi
ppb_flash_message_loop_proxy.h 12 #include "ppapi/c/pp_instance.h"
13 #include "ppapi/c/pp_resource.h"
14 #include "ppapi/proxy/interface_proxy.h"
20 namespace ppapi { namespace
41 void OnMsgCreate(PP_Instance instance, ppapi::HostResource* resource);
42 void OnMsgRun(const ppapi::HostResource& flash_message_loop,
44 void OnMsgQuit(const ppapi::HostResource& flash_message_loop);
52 } // namespace ppapi
ppb_testing_proxy.h 9 #include "ppapi/c/pp_instance.h"
10 #include "ppapi/c/pp_resource.h"
11 #include "ppapi/c/dev/ppb_testing_dev.h"
12 #include "ppapi/proxy/interface_proxy.h"
13 #include "ppapi/shared_impl/host_resource.h"
17 namespace ppapi { namespace
35 void OnMsgReadImageData(const ppapi::HostResource& device_context_2d,
36 const ppapi::HostResource& image,
43 const ppapi::InputEventData& input_event);
55 } // namespace ppapi
    [all...]
  /external/chromium_org/ppapi/shared_impl/
dir_contents.h 13 namespace ppapi { namespace
22 } // namespace ppapi
ppb_var_shared.h 8 #include "ppapi/c/pp_module.h"
9 #include "ppapi/c/pp_stdint.h"
10 #include "ppapi/c/ppb_var.h"
11 #include "ppapi/c/ppb_var_array_buffer.h"
12 #include "ppapi/shared_impl/ppapi_shared_export.h"
16 namespace ppapi { namespace
25 } // namespace ppapi
  /external/chromium_org/ppapi/thunk/
ppb_audio_config_api.h 8 #include "ppapi/c/ppb_audio_config.h"
9 #include "ppapi/thunk/ppapi_thunk_export.h"
11 namespace ppapi { namespace
23 } // namespace ppapi
ppb_browser_font_singleton_api.h 8 #include "ppapi/c/pp_instance.h"
9 #include "ppapi/c/pp_var.h"
10 #include "ppapi/shared_impl/singleton_resource_id.h"
12 namespace ppapi { namespace
26 } // namespace ppapi
ppb_device_ref_api.h 8 #include "ppapi/c/dev/ppb_device_ref_dev.h"
9 #include "ppapi/thunk/ppapi_thunk_export.h"
11 namespace ppapi { namespace
30 } // namespace ppapi
ppb_flash_font_file_api.h 8 #include "ppapi/c/pp_stdint.h"
10 namespace ppapi { namespace
23 } // namespace ppapi
ppb_printing_api.h 9 #include "ppapi/c/dev/ppb_printing_dev.h"
11 namespace ppapi { namespace
27 } // namespace ppapi
ppb_resource_array_api.h 8 #include "ppapi/c/dev/ppb_resource_array_dev.h"
9 #include "ppapi/thunk/ppapi_thunk_export.h"
11 namespace ppapi { namespace
23 } // namespace ppapi
ppb_url_response_info_api.h 8 #include "ppapi/c/ppb_url_response_info.h"
9 #include "ppapi/shared_impl/url_response_info_data.h"
11 namespace ppapi { namespace
23 } // namespace ppapi
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
typed_mount_factory.h 18 PepperInterface* ppapi,
21 Error error = mnt->Init(dev, args, ppapi);

Completed in 264 milliseconds

1 23 4 5 6 7 8 91011>>