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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/c/dev/
ppb_scrollbar_dev.h 16 #include "ppapi/c/pp_resource.h"
56 PP_Resource (*Create)(PP_Instance instance, PP_Bool vertical);
61 PP_Bool (*IsScrollbar)(PP_Resource resource);
65 uint32_t (*GetThickness)(PP_Resource resource);
69 PP_Bool (*IsOverlay)(PP_Resource scrollbar);
73 uint32_t (*GetValue)(PP_Resource scrollbar);
77 void (*SetValue)(PP_Resource scrollbar, uint32_t value);
82 void (*SetDocumentSize)(PP_Resource scrollbar, uint32_t size);
87 void (*SetTickMarks)(PP_Resource scrollbar,
95 void (*ScrollBy)(PP_Resource scrollbar
    [all...]
ppb_ime_input_event_dev.h 14 #include "ppapi/c/pp_resource.h"
69 * @return A <code>PP_Resource</code> containing the new IME input event.
71 PP_Resource (*Create)(PP_Instance instance,
83 * @param[in] resource A <code>PP_Resource</code> corresponding to an event.
87 PP_Bool (*IsIMEInputEvent)(PP_Resource resource);
92 * @param[in] ime_event A <code>PP_Resource</code> corresponding to an IME
98 struct PP_Var (*GetText)(PP_Resource ime_event);
102 * @param[in] ime_event A <code>PP_Resource</code> corresponding to an IME
108 uint32_t (*GetSegmentNumber)(PP_Resource ime_event);
119 * @param[in] ime_event A <code>PP_Resource</code> corresponding to an IM
    [all...]
  /external/chromium_org/ppapi/c/
ppb_graphics_3d.h 15 #include "ppapi/c/pp_resource.h"
41 * PP_Resource context;
89 int32_t (*GetAttribMaxValue)(PP_Resource instance,
147 * @return A <code>PP_Resource</code> containing the 3D graphics context if
150 PP_Resource (*Create)(PP_Instance instance,
151 PP_Resource share_context,
163 PP_Bool (*IsGraphics3D)(PP_Resource resource);
193 int32_t (*GetAttribs)(PP_Resource context, int32_t attrib_list[]);
210 int32_t (*SetAttribs)(PP_Resource context, const int32_t attrib_list[]);
233 int32_t (*GetError)(PP_Resource context)
    [all...]
ppb_websocket.h 15 #include "ppapi/c/pp_resource.h"
189 * @return A <code>PP_Resource</code> corresponding to a WebSocket if
192 PP_Resource (*Create)(PP_Instance instance);
197 * @param[in] resource A <code>PP_Resource</code> corresponding to a
205 PP_Bool (*IsWebSocket)(PP_Resource resource);
210 * @param[in] web_socket A <code>PP_Resource</code> corresponding to a
245 int32_t (*Connect)(PP_Resource web_socket,
254 * @param[in] web_socket A <code>PP_Resource</code> corresponding to a
286 int32_t (*Close)(PP_Resource web_socket,
296 * @param[in] web_socket A <code>PP_Resource</code> corresponding to
    [all...]
ppb_file_io.h 17 #include "ppapi/c/pp_resource.h"
92 * @return A <code>PP_Resource</code> corresponding to a FileIO if
95 PP_Resource (*Create)(PP_Instance instance);
99 * @param[in] resource A <code>PP_Resource</code> corresponding to a FileIO.
105 PP_Bool (*IsFileIO)(PP_Resource resource);
113 * @param[in] file_io A <code>PP_Resource</code> corresponding to a
115 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
124 int32_t (*Open)(PP_Resource file_io,
125 PP_Resource file_ref,
133 * @param[in] file_io A <code>PP_Resource</code> corresponding to
    [all...]
  /external/chromium_org/ppapi/api/
ppb_audio.idl 57 * PP_Resource pp_audio_config = audio_config_interface->CreateStereo16Bit(
59 * PP_Resource pp_audio = audio_interface->Create(pp_instance, pp_audio_config,
81 * @param[in] config A <code>PP_Resource</code> corresponding to an audio
87 * @return A <code>PP_Resource</code> containing the audio resource if
91 PP_Resource Create(
93 [in] PP_Resource config,
100 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
108 [in] PP_Resource resource);
114 * @param[in] config A <code>PP_Resource</code> corresponding to an audio
117 * @return A <code>PP_Resource</code> containing the audio config resource i
    [all...]
ppb_host_resolver.idl 61 * @return A <code>PP_Resource</code> corresponding to a host reslover or 0
64 PP_Resource Create([in] PP_Instance instance);
69 * @param[in] resource A <code>PP_Resource</code> to check.
74 PP_Bool IsHostResolver([in] PP_Resource resource);
81 * @param[in] host_resolver A <code>PP_Resource</code> corresponding to a host
96 int32_t Resolve([in] PP_Resource host_resolver,
105 * @param[in] host_resolver A <code>PP_Resource</code> corresponding to a host
114 PP_Var GetCanonicalName([in] PP_Resource host_resolver);
119 * @param[in] host_resolver A <code>PP_Resource</code> corresponding to a host
126 uint32_t GetNetAddressCount([in] PP_Resource host_resolver)
    [all...]
ppb_graphics_3d.idl 28 * PP_Resource context;
78 [in] PP_Resource instance,
137 * @return A <code>PP_Resource</code> containing the 3D graphics context if
140 PP_Resource Create(
142 [in] PP_Resource share_context,
156 [in] PP_Resource resource);
188 [in] PP_Resource context,
208 [in] PP_Resource context,
234 [in] PP_Resource context);
252 [in] PP_Resource context
    [all...]
ppb_udp_socket.idl 74 * @return A <code>PP_Resource</code> corresponding to a UDP socket or 0
77 PP_Resource Create([in] PP_Instance instance);
82 * @param[in] resource A <code>PP_Resource</code> to check.
87 PP_Bool IsUDPSocket([in] PP_Resource resource);
92 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
103 int32_t Bind([in] PP_Resource udp_socket,
104 [in] PP_Resource addr,
110 * @param[in] udp_socket A <code>PP_Resource</code> corresponding to a UDP
115 PP_Resource GetBoundAddress([in] PP_Resource udp_socket)
    [all...]
ppb_url_loader.idl 46 * @return A <code>PP_Resource</code> corresponding to a URLLoader if
49 PP_Resource Create(
55 * @param[in] resource A <code>PP_Resource</code> corresponding to a
63 [in] PP_Resource resource);
70 * @param[in] loader A <code>PP_Resource</code> corresponding to a
72 * @param[in] resource A <code>PP_Resource</code> corresponding to a
82 [in] PP_Resource loader,
83 [in] PP_Resource request_info,
90 * @param[in] loader A <code>PP_Resource</code> corresponding to a
101 [in] PP_Resource loader
    [all...]
ppb_tcp_socket.idl 66 * @return A <code>PP_Resource</code> corresponding to a TCP socket or 0
69 PP_Resource Create([in] PP_Instance instance);
74 * @param[in] resource A <code>PP_Resource</code> to check.
79 PP_Bool IsTCPSocket([in] PP_Resource resource);
84 * @param[in] tcp_socket A <code>PP_Resource</code> corresponding to a TCP
96 int32_t Bind([in] PP_Resource tcp_socket,
97 [in] PP_Resource addr,
104 * @param[in] tcp_socket A <code>PP_Resource</code> corresponding to a TCP
127 int32_t Connect([in] PP_Resource tcp_socket,
128 [in] PP_Resource addr
    [all...]
ppb_file_system.idl 28 * @return A <code>PP_Resource</code> corresponding to a file system if
31 PP_Resource Create([in] PP_Instance instance, [in] PP_FileSystemType type);
36 * @param[in] resource A <code>PP_Resource</code> corresponding to a file
43 PP_Bool IsFileSystem([in] PP_Resource resource);
49 * @param[in] file_system A <code>PP_Resource</code> corresponding to a file
64 int32_t Open([in] PP_Resource file_system,
71 * @param[in] file_system A <code>PP_Resource</code> corresponding to a file
80 PP_FileSystemType GetType([in] PP_Resource file_system);
  /external/chromium_org/ppapi/api/private/
ppb_tcp_server_socket_private.idl 23 PP_Resource Create([in] PP_Instance instance);
28 PP_Bool IsTCPServerSocket([in] PP_Resource resource);
40 int32_t Listen([in] PP_Resource tcp_server_socket,
52 int32_t Accept([in] PP_Resource tcp_server_socket,
53 [out] PP_Resource tcp_socket,
62 int32_t GetLocalAddress([in] PP_Resource tcp_server_socket,
70 void StopListening([in] PP_Resource tcp_server_socket);
  /external/chromium_org/ppapi/generators/test_parser/
interface.idl 13 [in] PP_Resource resource);
16 PP_Resource TwoParam(
25 [in] PP_Resource graphics_2d,
32 PP_Resource[] ReturnArray();
41 [in] PP_Resource resource);
44 PP_Resource TwoParam(
54 [in] PP_Resource graphics_2d,
  /external/chromium_org/ppapi/api/dev/
ppb_scrollbar_dev.idl 29 PP_Resource Create([in] PP_Instance instance,
36 PP_Bool IsScrollbar([in] PP_Resource resource);
41 uint32_t GetThickness([in] PP_Resource resource);
46 PP_Bool IsOverlay([in] PP_Resource scrollbar);
51 uint32_t GetValue([in] PP_Resource scrollbar);
56 void SetValue([in] PP_Resource scrollbar,
63 void SetDocumentSize([in] PP_Resource scrollbar,
70 void SetTickMarks([in] PP_Resource scrollbar,
79 void ScrollBy([in] PP_Resource scrollbar,
ppb_video_decoder_dev.idl 41 * The created decoder is returned as PP_Resource. 0 means failure.
43 PP_Resource Create(
45 [in] PP_Resource context,
58 [in] PP_Resource resource);
73 [in] PP_Resource video_decoder,
92 [in] PP_Resource video_decoder,
108 [in] PP_Resource video_decoder,
124 [in] PP_Resource video_decoder,
140 [in] PP_Resource video_decoder,
154 [in] PP_Resource video_decoder)
    [all...]
ppb_keyboard_input_event_dev.idl 23 * This sets a USB key code in the given <code>PP_Resource</code>. It is
27 * @param[in] key_event A <code>PP_Resource</code> created by
35 PP_Bool SetUsbKeyCode([in] PP_Resource key_event,
45 * USB scancode associated with this event, or if the PP_Resource does not
49 uint32_t GetUsbKeyCode([in] PP_Resource key_event);
59 PP_Var GetCode([in] PP_Resource key_event);
ppb_video_capture_dev.idl 47 PP_Resource Create(
54 [in] PP_Resource video_capture);
71 [in] PP_Resource video_capture,
72 [out] PP_Resource devices,
78 * @param[in] video_capture A <code>PP_Resource</code> corresponding to a
91 [in] PP_Resource video_capture,
98 * @param[in] video_capture A <code>PP_Resource</code> corresponding to a
115 [in] PP_Resource video_capture,
133 [in] PP_Resource video_capture,
134 [in] PP_Resource device_ref
    [all...]
ppb_device_ref_dev.idl 30 [in, size_is(device_count)] PP_Resource[] devices);
46 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
52 PP_Bool IsDeviceRef([in] PP_Resource resource);
57 * @param[in] device_ref A <code>PP_Resource</code> corresponding to a device
63 PP_DeviceType_Dev GetType([in] PP_Resource device_ref);
68 * @param[in] device_ref A <code>PP_Resource</code> corresponding to a device
75 PP_Var GetName([in] PP_Resource device_ref);
ppb_graphics_2d_dev.idl 55 [in] PP_Resource resource,
68 [in] PP_Resource resource);
80 [in] PP_Resource resource,
93 [in] PP_Resource resource,
  /external/chromium_org/ppapi/c/private/
ppb_host_resolver_private.h 17 #include "ppapi/c/pp_resource.h"
77 PP_Resource (*Create)(PP_Instance instance);
81 PP_Bool (*IsHostResolver)(PP_Resource resource);
88 int32_t (*Resolve)(PP_Resource host_resolver,
96 struct PP_Var (*GetCanonicalName)(PP_Resource host_resolver);
100 uint32_t (*GetSize)(PP_Resource host_resolver);
107 PP_Bool (*GetNetAddress)(PP_Resource host_resolver,
ppb_udp_socket_private.h 15 #include "ppapi/c/pp_resource.h"
60 PP_Resource (*Create)(PP_Instance instance_id);
64 PP_Bool (*IsUDPSocket)(PP_Resource resource_id);
74 int32_t (*SetSocketFeature)(PP_Resource udp_socket,
78 int32_t (*Bind)(PP_Resource udp_socket,
85 PP_Bool (*GetBoundAddress)(PP_Resource udp_socket,
92 int32_t (*RecvFrom)(PP_Resource udp_socket,
99 PP_Bool (*GetRecvFromAddress)(PP_Resource udp_socket,
105 int32_t (*SendTo)(PP_Resource udp_socket,
111 void (*Close)(PP_Resource udp_socket)
    [all...]
  /external/chromium_org/ppapi/cpp/
resource.h 8 #include "ppapi/c/pp_resource.h"
47 PP_Resource pp_resource() const { return pp_resource_; } function in class:pp::Resource
55 /// @return The detached <code>PP_Resource</code>.
56 PP_Resource detach();
59 /// A constructor used when a <code>PP_Resource</code> is provided as a
62 /// @param[in] resource A <code>PP_Resource</code> corresponding to a
64 explicit Resource(PP_Resource resource);
66 /// Constructor used when a <code>PP_Resource</code> already has a ref count
68 Resource(PassRef, PP_Resource resource)
    [all...]
  /external/chromium_org/ppapi/generators/test_namespace/
bar.idl 16 typedef int32_t PP_Resource;
21 PP_Resource Create(
30 [in] PP_Resource resource);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_core_interface.cc 9 void FakeCoreInterface::AddRefResource(PP_Resource handle) {
13 void FakeCoreInterface::ReleaseResource(PP_Resource handle) {

Completed in 192 milliseconds

1 23 4 5 6 7 8 91011>>