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

1 2 3 4 5 6 7 8

  /external/chromium_org/ppapi/cpp/dev/
widget_dev.cc 29 Widget_Dev::Widget_Dev(PP_Resource resource) : Resource(resource) {
38 pp_resource(), &rect.pp_rect(), image->pp_resource()));
41 pp_resource(), &rect.pp_rect(), image->pp_resource()));
49 pp_resource(), event.pp_resource()));
52 pp_resource(), event.pp_resource()));
60 pp_resource(), &location->pp_rect()))
    [all...]
audio_input_dev.cc 52 pp_resource(), callback.output(), callback.pp_completion_callback());
56 pp_resource(), callback.output(), callback.pp_completion_callback());
67 pp_resource(), callback, user_data);
71 pp_resource(), callback, user_data);
84 pp_resource(), device_ref.pp_resource(), config.pp_resource(),
99 pp_resource(), device_ref.pp_resource(), config.pp_resource(),
    [all...]
video_decoder_dev.cc 31 instance.pp_instance(), context.pp_resource(), profile));
34 VideoDecoder_Dev::VideoDecoder_Dev(PP_Resource resource) : Resource(resource) {
42 if (!has_interface<PPB_VideoDecoder_Dev>() || !pp_resource())
45 pp_resource(), buffers.size(), &buffers[0]);
54 pp_resource(), &bitstream_buffer, callback.pp_completion_callback());
58 if (!has_interface<PPB_VideoDecoder_Dev>() || !pp_resource())
61 pp_resource(), picture_buffer_id);
68 pp_resource(), callback.pp_completion_callback());
75 pp_resource(), callback.pp_completion_callback());
view_dev.cc 23 return get_interface<PPB_View_Dev>()->GetDeviceScale(pp_resource());
29 return get_interface<PPB_View_Dev>()->GetCSSScale(pp_resource());
ime_input_event_dev.cc 35 event.pp_resource())) {
40 event.pp_resource())) {
46 Module::Get()->core()->AddRefResource(event.pp_resource());
47 PassRefFromConstructor(event.pp_resource());
74 pp_resource()));
78 pp_resource()));
86 pp_resource());
89 pp_resource());
97 pp_resource(), index);
100 pp_resource(), index)
    [all...]
scrollbar_dev.cc 24 Scrollbar_Dev::Scrollbar_Dev(PP_Resource resource) : Widget_Dev(resource) {
41 return get_interface<PPB_Scrollbar_Dev>()->GetThickness(pp_resource());
48 PP_ToBool(get_interface<PPB_Scrollbar_Dev>()->IsOverlay(pp_resource()));
54 return get_interface<PPB_Scrollbar_Dev>()->GetValue(pp_resource());
59 get_interface<PPB_Scrollbar_Dev>()->SetValue(pp_resource(), value);
64 get_interface<PPB_Scrollbar_Dev>()->SetDocumentSize(pp_resource(), size);
77 pp_resource(), count ? &temp[0] : NULL, count);
82 get_interface<PPB_Scrollbar_Dev>()->ScrollBy(pp_resource(),
video_capture_dev.cc 29 VideoCapture_Dev::VideoCapture_Dev(PP_Resource resource)
45 pp_resource(), callback.output(), callback.pp_completion_callback());
56 pp_resource(), callback, user_data);
69 pp_resource(), device_ref.pp_resource(), &requested_info, buffer_count,
79 pp_resource());
87 return get_interface<PPB_VideoCapture_Dev_0_3>()->ReuseBuffer(pp_resource(),
97 pp_resource());
105 get_interface<PPB_VideoCapture_Dev_0_3>()->Close(pp_resource());
  /external/chromium_org/ppapi/cpp/
view.cc 31 View::View(PP_Resource view_resource) : Resource(view_resource) {
37 if (PP_ToBool(get_interface<PPB_View_1_2>()->GetRect(pp_resource(), &out)))
40 if (PP_ToBool(get_interface<PPB_View_1_1>()->GetRect(pp_resource(), &out)))
43 if (PP_ToBool(get_interface<PPB_View_1_0>()->GetRect(pp_resource(), &out)))
52 pp_resource()));
55 pp_resource()));
58 pp_resource()));
65 return PP_ToBool(get_interface<PPB_View_1_2>()->IsVisible(pp_resource()));
67 return PP_ToBool(get_interface<PPB_View_1_1>()->IsVisible(pp_resource()));
69 return PP_ToBool(get_interface<PPB_View_1_0>()->IsVisible(pp_resource()));
    [all...]
compositor_layer.cc 38 CompositorLayer::CompositorLayer(PassRef, PP_Resource resource)
52 pp_resource(), red, green, blue, alpha, &size.pp_size());
56 pp_resource(), red, green, blue, alpha, &size.pp_size());
68 pp_resource(), context.pp_resource(), target, texture, &size.pp_size(),
75 pp_resource(), context.pp_resource(), texture, &size.pp_size(),
85 pp_resource(), image.pp_resource(), NULL,
90 pp_resource(), image.pp_resource(), NULL
    [all...]
