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

1 23 4 5 6 7 8

  /external/chromium_org/ppapi/cpp/private/
host_resolver_private.cc 45 pp_resource(),
58 pp_resource());
65 return get_interface<PPB_HostResolver_Private_0_1>()->GetSize(pp_resource());
73 pp_resource(), index, address);
output_protection_private.cc 42 pp_resource(), link_mask, protection_mask,
53 pp_resource(), desired_method_mask,
video_frame_private.cc 11 video_frame_.image_data = image_data_.pp_resource();
18 video_frame_.image_data = image_data_.pp_resource();
x509_certificate_private.cc 23 X509CertificatePrivate::X509CertificatePrivate(PassRef, PP_Resource resource)
43 pp_resource(),
54 get_interface<PPB_X509Certificate_Private_0_1>()->GetField(pp_resource(),
flash_device_id.cc 37 pp_resource(),
video_source_private.cc 39 VideoSource_Private::VideoSource_Private(PassRef, PP_Resource resource)
48 pp_resource(),
59 pp_resource(),
67 get_interface<PPB_VideoSource_Private_0_1>()->Close(pp_resource());
flash_font_file.cc 50 GetFontTable(pp_resource(), table, output, output_length);
  /external/chromium_org/ppapi/tests/
test_mouse_cursor.cc 46 valid_image.pp_resource(), &point)));
55 valid_image.pp_resource(), &point)));
62 big_image.pp_resource(), &point)));
74 valid_image.pp_resource(), &point)));
80 valid_image.pp_resource(), &point)));
test_buffer.cc 58 if (buffer_interface_->IsBuffer(null_resource.pp_resource()))
66 if (buffer_interface_->IsBuffer(device.pp_resource()))
73 if (!buffer_interface_->IsBuffer(buffer.pp_resource()))
84 !buffer_interface_->IsBuffer(buffer->pp_resource()) ||
test_message_loop.cc 35 ASSERT_NE(0, pp::MessageLoop::GetForMainThread().pp_resource());
36 ASSERT_EQ(pp::MessageLoop::GetForMainThread().pp_resource(),
37 pp::MessageLoop::GetCurrent().pp_resource());
  /external/chromium_org/content/renderer/pepper/
content_renderer_pepper_host_factory.cc 114 new PepperCompositorHost(host_, instance, params.pp_resource()));
117 PP_Resource file_system;
125 host_, instance, params.pp_resource(), file_system, internal_path));
135 host_, instance, params.pp_resource(), file_system_type));
150 params.pp_resource(),
157 host_, false, instance, params.pp_resource()));
162 new PepperVideoDecoderHost(host_, instance, params.pp_resource()));
166 new PepperWebSocketHost(host_, instance, params.pp_resource()));
170 host_, instance, params.pp_resource()));
177 host_, instance, params.pp_resource()));
    [all...]
pepper_file_chooser_host_unittest.cc 70 PP_Resource pp_resource = 123; local
73 PepperFileChooserHost chooser(&host, pp_instance(), pp_resource);
82 ppapi::proxy::ResourceMessageCallParams call_params(pp_resource, 0);
133 PP_Resource pp_resource = 123; local
136 PepperFileChooserHost chooser(&host, pp_instance(), pp_resource);
145 ppapi::proxy::ResourceMessageCallParams call_params(pp_resource, 0);
host_resource_var.h 10 #include "ppapi/c/pp_resource.h"
24 explicit HostResourceVar(PP_Resource pp_resource);
35 virtual PP_Resource GetPPResource() const OVERRIDE;
49 PP_Resource pp_resource_;
  /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/cpp/
file_system.cc 41 FileSystem::FileSystem(PassRef, PP_Resource resource)
58 pp_resource(), expected_size, cc.pp_completion_callback());
66 resource.pp_resource()) == PP_TRUE;
network_monitor.cc 34 pp_resource(), callback.output(), callback.pp_completion_callback());
  /external/chromium_org/ppapi/host/
