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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/shared_impl/
file_path.cc 5 #include "ppapi/shared_impl/file_path.h"
7 namespace ppapi { namespace
20 } // namespace ppapi
file_type_conversion.h 9 #include "ppapi/c/pp_file_info.h"
10 #include "ppapi/c/pp_stdint.h"
11 #include "ppapi/c/ppb_file_system.h"
12 #include "ppapi/shared_impl/ppapi_shared_export.h"
14 namespace ppapi { namespace
31 } // namespace ppapi
platform_file.h 9 #include "ppapi/c/pp_stdint.h"
10 #include "ppapi/shared_impl/ppapi_shared_export.h"
12 namespace ppapi { namespace
17 } // namespace ppapi
time_conversion.h 9 #include "ppapi/c/pp_time.h"
10 #include "ppapi/shared_impl/ppapi_shared_export.h"
12 namespace ppapi { namespace
31 } // namespace ppapi
unittest_utils.h 8 #include "ppapi/c/pp_var.h"
10 namespace ppapi { namespace
17 } // namespace ppapi
file_ref_util.h 10 #include "ppapi/shared_impl/ppapi_shared_export.h"
16 namespace ppapi { namespace
33 } // namespace ppapi
id_assignment.cc 5 #include "ppapi/shared_impl/id_assignment.h"
9 namespace ppapi { namespace
18 } // namespace ppapi
platform_file.cc 5 #include "ppapi/shared_impl/platform_file.h"
7 namespace ppapi { namespace
31 } // namespace ppapi
ppapi_nacl_channel_args.cc 5 #include "ppapi/shared_impl/ppapi_nacl_channel_args.h"
7 namespace ppapi { namespace
17 } // namespace ppapi
ppapi_preferences.cc 5 #include "ppapi/shared_impl/ppapi_preferences.h"
7 namespace ppapi { namespace
39 } // namespace ppapi
ppb_image_data_shared.cc 5 #include "ppapi/shared_impl/ppb_image_data_shared.h"
14 namespace ppapi { namespace
54 } // namespace ppapi
ppb_message_loop_shared.cc 5 #include "ppapi/shared_impl/ppb_message_loop_shared.h"
7 namespace ppapi { namespace
20 } // namespace ppapi
ppb_opengles2_shared.h 8 #include "ppapi/c/ppb_opengles2.h"
9 #include "ppapi/c/dev/ppb_opengles2ext_dev.h"
10 #include "ppapi/shared_impl/ppapi_shared_export.h"
12 namespace ppapi { namespace
27 } // namespace ppapi
ppb_trace_event_impl.h 8 #include "ppapi/c/dev/ppb_trace_event_dev.h"
9 #include "ppapi/c/pp_bool.h"
10 #include "ppapi/shared_impl/ppapi_shared_export.h"
12 namespace ppapi { namespace
47 } // 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/browser/renderer_host/pepper/
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.
url_request_info_util.h 11 namespace ppapi { namespace
26 CONTENT_EXPORT bool CreateWebURLRequest(ppapi::URLRequestInfoData* data,
32 const ppapi::URLRequestInfoData& data);
  /external/chromium_org/ppapi/host/
error_conversion.cc 5 #include "ppapi/host/error_conversion.h"
9 #include "ppapi/c/pp_errors.h"
11 namespace ppapi { namespace
75 } // namespace ppapi
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
message_filter_host.h 10 #include "ppapi/host/ppapi_host_export.h"
11 #include "ppapi/host/resource_host.h"
13 namespace ppapi { namespace
36 } // namespace ppapi
  /external/chromium_org/ppapi/proxy/
host_var_serialization_rules.h 11 #include "ppapi/c/ppb_var.h"
12 #include "ppapi/proxy/var_serialization_rules.h"
14 namespace ppapi { namespace
37 } // namespace ppapi
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
ppp_class_proxy.h 11 #include "ppapi/c/pp_instance.h"
12 #include "ppapi/c/pp_var.h"
13 #include "ppapi/proxy/interface_proxy.h"
17 namespace ppapi { namespace
98 } // namespace ppapi
proxy_array_output.cc 5 #include "ppapi/proxy/proxy_array_output.h"
9 namespace ppapi { namespace
21 } // namespace ppapi

Completed in 769 milliseconds

1 2 3 4 5 6 7 8 91011>>