graphics_2d.cc 74 get_interface<PPB_Graphics2D_1_1>()->PaintImageData(pp_resource(),
75 image.pp_resource(),
79 get_interface<PPB_Graphics2D_1_0>()->PaintImageData(pp_resource(),
80 image.pp_resource(),
90 get_interface<PPB_Graphics2D_1_1>()->PaintImageData(pp_resource(),
91 image.pp_resource(),
95 get_interface<PPB_Graphics2D_1_0>()->PaintImageData(pp_resource(),
96 image.pp_resource(),
104 get_interface<PPB_Graphics2D_1_1>()->Scroll(pp_resource(),
108 get_interface<PPB_Graphics2D_1_0>()->Scroll(pp_resource(),
    [all...]
file_ref.cc 32 FileRef::FileRef(PP_Resource resource) : Resource(resource) {
35 FileRef::FileRef(PassRef, PP_Resource resource) : Resource(PASS_REF, resource) {
42 file_system.pp_resource(), path));
45 file_system.pp_resource(), path));
48 file_system.pp_resource(), path));
58 return get_interface<PPB_FileRef_1_2>()->GetFileSystemType(pp_resource());
60 return get_interface<PPB_FileRef_1_1>()->GetFileSystemType(pp_resource());
62 return get_interface<PPB_FileRef_1_0>()->GetFileSystemType(pp_resource());
69 get_interface<PPB_FileRef_1_2>()->GetName(pp_resource()));
73 get_interface<PPB_FileRef_1_1>()->GetName(pp_resource()));
    [all...]
media_stream_video_track.cc 50 MediaStreamVideoTrack::MediaStreamVideoTrack(PassRef, PP_Resource resource)
62 pp_resource(), attributes, callback.pp_completion_callback());
65 pp_resource(), attributes, callback.pp_completion_callback());
74 pp_resource(), attrib, value);
77 pp_resource(), attrib, value);
85 pp_resource()));
90 pp_resource()));
100 pp_resource()));
103 pp_resource()));
112 pp_resource(), callback.output(), callback.pp_completion_callback())
    [all...]
audio_buffer.cc 29 AudioBuffer::AudioBuffer(PassRef, PP_Resource resource)
38 return get_interface<PPB_AudioBuffer_0_1>()->GetTimestamp(pp_resource());
44 get_interface<PPB_AudioBuffer_0_1>()->SetTimestamp(pp_resource(),
51 return get_interface<PPB_AudioBuffer_0_1>()->GetSampleRate(pp_resource());
57 return get_interface<PPB_AudioBuffer_0_1>()->GetSampleSize(pp_resource());
64 pp_resource());
72 pp_resource());
79 return get_interface<PPB_AudioBuffer_0_1>()->GetDataBuffer(pp_resource());
86 pp_resource());
video_decoder.cc 49 pp_resource(),
50 context.pp_resource(),
59 pp_resource(),
60 context.pp_resource(),
76 pp_resource(), decode_id, size, buffer, cc.pp_completion_callback());
80 pp_resource(), decode_id, size, buffer, cc.pp_completion_callback());
89 pp_resource(), cc.output(), cc.pp_completion_callback());
93 pp_resource(), cc.output(), cc.pp_completion_callback());
100 get_interface<PPB_VideoDecoder_0_2>()->RecyclePicture(pp_resource(),
103 get_interface<PPB_VideoDecoder_0_1>()->RecyclePicture(pp_resource(),
    [all...]
tcp_socket.cc 39 TCPSocket::TCPSocket(PassRef, PP_Resource resource)
64 pp_resource(), addr.pp_resource(), callback.pp_completion_callback());
73 pp_resource(), addr.pp_resource(), callback.pp_completion_callback());
77 pp_resource(), addr.pp_resource(), callback.pp_completion_callback());
86 get_interface<PPB_TCPSocket_1_1>()->GetLocalAddress(pp_resource()));
91 get_interface<PPB_TCPSocket_1_0>()->GetLocalAddress(pp_resource()));
100 get_interface<PPB_TCPSocket_1_1>()->GetRemoteAddress(pp_resource()));
    [all...]
