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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ppapi/c/private/
ppb_flash_font_file.h 14 #include "ppapi/c/pp_resource.h"
37 PP_Resource (*Create)(
43 PP_Bool (*IsFlashFontFile)(PP_Resource resource);
51 PP_Bool (*GetFontTable)(PP_Resource font_file,
ppb_platform_verification_private.h 17 #include "ppapi/c/pp_resource.h"
49 * @return A <code>PP_Resource</code> corresponding to a
53 PP_Resource (*Create)(PP_Instance instance);
58 * @param[in] resource A <code>PP_Resource</code> corresponding to a
66 PP_Bool (*IsPlatformVerification)(PP_Resource resource);
94 int32_t (*ChallengePlatform)(PP_Resource instance,
ppb_talk_private.h 14 #include "ppapi/c/pp_resource.h"
99 PP_Resource (*Create)(PP_Instance instance);
113 int32_t (*RequestPermission)(PP_Resource talk_resource,
134 int32_t (*StartRemoting)(PP_Resource talk_resource,
143 int32_t (*StopRemoting)(PP_Resource talk_resource,
150 PP_Resource (*Create)(PP_Instance instance);
151 int32_t (*GetPermission)(PP_Resource talk_resource,
  /external/chromium_org/ppapi/c/trusted/
ppb_url_loader_trusted.h 13 #include "ppapi/c/pp_resource.h"
34 PP_Resource pp_resource,
53 void (*GrantUniversalAccess)(PP_Resource loader);
67 void (*RegisterStatusCallback)(PP_Resource loader,
  /external/chromium_org/ppapi/proxy/
locking_resource_releaser.h 22 explicit LockingResourceReleaser(PP_Resource resource)
30 PP_Resource get() { return resource_; }
33 PP_Resource resource_;
  /external/chromium_org/ppapi/api/private/
ppb_tcp_socket_private.idl 35 PP_Resource Create([in] PP_Instance instance);
40 PP_Bool IsTCPSocket([in] PP_Resource resource);
47 int32_t Connect([in] PP_Resource tcp_socket,
56 int32_t ConnectWithNetAddress([in] PP_Resource tcp_socket,
64 PP_Bool GetLocalAddress([in] PP_Resource tcp_socket,
71 PP_Bool GetRemoteAddress([in] PP_Resource tcp_socket,
87 int32_t SSLHandshake([in] PP_Resource tcp_socket,
99 PP_Resource GetServerCertificate([in] PP_Resource tcp_socket);
110 PP_Bool AddChainBuildingCertificate([in] PP_Resource tcp_socket
    [all...]
ppb_udp_socket_private.idl 36 PP_Resource Create([in] PP_Instance instance_id);
41 PP_Bool IsUDPSocket([in] PP_Resource resource_id);
53 int32_t SetSocketFeature([in] PP_Resource udp_socket,
58 int32_t Bind([in] PP_Resource udp_socket,
67 PP_Bool GetBoundAddress([in] PP_Resource udp_socket,
75 int32_t RecvFrom([in] PP_Resource udp_socket,
83 PP_Bool GetRecvFromAddress([in] PP_Resource udp_socket,
90 int32_t SendTo([in] PP_Resource udp_socket,
97 void Close([in] PP_Resource udp_socket);
ppb_flash_font_file.idl 18 PP_Resource Create(
25 PP_Bool IsFlashFontFile([in] PP_Resource resource);
35 [in] PP_Resource font_file,
ppb_platform_verification_private.idl 30 * @return A <code>PP_Resource</code> corresponding to a
34 PP_Resource Create([in] PP_Instance instance);
40 * @param[in] resource A <code>PP_Resource</code> corresponding to a
48 PP_Bool IsPlatformVerification([in] PP_Resource resource);
78 [in] PP_Resource instance,
  /external/chromium_org/ppapi/c/
ppb_image_data.h 14 #include "ppapi/c/pp_resource.h"
150 * @return A <code>PP_Resource</code> with a nonzero ID on success or zero on
153 PP_Resource (*Create)(PP_Instance instance,
160 * @param[in] image_data A <code>PP_Resource</code> corresponding to image
167 PP_Bool (*IsImageData)(PP_Resource image_data);
172 * @param[in] image_data A <code>PP_Resource</code> corresponding to image
182 PP_Bool (*Describe)(PP_Resource image_data, struct PP_ImageDataDesc* desc);
186 * @param[in] image_data A <code>PP_Resource</code> corresponding to image
191 void* (*Map)(PP_Resource image_data);
196 * @param[in] image_data A <code>PP_Resource</code> corresponding to imag
    [all...]
ppb_net_address.h 14 #include "ppapi/c/pp_resource.h"
107 * @return A <code>PP_Resource</code> representing the same address as
110 PP_Resource (*CreateFromIPv4Address)(
121 * @return A <code>PP_Resource</code> representing the same address as
124 PP_Resource (*CreateFromIPv6Address)(
130 * @param[in] resource A <code>PP_Resource</code> to check.
135 PP_Bool (*IsNetAddress)(PP_Resource resource);
139 * @param[in] addr A <code>PP_Resource</code> corresponding to a network
145 PP_NetAddress_Family (*GetFamily)(PP_Resource addr);
152 * @param[in] addr A <code>PP_Resource</code> corresponding to a networ
    [all...]
ppb_opengles2.h 13 #include "ppapi/c/pp_resource.h"
39 void (*ActiveTexture)(PP_Resource context, GLenum texture);
40 void (*AttachShader)(PP_Resource context, GLuint program, GLuint shader);
42 PP_Resource context, GLuint program, GLuint index, const char* name);
43 void (*BindBuffer)(PP_Resource context, GLenum target, GLuint buffer);
45 PP_Resource context, GLenum target, GLuint framebuffer);
47 PP_Resource context, GLenum target, GLuint renderbuffer);
48 void (*BindTexture)(PP_Resource context, GLenum target, GLuint texture);
50 PP_Resource context, GLclampf red, GLclampf green, GLclampf blue,
52 void (*BlendEquation)(PP_Resource context, GLenum mode)
    [all...]
ppb_url_request_info.h 14 #include "ppapi/c/pp_resource.h"
183 * @return A <code>PP_Resource</code> identifying the
186 PP_Resource (*Create)(PP_Instance instance);
191 * @param[in] resource A <code>PP_Resource</code> corresponding to a
198 PP_Bool (*IsURLRequestInfo)(PP_Resource resource);
203 * @param[in] request A <code>PP_Resource</code> corresponding to a
212 PP_Bool (*SetProperty)(PP_Resource request,
219 * @param[in] request A <code>PP_Resource</code> corresponding to a
229 PP_Bool (*AppendDataToBody)(PP_Resource request,
236 * @param[in] request A <code>PP_Resource</code> corresponding to
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_resource_creation.h 44 virtual PP_Resource CreateBrowserFont(
47 virtual PP_Resource CreateFileChooser(
51 virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE;
52 virtual PP_Resource CreateFileRef(
55 virtual PP_Resource CreateFileSystem(PP_Instance instance,
57 virtual PP_Resource CreateGraphics2D(
61 virtual PP_Resource CreatePrinting(
63 virtual PP_Resource CreateTrueTypeFont(
66 virtual PP_Resource CreateURLLoader(
68 virtual PP_Resource CreateURLRequestInfo
    [all...]
  /external/chromium_org/ppapi/api/
ppb_websocket.idl 188 * @return A <code>PP_Resource</code> corresponding to a WebSocket if
191 PP_Resource Create([in] PP_Instance instance);
197 * @param[in] resource A <code>PP_Resource</code> corresponding to a
205 PP_Bool IsWebSocket([in] PP_Resource resource);
211 * @param[in] web_socket A <code>PP_Resource</code> corresponding to a
247 int32_t Connect([in] PP_Resource web_socket,
257 * @param[in] web_socket A <code>PP_Resource</code> corresponding to a
290 int32_t Close([in] PP_Resource web_socket,
301 * @param[in] web_socket A <code>PP_Resource</code> corresponding to a
320 int32_t ReceiveMessage([in] PP_Resource web_socket
    [all...]
ppb_net_address.idl 76 * @return A <code>PP_Resource</code> representing the same address as
79 PP_Resource CreateFromIPv4Address([in] PP_Instance instance,
90 * @return A <code>PP_Resource</code> representing the same address as
93 PP_Resource CreateFromIPv6Address([in] PP_Instance instance,
99 * @param[in] resource A <code>PP_Resource</code> to check.
104 PP_Bool IsNetAddress([in] PP_Resource resource);
109 * @param[in] addr A <code>PP_Resource</code> corresponding to a network
115 PP_NetAddress_Family GetFamily([in] PP_Resource addr);
123 * @param[in] addr A <code>PP_Resource</code> corresponding to a network
131 PP_Var DescribeAsString([in] PP_Resource addr
    [all...]
ppb_image_data.idl 126 * @return A <code>PP_Resource</code> with a nonzero ID on success or zero on
129 PP_Resource Create(
138 * @param[in] image_data A <code>PP_Resource</code> corresponding to image
146 [in] PP_Resource image_data);
152 * @param[in] image_data A <code>PP_Resource</code> corresponding to image
164 [in] PP_Resource image_data,
170 * @param[in] image_data A <code>PP_Resource</code> corresponding to image
176 [in] PP_Resource image_data);
182 * @param[in] image_data A <code>PP_Resource</code> corresponding to image
186 [in] PP_Resource image_data)
    [all...]
ppb_file_io.idl 76 * @return A <code>PP_Resource</code> corresponding to a FileIO if
79 PP_Resource Create([in] PP_Instance instance);
83 * @param[in] resource A <code>PP_Resource</code> corresponding to a FileIO.
89 PP_Bool IsFileIO([in] PP_Resource resource);
98 * @param[in] file_io A <code>PP_Resource</code> corresponding to a
100 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
109 int32_t Open([in] PP_Resource file_io,
110 [in] PP_Resource file_ref,
119 * @param[in] file_io A <code>PP_Resource</code> corresponding to a
132 int32_t Query([in] PP_Resource file_io
    [all...]
ppb_input_event.idl 411 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
417 PP_Bool IsInputEvent([in] PP_Resource resource);
423 * @param[in] resource A <code>PP_Resource</code> corresponding to an input
429 PP_InputEvent_Type GetType([in] PP_Resource event);
437 * @param[in] resource A <code>PP_Resource</code> corresponding to the event.
445 PP_TimeTicks GetTimeStamp([in] PP_Resource event);
452 * @param[in] resource A <code>PP_Resource</code> corresponding to an input
458 uint32_t GetModifiers([in] PP_Resource event);
492 * @return A <code>PP_Resource</code> containing the new mouse input event.
494 PP_Resource Create([in] PP_Instance instance
    [all...]
  /external/chromium_org/ppapi/api/dev/
ppb_ime_input_event_dev.idl 51 * @return A <code>PP_Resource</code> containing the new IME input event.
54 PP_Resource Create([in] PP_Instance instance,
67 * @param[in] resource A <code>PP_Resource</code> corresponding to an event.
71 PP_Bool IsIMEInputEvent([in] PP_Resource resource);
77 * @param[in] ime_event A <code>PP_Resource</code> corresponding to an IME
83 PP_Var GetText([in] PP_Resource ime_event);
88 * @param[in] ime_event A <code>PP_Resource</code> corresponding to an IME
94 uint32_t GetSegmentNumber([in] PP_Resource ime_event);
106 * @param[in] ime_event A <code>PP_Resource</code> corresponding to an IME
114 uint32_t GetSegmentOffset([in] PP_Resource ime_event
    [all...]
ppp_video_capture_dev.idl 32 [in] PP_Resource video_capture,
35 [in, size_is(buffer_count)] PP_Resource[] buffers);
42 [in] PP_Resource video_capture,
53 [in] PP_Resource video_capture,
62 [in] PP_Resource video_capture,
  /external/chromium_org/ppapi/generators/test_thunk/
simple.idl 19 PP_Resource Create([in] PP_Instance instance);
21 PP_Bool IsSimple([in] PP_Resource resource);
30 [in] PP_Resource resource);
32 uint32_t DoUint32Resource([in] PP_Resource instance);
35 uint32_t DoUint32ResourceNoErrors([in] PP_Resource instance);
  /external/chromium_org/ppapi/api/trusted/
ppb_url_loader_trusted.idl 20 [in] PP_Resource pp_resource,
32 void GrantUniversalAccess([in] PP_Resource loader);
48 [in] PP_Resource loader,
  /external/chromium_org/ppapi/thunk/
ppb_audio_input_api.h 24 PP_Resource* devices,
30 virtual int32_t Open0_2(PP_Resource device_ref,
31 PP_Resource config,
35 virtual int32_t Open(PP_Resource device_ref,
36 PP_Resource config,
40 virtual PP_Resource GetCurrentConfig() = 0;
ppb_resource_array_dev_thunk.cc 21 PP_Resource Create(PP_Instance instance,
22 const PP_Resource elements[],
31 PP_Bool IsResourceArray(PP_Resource resource) {
37 uint32_t GetSize(PP_Resource resource_array) {
45 PP_Resource GetAt(PP_Resource resource_array, uint32_t index) {

Completed in 533 milliseconds

1 2 3 45 6 7 8 91011>>