HomeSort by relevance Sort by last modified time
    Searched refs:PP_Resource (Results 26 - 50 of 689) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/api/
ppb_file_ref.idl 26 * @param[in] resource A <code>PP_Resource</code> corresponding to a file
30 * @return A <code>PP_Resource</code> corresponding to a file reference if
33 PP_Resource Create([in] PP_Resource file_system, [in] str_t path);
37 * @param[in] resource A <code>PP_Resource</code> corresponding to a file
44 PP_Bool IsFileRef([in] PP_Resource resource);
49 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
56 PP_FileSystemType GetFileSystemType([in] PP_Resource file_ref);
61 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
69 PP_Var GetName([in] PP_Resource file_ref)
    [all...]
ppb_view.idl 31 * @param resource A <code>PP_Resource</code> corresponding to a
38 PP_Bool IsView([in] PP_Resource resource);
54 * @param resource A <code>PP_Resource</code> corresponding to a
62 PP_Bool GetRect([in] PP_Resource resource,
69 * @param resource A <code>PP_Resource</code> corresponding to a
75 PP_Bool IsFullscreen([in] PP_Resource resource);
90 * @param resource A <code>PP_Resource</code> corresponding to a
96 PP_Bool IsVisible([in] PP_Resource resource);
110 * @param resource A <code>PP_Resource</code> corresponding to a
116 PP_Bool IsPageVisible([in] PP_Resource resource)
    [all...]
  /external/chromium_org/ppapi/api/dev/
ppb_var_resource_dev.idl 18 * Converts a resource-type var to a <code>PP_Resource</code>.
22 * @return A <code>PP_Resource</code> retrieved from the var, or 0 if the var
26 PP_Resource VarToResource([in] PP_Var var);
31 * @param[in] resource A <code>PP_Resource</code> to be wrapped in a var.
37 PP_Var VarFromResource([in] PP_Resource resource);
ppb_view_dev.idl 25 * @param[in] resource A <code>PP_Resource</code> corresponding to a
31 float_t GetDeviceScale([in] PP_Resource resource);
38 * @param[in] resource A <code>PP_Resource</code> corresponding to a
44 float_t GetCSSScale([in] PP_Resource resource);
ppb_widget_dev.idl 25 PP_Bool IsWidget([in] PP_Resource resource);
32 PP_Bool Paint([in] PP_Resource widget,
34 [in] PP_Resource image);
41 PP_Bool HandleEvent([in] PP_Resource widget, [in] PP_Resource input_event);
47 PP_Bool GetLocation([in] PP_Resource widget,
54 void SetLocation([in] PP_Resource widget,
61 void SetScale([in] PP_Resource widget,
ppb_audio_input_dev.idl 58 * @return A <code>PP_Resource</code> corresponding to an audio input resource
61 PP_Resource Create(
67 * @param[in] resource A <code>PP_Resource</code> containing a resource.
73 [in] PP_Resource resource);
86 * @param[in] audio_input A <code>PP_Resource</code> corresponding to an audio
98 [in] PP_Resource audio_input,
99 [out] PP_Resource devices,
105 * @param[in] audio_input A <code>PP_Resource</code> corresponding to an audio
118 [in] PP_Resource audio_input,
125 * @param[in] audio_input A <code>PP_Resource</code> corresponding to an audi
    [all...]
ppb_buffer_dev.idl 20 PP_Resource Create(
29 [in] PP_Resource resource);
36 [in] PP_Resource resource,
44 [in] PP_Resource resource);
50 [in] PP_Resource resource);
  /external/chromium_org/ppapi/c/dev/
ppb_device_ref_dev.h 13 #include "ppapi/c/pp_resource.h"
43 const PP_Resource devices[]);
73 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
79 PP_Bool (*IsDeviceRef)(PP_Resource resource);
83 * @param[in] device_ref A <code>PP_Resource</code> corresponding to a device
88 PP_DeviceType_Dev (*GetType)(PP_Resource device_ref);
92 * @param[in] device_ref A <code>PP_Resource</code> corresponding to a device
99 struct PP_Var (*GetName)(PP_Resource device_ref);
ppb_graphics_2d_dev.h 14 #include "ppapi/c/pp_resource.h"
76 PP_Bool (*SetScale)(PP_Resource resource, float scale);
86 float (*GetScale)(PP_Resource resource);
95 void (*SetOffset)(PP_Resource resource, const struct PP_Point* offset);
105 void (*SetResizeMode)(PP_Resource resource,
112 PP_Bool (*SetScale)(PP_Resource resource, float scale);
113 float (*GetScale)(PP_Resource resource);
114 void (*SetResizeMode)(PP_Resource resource,
ppp_video_capture_dev.h 14 #include "ppapi/c/pp_resource.h"
48 PP_Resource video_capture,
51 const PP_Resource buffers[]);
57 PP_Resource video_capture,
67 PP_Resource video_capture,
75 PP_Resource video_capture,
  /external/chromium_org/ppapi/c/
ppb_file_system.h 16 #include "ppapi/c/pp_resource.h"
44 * @return A <code>PP_Resource</code> corresponding to a file system if
47 PP_Resource (*Create)(PP_Instance instance, PP_FileSystemType type);
51 * @param[in] resource A <code>PP_Resource</code> corresponding to a file
58 PP_Bool (*IsFileSystem)(PP_Resource resource);
63 * @param[in] file_system A <code>PP_Resource</code> corresponding to a file
78 int32_t (*Open)(PP_Resource file_system,
84 * @param[in] file_system A <code>PP_Resource</code> corresponding to a file
92 PP_FileSystemType (*GetType)(PP_Resource file_system);
ppb_network_monitor.h 15 #include "ppapi/c/pp_resource.h"
47 * @return A <code>PP_Resource</code> corresponding to a network monitor or 0
50 PP_Resource (*Create)(PP_Instance instance);
57 * @param[in] network_monitor A <code>PP_Resource</code> corresponding to a
68 int32_t (*UpdateNetworkList)(PP_Resource network_monitor,
69 PP_Resource* network_list,
75 * @param[in] resource A <code>PP_Resource</code> resource.
80 PP_Bool (*IsNetworkMonitor)(PP_Resource resource);
ppb_url_response_info.h 13 #include "ppapi/c/pp_resource.h"
104 * @param[in] resource A <code>PP_Resource</code> corresponding to a
111 PP_Bool (*IsURLResponseInfo)(PP_Resource resource);
115 * @param[in] request A <code>PP_Resource</code> corresponding to a
123 struct PP_Var (*GetProperty)(PP_Resource response,
133 * @param[in] request A <code>PP_Resource</code> corresponding to a
136 * @return A <code>PP_Resource</code> corresponding to a <code>FileRef</code>
140 PP_Resource (*GetBodyAsFileRef)(PP_Resource response);
ppb_host_resolver.h 15 #include "ppapi/c/pp_resource.h"
92 * @return A <code>PP_Resource</code> corresponding to a host reslover or 0
95 PP_Resource (*Create)(PP_Instance instance);
99 * @param[in] resource A <code>PP_Resource</code> to check.
104 PP_Bool (*IsHostResolver)(PP_Resource resource);
110 * @param[in] host_resolver A <code>PP_Resource</code> corresponding to a host
125 int32_t (*Resolve)(PP_Resource host_resolver,
133 * @param[in] host_resolver A <code>PP_Resource</code> corresponding to a host
142 struct PP_Var (*GetCanonicalName)(PP_Resource host_resolver);
146 * @param[in] host_resolver A <code>PP_Resource</code> corresponding to a hos
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_flash_message_loop.h 14 #include "ppapi/c/pp_resource.h"
41 * @return A <code>PP_Resource</code> that can be used to run a nested message
44 PP_Resource (*Create)(PP_Instance instance);
48 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
54 PP_Bool (*IsFlashMessageLoop)(PP_Resource resource);
74 int32_t (*Run)(PP_Resource flash_message_loop);
85 void (*Quit)(PP_Resource flash_message_loop);
ppb_video_destination_private.h 17 #include "ppapi/c/pp_resource.h"
52 * @return A <code>PP_Resource</code> with a nonzero ID on success or zero on
55 PP_Resource (*Create)(PP_Instance instance);
59 * @param[in] resource The <code>PP_Resource</code> to test.
65 PP_Bool (*IsVideoDestination)(PP_Resource resource);
69 * @param[in] destination A <code>PP_Resource</code> corresponding to a video
83 int32_t (*Open)(PP_Resource destination,
94 * @param[in] destination A <code>PP_Resource</code> corresponding to a video
105 int32_t (*PutFrame)(PP_Resource destination,
110 * @param[in] destination A <code>PP_Resource</code> corresponding to a vide
    [all...]
ppb_video_source_private.h 17 #include "ppapi/c/pp_resource.h"
50 * @return A <code>PP_Resource</code> with a nonzero ID on success or zero on
53 PP_Resource (*Create)(PP_Instance instance);
57 * @param[in] resource The <code>PP_Resource</code> to test.
62 PP_Bool (*IsVideoSource)(PP_Resource resource);
66 * @param[in] source A <code>PP_Resource</code> corresponding to a video
79 int32_t (*Open)(PP_Resource source,
87 * @param[in] source A <code>PP_Resource</code> corresponding to a video
99 int32_t (*GetFrame)(PP_Resource source,
105 * @param[in] source A <code>PP_Resource</code> corresponding to a vide
    [all...]
ppb_tcp_socket_private.h 15 #include "ppapi/c/pp_resource.h"
60 PP_Resource (*Create)(PP_Instance instance);
64 PP_Bool (*IsTCPSocket)(PP_Resource resource);
70 int32_t (*Connect)(PP_Resource tcp_socket,
78 int32_t (*ConnectWithNetAddress)(PP_Resource tcp_socket,
85 PP_Bool (*GetLocalAddress)(PP_Resource tcp_socket,
91 PP_Bool (*GetRemoteAddress)(PP_Resource tcp_socket,
106 int32_t (*SSLHandshake)(PP_Resource tcp_socket,
116 PP_Resource (*GetServerCertificate)(PP_Resource tcp_socket)
    [all...]
  /external/chromium_org/ppapi/shared_impl/
scoped_pp_resource.h 8 #include "ppapi/c/pp_resource.h"
23 explicit ScopedPPResource(PP_Resource resource);
26 explicit ScopedPPResource(const PassRef&, PP_Resource resource);
28 // Helper to get the PP_Resource out of the given object and take a reference
37 ScopedPPResource& operator=(PP_Resource resource);
40 // Returns the PP_Resource without affecting the refcounting.
41 PP_Resource get() const { return id_; }
42 operator PP_Resource() const { return id_; }
44 // Returns the PP_Resource, passing the reference to the caller. This class
46 PP_Resource Release()
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 28 METHOD1(CoreInterface, void, AddRefResource, PP_Resource)
29 METHOD1(CoreInterface, void, ReleaseResource, PP_Resource)
34 METHOD1(FileIoInterface, void, Close, PP_Resource)
35 METHOD1(FileIoInterface, PP_Resource, Create, PP_Resource)
36 METHOD2(FileIoInterface, int32_t, Flush, PP_Resource,
38 METHOD4(FileIoInterface, int32_t, Open, PP_Resource, PP_Resource, int32_t,
40 METHOD3(FileIoInterface, int32_t, Query, PP_Resource, PP_FileInfo*,
42 METHOD5(FileIoInterface, int32_t, Read, PP_Resource, int64_t, char*
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_video_destination_private.idl 28 * @return A <code>PP_Resource</code> with a nonzero ID on success or zero on
31 PP_Resource Create([in] PP_Instance instance);
36 * @param[in] resource The <code>PP_Resource</code> to test.
42 PP_Bool IsVideoDestination([in] PP_Resource resource);
47 * @param[in] destination A <code>PP_Resource</code> corresponding to a video
61 int32_t Open([in] PP_Resource destination,
73 * @param[in] destination A <code>PP_Resource</code> corresponding to a video
84 int32_t PutFrame([in] PP_Resource destination,
90 * @param[in] destination A <code>PP_Resource</code> corresponding to a video
93 void Close([in] PP_Resource destination)
    [all...]
ppb_video_source_private.idl 28 * @return A <code>PP_Resource</code> with a nonzero ID on success or zero on
31 PP_Resource Create([in] PP_Instance instance);
36 * @param[in] resource The <code>PP_Resource</code> to test.
41 PP_Bool IsVideoSource([in] PP_Resource resource);
46 * @param[in] source A <code>PP_Resource</code> corresponding to a video
59 int32_t Open([in] PP_Resource source,
68 * @param[in] source A <code>PP_Resource</code> corresponding to a video
80 int32_t GetFrame([in] PP_Resource source,
87 * @param[in] source A <code>PP_Resource</code> corresponding to a video
90 void Close([in] PP_Resource source)
    [all...]
  /external/chromium_org/ppapi/api/trusted/
ppb_broker_trusted.idl 32 PP_Resource CreateTrusted([in] PP_Instance instance);
37 PP_Bool IsBrokerTrusted([in] PP_Resource resource);
53 int32_t Connect([in] PP_Resource broker,
64 int32_t GetHandle([in] PP_Resource broker, [out] int32_t handle);
75 PP_Bool IsAllowed([in] PP_Resource broker);
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.h 40 virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE;
41 virtual PP_Resource CreateFileRef(
44 virtual PP_Resource CreateFileSystem(PP_Instance instance,
46 virtual PP_Resource CreateIMEInputEvent(PP_Instance instance,
55 virtual PP_Resource CreateKeyboardInputEvent(
62 virtual PP_Resource CreateMouseInputEvent(
71 virtual PP_Resource CreateTouchInputEvent(
76 virtual PP_Resource CreateResourceArray(PP_Instance instance,
77 const PP_Resource elements[],
79 virtual PP_Resource CreateTrueTypeFont
    [all...]
  /external/chromium_org/ppapi/thunk/
resource_creation_api.h 13 #include "ppapi/c/pp_resource.h"
51 virtual PP_Resource CreateFileIO(PP_Instance instance) = 0;
52 virtual PP_Resource CreateFileRef(
55 virtual PP_Resource CreateFileSystem(PP_Instance instance,
57 virtual PP_Resource CreateIMEInputEvent(PP_Instance instance,
66 virtual PP_Resource CreateKeyboardInputEvent(
73 virtual PP_Resource CreateMouseInputEvent(
82 virtual PP_Resource CreateTouchInputEvent(
87 virtual PP_Resource CreateResourceArray(PP_Instance instance,
88 const PP_Resource elements[]
    [all...]

Completed in 106 milliseconds

12 3 4 5 6 7 8 91011>>