input_event.cc 53 InputEvent::InputEvent(PP_Resource input_event_resource) : Resource() {
69 return get_interface<PPB_InputEvent_1_0>()->GetType(pp_resource());
75 return get_interface<PPB_InputEvent_1_0>()->GetTimeStamp(pp_resource());
81 return get_interface<PPB_InputEvent_1_0>()->GetModifiers(pp_resource());
94 event.pp_resource())) {
95 Module::Get()->core()->AddRefResource(event.pp_resource());
96 PassRefFromConstructor(event.pp_resource());
119 return get_interface<PPB_MouseInputEvent_1_1>()->GetButton(pp_resource());
125 return get_interface<PPB_MouseInputEvent_1_1>()->GetPosition(pp_resource());
131 return get_interface<PPB_MouseInputEvent_1_1>()->GetClickCount(pp_resource());
    [all...]
media_stream_audio_track.cc 36 MediaStreamAudioTrack::MediaStreamAudioTrack(PassRef, PP_Resource resource)
48 pp_resource(), attributes, callback.pp_completion_callback());
57 pp_resource(), attrib, value);
65 pp_resource()));
75 pp_resource()));
84 pp_resource(), callback.output(), callback.pp_completion_callback());
92 pp_resource(), buffer.pp_resource());
99 get_interface<PPB_MediaStreamAudioTrack_0_1>()->Close(pp_resource());
106 IsMediaStreamAudioTrack(resource.pp_resource()));
    [all...]
url_loader.cc 27 URLLoader::URLLoader(PP_Resource resource) : Resource(resource) {
44 return get_interface<PPB_URLLoader_1_0>()->Open(pp_resource(),
45 request_info.pp_resource(),
53 pp_resource(), cc.pp_completion_callback());
61 pp_resource(), bytes_sent, total_bytes_to_be_sent));
70 pp_resource(), bytes_received, total_bytes_to_be_received));
78 pp_resource()));
87 pp_resource(), buffer, bytes_to_read, cc.pp_completion_callback());
94 pp_resource(), cc.pp_completion_callback());
100 get_interface<PPB_URLLoader_1_0>()->Close(pp_resource());
    [all...]
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...]
websocket.cc 48 pp_resource(), url.pp_var(), c_protocols, protocol_count,
61 pp_resource(), code, reason.pp_var(),
75 pp_resource(), const_cast<PP_Var*>(&message->pp_var()),
84 pp_resource(), message.pp_var());
91 return get_interface<PPB_WebSocket_1_0>()->GetBufferedAmount(pp_resource());
98 return get_interface<PPB_WebSocket_1_0>()->GetCloseCode(pp_resource());
106 get_interface<PPB_WebSocket_1_0>()->GetCloseReason(pp_resource()));
114 get_interface<PPB_WebSocket_1_0>()->GetCloseWasClean(pp_resource());
123 get_interface<PPB_WebSocket_1_0>()->GetExtensions(pp_resource()));
131 get_interface<PPB_WebSocket_1_0>()->GetProtocol(pp_resource()));
    [all...]
  /external/chromium_org/ppapi/cpp/private/
tcp_socket_private.cc 45 TCPSocketPrivate::TCPSocketPrivate(PassRef, PP_Resource resource)
61 pp_resource(), host, port, callback.pp_completion_callback());
65 pp_resource(), host, port, callback.pp_completion_callback());
69 pp_resource(), host, port, callback.pp_completion_callback());
79 pp_resource(), addr, callback.pp_completion_callback());
83 pp_resource(), addr, callback.pp_completion_callback());
87 pp_resource(), addr, callback.pp_completion_callback());
95 GetLocalAddress(pp_resource(), local_addr);
100 GetLocalAddress(pp_resource(), local_addr);
105 GetLocalAddress(pp_resource(), local_addr)
    [all...]
udp_socket_private.cc 49 pp_resource(), name, value.pp_var());
58 pp_resource(), addr, callback.pp_completion_callback());
62 pp_resource(), addr, callback.pp_completion_callback());
71 pp_resource(), addr);
77 pp_resource(), addr);
88 pp_resource(), buffer, num_bytes, callback.pp_completion_callback());
92 pp_resource(), buffer, num_bytes, callback.pp_completion_callback());
101 pp_resource(), addr);
107 pp_resource(), addr);
119 pp_resource(), buffer, num_bytes, addr
    [all...]
tcp_server_socket_private.cc 50 pp_resource(), addr, backlog, callback.pp_completion_callback());
54 pp_resource(), addr, backlog, callback.pp_completion_callback());
59 int32_t TCPServerSocketPrivate::Accept(PP_Resource* tcp_socket,
63 pp_resource(), tcp_socket, callback.pp_completion_callback());
67 pp_resource(), tcp_socket, callback.pp_completion_callback());
75 pp_resource(), addr);
83 pp_resource());
87 pp_resource());
input_event_private.cc 25 Module::Get()->core()->AddRefResource(event.pp_resource());
26 PassRefFromConstructor(event.pp_resource());
34 pp_resource(), PP_FromBool(has_damage)));
  /external/chromium_org/ppapi/proxy/
plugin_resource_var.cc 12 PP_Resource PluginResourceVar::GetPPResource() const {
13 return resource_.get() ? resource_->pp_resource() : 0;

Completed in 193 milliseconds

1 2 3 4 5 6 7 8