/external/chromium_org/ppapi/tests/ |
test_input_event.h | 44 bool AreEquivalentEvents(PP_Resource first, PP_Resource second);
|
test_resource_array.cc | 61 PP_Resource elements[] = { 62 mouse_event_1.pp_resource(), 63 mouse_event_2.pp_resource(), 64 image_data.pp_resource() 84 PP_Resource elements[] = { 85 mouse_event_1.pp_resource(), 86 mouse_event_2.pp_resource(), 87 image_data.pp_resource() 109 PP_Resource elements[] = { 110 mouse_event.pp_resource(), [all...] |
/external/chromium_org/ppapi/thunk/ |
ppb_file_ref_api.h | 29 virtual PP_Resource GetParent() = 0; 36 virtual int32_t Rename(PP_Resource new_file_ref,
|
ppb_flash_functions_api.h | 34 PP_Resource pp_image_data, 45 PP_Resource request_info,
|
ppb_instance_api.h | 48 virtual PP_Bool BindGraphics(PP_Instance instance, PP_Resource device) = 0; 114 PP_Resource image, 163 PP_Resource decrypted_block, 176 PP_Resource decrypted_frame, 179 PP_Resource audio_frames,
|
ppb_content_decryptor_private_thunk.cc | 75 PP_Resource decrypted_block, 123 PP_Resource decrypted_frame, 136 PP_Resource audio_frames,
|
/external/chromium_org/ppapi/examples/2d/ |
graphics_2d_example.c | 44 PP_Resource MakeAndBindGraphics2D(PP_Instance instance, 46 PP_Resource graphics; 64 PP_Resource image, graphics; 146 PP_Resource view) { 168 PP_Resource pp_url_loader) {
|
/external/chromium_org/ppapi/proxy/ |
resource_message_params.h | 12 #include "ppapi/c/pp_resource.h" 24 PP_Resource pp_resource() const { return pp_resource_; } function in class:ppapi::proxy::ResourceMessageParams 73 ResourceMessageParams(PP_Resource resource, int32_t sequence); 111 PP_Resource pp_resource_; 141 ResourceMessageCallParams(PP_Resource resource, int32_t sequence); 160 ResourceMessageReplyParams(PP_Resource resource, int32_t sequence);
|
ppb_message_loop_proxy.cc | 199 PP_Resource Create(PP_Instance instance) { 208 PP_Resource GetForMainThread() { 213 PP_Resource GetCurrent() { 221 int32_t AttachToCurrentThread(PP_Resource message_loop) { 228 int32_t Run(PP_Resource message_loop) { 235 int32_t PostWork(PP_Resource message_loop, 244 int32_t PostQuit(PP_Resource message_loop, PP_Bool should_destroy) {
|
ppb_tcp_socket_proxy.cc | 43 virtual int32_t Connect(PP_Resource addr, 45 virtual PP_Resource GetLocalAddress() OVERRIDE; 46 virtual PP_Resource GetRemoteAddress() OVERRIDE; 97 int32_t TCPSocket::Connect(PP_Resource addr, 107 PP_Resource TCPSocket::GetLocalAddress() { 119 PP_Resource TCPSocket::GetRemoteAddress() { 212 PP_Resource PPB_TCPSocket_Proxy::CreateProxyResource(PP_Instance instance) {
|
ppb_instance_proxy.h | 11 #include "ppapi/c/pp_resource.h" 49 PP_Resource device) OVERRIDE; 88 PP_Resource image, 135 PP_Resource decrypted_block, 148 PP_Resource decrypted_frame, 151 PP_Resource audio_frames, 164 PP_Resource device); 251 PP_Resource decrypted_block, 254 PP_Resource decrypted_frame, 258 PP_Resource audio_frames [all...] |
file_ref_resource.h | 13 #include "ppapi/c/pp_resource.h" 30 static PP_Resource CreateFileRef(Connection connection, 43 virtual PP_Resource GetParent() OVERRIDE; 51 virtual int32_t Rename(PP_Resource new_file_ref,
|
graphics_2d_resource.cc | 10 #include "ppapi/c/pp_resource.h" 56 void Graphics2DResource::PaintImageData(PP_Resource image_data, 82 void Graphics2DResource::ReplaceContents(PP_Resource image_data) { 131 bool Graphics2DResource::ReadImageData(PP_Resource image,
|
ppb_buffer_proxy.cc | 13 #include "ppapi/c/pp_resource.h" 75 PP_Resource PPB_Buffer_Proxy::CreateProxyResource(PP_Instance instance, 93 PP_Resource PPB_Buffer_Proxy::AddProxyResource( 126 PP_Resource local_buffer_resource = enter.functions()->CreateBuffer(instance,
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_input_event_shared.h | 100 static PP_Resource CreateIMEInputEvent(ResourceObjectType type, 110 static PP_Resource CreateKeyboardInputEvent(ResourceObjectType type, 117 static PP_Resource CreateMouseInputEvent( 127 static PP_Resource CreateWheelInputEvent(ResourceObjectType type, 134 static PP_Resource CreateTouchInputEvent(ResourceObjectType type,
|
resource_tracker.cc | 35 Resource* ResourceTracker::GetResource(PP_Resource res) const { 43 void ResourceTracker::AddRefResource(PP_Resource res) { 46 << res << " is not a PP_Resource."; 65 void ResourceTracker::ReleaseResource(PP_Resource res) { 68 << res << " is not a PP_Resource."; 88 void ResourceTracker::ReleaseResourceSoon(PP_Resource res) { 169 PP_Resource ResourceTracker::AddResource(Resource* object) { 177 PP_Resource new_id = MakeTypedId(++last_resource_value_, PP_ID_TYPE_RESOURCE); 203 PP_Resource pp_resource = object->pp_resource() local [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_node_http.cc | 171 PP_Resource loader; 172 PP_Resource request; 173 PP_Resource response; 277 PP_Resource* out_loader, 278 PP_Resource* out_request, 279 PP_Resource* out_response, 288 if (!request.pp_resource()) 297 if (!loader.pp_resource()) 301 loader.pp_resource(), request.pp_resource(), PP_BlockUntilComplete()) [all...] |
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_flash_browser_host.h | 32 PP_Resource resource);
|
pepper_flash_drm_host.h | 30 PP_Resource resource);
|
pepper_talk_host.h | 29 PP_Resource resource);
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_flash_fullscreen_host.cc | 20 PP_Resource resource)
|
pepper_flash_menu_host.h | 34 PP_Resource resource,
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_printing_host.cc | 19 PP_Resource resource,
|
pepper_renderer_connection.h | 13 #include "ppapi/c/pp_resource.h" 59 const std::vector<PP_Resource>& resources);
|
/external/chromium_org/content/renderer/pepper/ |
content_decryptor_delegate.h | 93 void DeliverBlock(PP_Resource decrypted_block, 102 void DeliverFrame(PP_Resource decrypted_frame, 104 void DeliverSamples(PP_Resource audio_frames, 132 bool DeserializeAudioFrames(PP_Resource audio_frames,
|