resource_host.h 12 #include "ppapi/c/pp_resource.h"
33 ResourceHost(PpapiHost* host, PP_Instance instance, PP_Resource resource);
38 PP_Resource pp_resource() const { return pp_resource_; } function in class:ppapi::host::ResourceHost
46 // Sets the PP_Resource ID when the plugin attaches to a pending resource
50 // The current PP_Resource for all pending hosts should be 0. See
52 void SetPPResourceForPendingHost(PP_Resource pp_resource);
76 // The PP_Resource will be valid for this call but not before.
84 PP_Resource pp_resource_
    [all...]
  /external/chromium_org/ppapi/shared_impl/
resource_tracker_unittest.cc 62 PP_Resource pp_resource = resource->GetReference(); local
63 EXPECT_TRUE(resource_tracker().GetResource(pp_resource));
67 resource_tracker().ReleaseResource(pp_resource);
73 EXPECT_FALSE(resource_tracker().GetResource(pp_resource));
  /external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.cc 129 BrowserFont_Trusted::BrowserFont_Trusted(PP_Resource resource)
173 pp_resource(), &description->pp_font_description_, metrics))
177 pp_resource(),
195 pp_resource(),
196 dest->pp_resource(),
204 pp_resource(),
205 dest->pp_resource(),
218 pp_resource(),
222 pp_resource(),
234 pp_resource(),
    [all...]
file_chooser_trusted.cc 59 pp_resource(),
68 data->file_chooser = pp_resource();
73 pp_resource(),
  /external/chromium_org/ppapi/proxy/
plugin_resource.cc 30 new PpapiHostMsg_ResourceDestroyed(pp_resource()));
34 new PpapiHostMsg_ResourceDestroyed(pp_resource()));
38 resource_reply_thread_registrar_->Unregister(pp_resource());
93 ResourceMessageCallParams params(pp_resource(), GetNextSequence());
109 new PpapiHostMsg_AttachToPendingHost(pp_resource(), pending_host_id));
116 ResourceMessageCallParams params(pp_resource(), GetNextSequence());
146 ResourceMessageCallParams params(pp_resource(), GetNextSequence());
  /external/chromium_org/native_client_sdk/src/examples/api/video_decode/
video_decode.cc 40 #define assertNoGLError() assert(!gles2_if_->GetError(context_->pp_resource()));
390 PP_Resource graphics_3d = context_->pp_resource();
475 PP_Resource graphics_3d = context_->pp_resource();
570 gles2_if_->ClearColor(context_->pp_resource(), 1, 0, 0, 1);
571 gles2_if_->Clear(context_->pp_resource(), GL_COLOR_BUFFER_BIT);
587 gles2_if_->GenBuffers(context_->pp_resource(), 1, &buffer);
588 gles2_if_->BindBuffer(context_->pp_resource(), GL_ARRAY_BUFFER, buffer);
590 gles2_if_->BufferData(context_->pp_resource(),
    [all...]
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 41 #define assertNoGLError() assert(!gles2_if_->GetError(context_->pp_resource()));
391 PP_Resource graphics_3d = context_->pp_resource();
476 PP_Resource graphics_3d = context_->pp_resource();
571 gles2_if_->ClearColor(context_->pp_resource(), 1, 0, 0, 1);
572 gles2_if_->Clear(context_->pp_resource(), GL_COLOR_BUFFER_BIT);
588 gles2_if_->GenBuffers(context_->pp_resource(), 1, &buffer);
589 gles2_if_->BindBuffer(context_->pp_resource(), GL_ARRAY_BUFFER, buffer);
591 gles2_if_->BufferData(context_->pp_resource(),
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
font_dev.cc 102 Font_Dev::Font_Dev(PP_Resource resource) : Resource(resource) {
137 pp_resource(), &description->pp_font_description_, metrics))
154 pp_resource(),
155 dest->pp_resource(),
166 return get_interface<PPB_Font_Dev>()->MeasureText(pp_resource(),
175 pp_resource(), &text.pp_text_run(), pixel_position);
184 pp_resource(), &text.pp_text_run(), char_offset);
file_chooser_dev.cc 51 pp_resource(),
58 data->file_chooser = pp_resource();
63 pp_resource(), PP_MakeCompletionCallback(&CallbackConverter, data));
73 std::vector<PP_Resource> selected_files;
77 while (PP_Resource cur = chooser->GetNextChosenFile(data->file_chooser))
85 selected_files.size(), sizeof(PP_Resource));
89 sizeof(PP_Resource) * selected_files.size());

Completed in 828 milliseconds

1 23 4 5 6 7 8