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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ppapi/api/
ppb_url_response_info.idl 89 * @param[in] resource A <code>PP_Resource</code> corresponding to a
97 [in] PP_Resource resource);
102 * @param[in] request A <code>PP_Resource</code> corresponding to a
111 [in] PP_Resource response,
122 * @param[in] request A <code>PP_Resource</code> corresponding to a
125 * @return A <code>PP_Resource</code> corresponding to a <code>FileRef</code>
129 PP_Resource GetBodyAsFileRef(
130 [in] PP_Resource response);
ppb_graphics_2d.idl 42 * @return A <code>PP_Resource</code> containing the 2D graphics context if
45 PP_Resource Create(
61 [in] PP_Resource resource);
78 [in] PP_Resource graphics_2d,
122 [in] PP_Resource graphics_2d,
123 [in] PP_Resource image_data,
146 [in] PP_Resource graphics_2d,
183 [in] PP_Resource graphics_2d,
184 [in] PP_Resource image_data);
247 [in] PP_Resource graphics_2d
    [all...]
ppb_network_list.idl 69 * @param[in] resource A <code>PP_Resource</code> resource.
75 PP_Bool IsNetworkList([in] PP_Resource resource);
80 * @param[in] resource A <code>PP_Resource</code> corresponding to a
86 uint32_t GetCount([in] PP_Resource resource);
91 * @param[in] resource A <code>PP_Resource</code> corresponding to a
98 PP_Var GetName([in] PP_Resource resource,
104 * @param[in] resource A <code>PP_Resource</code> corresponding to a
112 PP_NetworkList_Type GetType([in] PP_Resource resource,
118 * @param[in] resource A <code>PP_Resource</code> corresponding to a
126 PP_NetworkList_State GetState([in] PP_Resource resource
    [all...]
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_proxy_private.idl 16 [in] PP_Resource resource);
  /external/chromium_org/ppapi/api/private/
pp_video_frame_private.idl 25 PP_Resource image_data;
ppb_file_ref_private.idl 16 * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file
21 PP_Var GetAbsolutePath([in] PP_Resource file_ref);
ppb_flash_drm.idl 25 PP_Resource Create([in] PP_Instance instance);
32 int32_t GetDeviceID([in] PP_Resource drm,
41 PP_Bool GetHmonitor([in] PP_Resource drm,
49 int32_t GetVoucherFile([in] PP_Resource drm,
50 [out] PP_Resource file_ref,
59 int32_t MonitorIsExternal([in] PP_Resource drm,
ppb_host_resolver_private.idl 41 PP_Resource Create([in] PP_Instance instance);
46 PP_Bool IsHostResolver([in] PP_Resource resource);
54 int32_t Resolve([in] PP_Resource host_resolver,
63 PP_Var GetCanonicalName([in] PP_Resource host_resolver);
68 uint32_t GetSize([in] PP_Resource host_resolver);
76 PP_Bool GetNetAddress([in] PP_Resource host_resolver,
  /external/chromium_org/ppapi/c/dev/
ppb_file_chooser_dev.h 16 #include "ppapi/c/pp_resource.h"
76 * @return A <code>PP_Resource</code> containing the file chooser if
79 PP_Resource (*Create)(PP_Instance instance,
85 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
91 PP_Bool (*IsFileChooser)(PP_Resource resource);
112 * @param[in] output An output array which will receive PP_Resource(s)
122 int32_t (*Show)(PP_Resource chooser,
130 PP_Resource (*Create)(PP_Instance instance,
133 PP_Bool (*IsFileChooser)(PP_Resource resource);
134 int32_t (*Show)(PP_Resource chooser, struct PP_CompletionCallback callback)
    [all...]
ppb_printing_dev.h 18 #include "ppapi/c/pp_resource.h"
41 * @return A <code>PP_Resource</code> containing the printing resource if
44 PP_Resource (*Create)(PP_Instance instance);
59 PP_Resource resource,
ppb_var_resource_dev.h 13 #include "ppapi/c/pp_resource.h"
33 * Converts a resource-type var to a <code>PP_Resource</code>.
37 * @return A <code>PP_Resource</code> retrieved from the var, or 0 if the var
41 PP_Resource (*VarToResource)(struct PP_Var var);
45 * @param[in] resource A <code>PP_Resource</code> to be wrapped in a var.
51 struct PP_Var (*VarFromResource)(PP_Resource resource);
ppp_video_decoder_dev.h 14 #include "ppapi/c/pp_resource.h"
56 PP_Resource decoder,
70 PP_Resource decoder,
83 PP_Resource decoder,
95 PP_Resource decoder,
ppb_keyboard_input_event_dev.h 15 #include "ppapi/c/pp_resource.h"
42 * This sets a USB key code in the given <code>PP_Resource</code>. It is
46 * @param[in] key_event A <code>PP_Resource</code> created by
54 PP_Bool (*SetUsbKeyCode)(PP_Resource key_event, uint32_t usb_key_code);
62 * USB scancode associated with this event, or if the PP_Resource does not
66 uint32_t (*GetUsbKeyCode)(PP_Resource key_event);
75 struct PP_Var (*GetCode)(PP_Resource key_event);
ppp_scrollbar_dev.h 14 #include "ppapi/c/pp_resource.h"
36 PP_Resource scrollbar,
43 PP_Resource scrollbar,
51 PP_Resource scrollbar,
  /external/chromium_org/ppapi/c/
ppb_audio_config.h 14 #include "ppapi/c/pp_resource.h"
106 * @return A <code>PP_Resource</code> containing the
110 PP_Resource (*CreateStereo16Bit)(PP_Instance instance,
147 * @param[in] resource A <code>PP_Resource</code> corresponding to an audio
154 PP_Bool (*IsAudioConfig)(PP_Resource resource);
159 * @param[in] config A <code>PP_Resource</code> corresponding to a
165 PP_AudioSampleRate (*GetSampleRate)(PP_Resource config);
170 * @param[in] config A <code>PP_Resource</code> corresponding to an audio
177 uint32_t (*GetSampleFrameCount)(PP_Resource config);
196 PP_Resource (*CreateStereo16Bit)(PP_Instance instance
    [all...]
ppb_network_list.h 14 #include "ppapi/c/pp_resource.h"
87 * @param[in] resource A <code>PP_Resource</code> resource.
93 PP_Bool (*IsNetworkList)(PP_Resource resource);
97 * @param[in] resource A <code>PP_Resource</code> corresponding to a
103 uint32_t (*GetCount)(PP_Resource resource);
107 * @param[in] resource A <code>PP_Resource</code> corresponding to a
114 struct PP_Var (*GetName)(PP_Resource resource, uint32_t index);
118 * @param[in] resource A <code>PP_Resource</code> corresponding to a
125 PP_NetworkList_Type (*GetType)(PP_Resource resource, uint32_t index);
129 * @param[in] resource A <code>PP_Resource</code> corresponding to
    [all...]
pp_directory_entry.h 13 #include "ppapi/c/pp_resource.h"
28 PP_Resource file_ref;
  /external/chromium_org/ppapi/c/private/
ppb_flash_device_id.h 15 #include "ppapi/c/pp_resource.h"
35 PP_Resource (*Create)(PP_Instance instance);
41 int32_t (*GetDeviceID)(PP_Resource device_id,
  /external/chromium_org/ppapi/generators/test_parser/
struct.idl 13 PP_Resource Mem2;
23 PP_Resource Mem2;
25 [attr1, attr2] PP_Resource Mem3;
33 PP_Resource Mem2;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
packet.h 9 #include "ppapi/c/pp_resource.h"
25 void Copy(const void *buffer, size_t len, PP_Resource addr);
28 void Take(const void *buffer, size_t len, PP_Resource addr);
31 PP_Resource addr() { return addr_; }
36 PP_Resource addr_;
  /external/chromium_org/ppapi/cpp/dev/
video_capture_client_dev.h 24 virtual void OnDeviceInfo(PP_Resource video_capture,
27 virtual void OnStatus(PP_Resource video_capture, uint32_t status) = 0;
28 virtual void OnError(PP_Resource video_capture, uint32_t error) = 0;
29 virtual void OnBufferReady(PP_Resource video_capture, uint32_t buffer) = 0;
video_decoder_client_dev.h 27 virtual void ProvidePictureBuffers(PP_Resource decoder,
34 virtual void DismissPictureBuffer(PP_Resource decoder,
38 virtual void PictureReady(PP_Resource decoder,
42 virtual void NotifyError(PP_Resource decoder,
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 37 PP_Resource ResourceCreationImpl::CreateAudio1_0(
39 PP_Resource config_id,
47 PP_Resource ResourceCreationImpl::CreateAudio(
49 PP_Resource config_id,
57 PP_Resource ResourceCreationImpl::CreateAudioConfig(
65 PP_Resource ResourceCreationImpl::CreateAudioTrusted(
70 PP_Resource ResourceCreationImpl::CreateAudioInput(PP_Instance instance) {
74 PP_Resource ResourceCreationImpl::CreateBroker(PP_Instance instance) {
78 PP_Resource ResourceCreationImpl::CreateBuffer(PP_Instance instance,
83 PP_Resource ResourceCreationImpl::CreateFlashDRM(PP_Instance instance)
    [all...]
resource_creation_impl.h 26 virtual PP_Resource CreateAudio1_0(PP_Instance instance,
27 PP_Resource config_id,
30 virtual PP_Resource CreateAudio(PP_Instance instance,
31 PP_Resource config_id,
34 virtual PP_Resource CreateAudioTrusted(PP_Instance instance) OVERRIDE;
35 virtual PP_Resource CreateAudioConfig(PP_Instance instance,
38 virtual PP_Resource CreateAudioInput(PP_Instance instance) OVERRIDE;
39 virtual PP_Resource CreateBroker(PP_Instance instance) OVERRIDE;
40 virtual PP_Resource CreateBuffer(PP_Instance instance,
42 virtual PP_Resource CreateFlashDRM(PP_Instance instance) OVERRIDE
    [all...]
  /external/chromium_org/ppapi/api/dev/
ppb_file_chooser_dev.idl 53 * @return A <code>PP_Resource</code> containing the file chooser if
56 PP_Resource Create(
64 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic
71 [in] PP_Resource resource);
101 [in] PP_Resource chooser,
113 * @return A <code>PP_Resource</code> containing the next file chosen by the
117 PP_Resource GetNextChosenFile(
118 [in] PP_Resource chooser);
140 * @param[in] output An output array which will receive PP_Resource(s)
151 int32_t Show([in] PP_Resource chooser
    [all...]

Completed in 166 milliseconds

1 2 34 5 6 7 8 91011>>