/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,
|
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_image_capture_private.h | 17 #include "ppapi/c/pp_resource.h" 63 * |preview| A <code>PP_Resource</code> corresponding to a VideoFrame 68 PP_Resource preview); 80 * |jpeg| A <code>PP_Resource</code> corresponding to a VideoFrame 85 PP_Resource jpeg); 137 * @return A <code>PP_Resource</code> corresponding to a 140 PP_Resource (*Create)(PP_Instance instance, 147 * @param[in] resource The <code>PP_Resource</code> to test. 153 PP_Bool (*IsImageCapture)(PP_Resource resource); 161 * @param[in] image_capture A <code>PP_Resource</code> corresponding to a [all...] |
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,
|
/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/ppapi/api/ |
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_video_decoder.idl | 48 * @return A <code>PP_Resource</code> corresponding to a video decoder if 51 PP_Resource Create( 57 * @param[in] resource A <code>PP_Resource</code> identifying a resource. 64 [in] PP_Resource resource); 70 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video 88 [in] PP_Resource video_decoder, 89 [in] PP_Resource graphics3d_context, 98 * @param[in] video_decoder A <code>PP_Resource</code> identifying the video 116 [in] PP_Resource video_decoder, 117 [in] PP_Resource graphics3d_context [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...] |
ppb_compositor_layer.idl | 50 * @param[in] resource The <code>PP_Resource</code> to test. 56 PP_Bool IsCompositorLayer([in] PP_Resource resource); 64 * param[in] layer A <code>PP_Resource</code> corresponding to a compositor 79 int32_t SetColor([in] PP_Resource layer, 93 * param[in] layer A <code>PP_Resource</code> corresponding to a compositor 95 * param[in] context A <code>PP_Resource</code> corresponding to a graphics 105 int32_t SetTexture([in] PP_Resource layer, 106 [in] PP_Resource context, 118 * param[in] layer A <code>PP_Resource</code> corresponding to a compositor 120 * param[in] context A <code>PP_Resource</code> corresponding to a graphic [all...] |
/external/chromium_org/ppapi/c/dev/ |
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,
|
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/ |
pp_directory_entry.h | 13 #include "ppapi/c/pp_resource.h" 28 PP_Resource file_ref;
|
ppb_opengles2.h | 11 #include "ppapi/c/pp_resource.h" 59 #include "ppapi/c/pp_resource.h" 92 void (*ActiveTexture)(PP_Resource context, GLenum texture); 93 void (*AttachShader)(PP_Resource context, GLuint program, GLuint shader); 94 void (*BindAttribLocation)(PP_Resource context, 98 void (*BindBuffer)(PP_Resource context, GLenum target, GLuint buffer); 99 void (*BindFramebuffer)(PP_Resource context, 102 void (*BindRenderbuffer)(PP_Resource context, 105 void (*BindTexture)(PP_Resource context, GLenum target, GLuint texture); 106 void (*BlendColor)(PP_Resource context [all...] |
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...] |
/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/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...] |
/external/chromium_org/ppapi/api/private/ |
ppb_flash_drm.idl | 25 PP_Resource Create([in] PP_Instance instance); 32 int32_t GetDeviceID([in] PP_Resource drm, 43 PP_Bool GetHmonitor([in] PP_Resource drm, 51 int32_t GetVoucherFile([in] PP_Resource drm, 52 [out] PP_Resource file_ref, 61 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,
|
ppb_image_capture_config_private.idl | 31 * @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 an image 48 [in] PP_Resource resource); 54 * @param[in] config A <code>PP_Resource</code> corresponding to an image 60 [in] PP_Resource config, 67 * @param[in] config A <code>PP_Resource</code> corresponding to a 73 [in] PP_Resource config, 80 * @param[in] config A <code>PP_Resource</code> corresponding to an image 86 [in] PP_Resource config [all...] |
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...] |
/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/thunk/ |
ppb_audio_input_api.h | 27 virtual int32_t Open0_3(PP_Resource device_ref, 28 PP_Resource config, 32 virtual int32_t Open(PP_Resource device_ref, 33 PP_Resource config, 37 virtual PP_Resource GetCurrentConfig() = 0;
|
/external/chromium_org/content/renderer/pepper/ |
pepper_in_process_resource_creation.h | 44 virtual PP_Resource CreateBrowserFont( 47 virtual PP_Resource CreateFileChooser(PP_Instance instance, 50 virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE; 51 virtual PP_Resource CreateFileRef(PP_Instance instance, 54 virtual PP_Resource CreateFileSystem(PP_Instance instance, 56 virtual PP_Resource CreateGraphics2D(PP_Instance pp_instance, 59 virtual PP_Resource CreatePrinting(PP_Instance instance) OVERRIDE; 60 virtual PP_Resource CreateTrueTypeFont( 63 virtual PP_Resource CreateURLLoader(PP_Instance instance) OVERRIDE; 64 virtual PP_Resource CreateURLRequestInfo(PP_Instance instance) OVERRIDE [all...] |