OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnterResourceNoLock
(Results
1 - 25
of
44
) sorted by null
1
2
/external/chromium_org/content/renderer/pepper/
ppb_widget_impl.cc
16
using ppapi::thunk::
EnterResourceNoLock
;
37
EnterResourceNoLock
<PPB_ImageData_API> enter(image_id, true);
46
EnterResourceNoLock
<PPB_InputEvent_API> enter(pp_input_event, true);
ppb_audio_impl.cc
22
using ppapi::thunk::
EnterResourceNoLock
;
68
EnterResourceNoLock
<PPB_AudioConfig_API> enter(config, true);
121
EnterResourceNoLock
<PPB_AudioConfig_API> enter(config, true);
161
EnterResourceNoLock
<PPB_AudioConfig_API> enter(config_, true);
pepper_video_destination_host.cc
75
ppapi::thunk::
EnterResourceNoLock
<ppapi::thunk::PPB_ImageData_API> enter(
ppb_graphics_3d_impl.cc
28
using ppapi::thunk::
EnterResourceNoLock
;
87
EnterResourceNoLock
<PPB_Graphics3D_API> enter(share_context, true);
107
EnterResourceNoLock
<PPB_Graphics3D_API> enter(share_context, true);
ppb_video_decoder_impl.cc
32
using ppapi::thunk::
EnterResourceNoLock
;
118
EnterResourceNoLock
<PPB_Graphics3D_API> enter_context(graphics_context, true);
158
EnterResourceNoLock
<PPB_Buffer_API> enter(bitstream_buffer->data, true);
pepper_video_capture_host.cc
23
using ppapi::thunk::
EnterResourceNoLock
;
205
EnterResourceNoLock
<PPB_Buffer_API> enter(res, true);
230
EnterResourceNoLock
<PPB_Buffer_API> enter(res, true);
/external/chromium_org/ppapi/proxy/
enter_proxy.h
20
// Wrapper around
EnterResourceNoLock
that takes a host resource. This is used
28
: public thunk::
EnterResourceNoLock
<ResourceT> {
31
: thunk::
EnterResourceNoLock
<ResourceT>(
45
: public thunk::
EnterResourceNoLock
<ResourceT> {
48
: thunk::
EnterResourceNoLock
<ResourceT>(host_resource.host_resource(),
59
: thunk::
EnterResourceNoLock
<ResourceT>(host_resource.host_resource(),
ppp_input_event_proxy.cc
15
using ppapi::thunk::
EnterResourceNoLock
;
25
EnterResourceNoLock
<PPB_InputEvent_API> enter(input_event, false);
video_destination_resource.cc
18
using ppapi::thunk::
EnterResourceNoLock
;
64
thunk::
EnterResourceNoLock
<thunk::PPB_ImageData_API> enter_image(
udp_socket_resource.cc
17
typedef thunk::
EnterResourceNoLock
<thunk::PPB_NetAddress_API>
flash_resource.cc
27
using ppapi::thunk::
EnterResourceNoLock
;
198
EnterResourceNoLock
<thunk::PPB_ImageData_API> enter(pp_image_data, true);
236
EnterResourceNoLock
<thunk::PPB_URLRequestInfo_API> enter(request_info,
ppb_audio_proxy.cc
28
using ppapi::thunk::
EnterResourceNoLock
;
146
EnterResourceNoLock
<PPB_AudioConfig_API> config(config_id, true);
325
EnterResourceNoLock
<PPB_AudioConfig_API> config(
ppb_testing_proxy.cc
22
using ppapi::thunk::
EnterResourceNoLock
;
45
EnterResourceNoLock
<PPB_Graphics2D_API> enter(graphics_2d, true);
88
EnterResourceNoLock
<PPB_InputEvent_API> enter(input_event, false);
ppb_video_decoder_proxy.cc
18
using ppapi::thunk::
EnterResourceNoLock
;
71
EnterResourceNoLock
<PPB_Buffer_API>
195
EnterResourceNoLock
<PPB_Graphics3D_API> enter_context(graphics_context,
ppb_buffer_proxy.cc
131
thunk::
EnterResourceNoLock
<thunk::PPB_Buffer_API> trusted_buffer(
tcp_socket_resource.cc
18
typedef thunk::
EnterResourceNoLock
<thunk::PPB_NetAddress_API>
truetype_font_resource.cc
17
using ppapi::thunk::
EnterResourceNoLock
;
video_source_resource.cc
18
using ppapi::thunk::
EnterResourceNoLock
;
audio_input_resource.cc
270
thunk::
EnterResourceNoLock
<thunk::PPB_DeviceRef_API> enter_device_ref(
284
thunk::
EnterResourceNoLock
<thunk::PPB_AudioConfig_API> enter_config(config,
ppp_instance_proxy.cc
34
using thunk::
EnterResourceNoLock
;
68
EnterResourceNoLock
<PPB_View_API> enter_view(view_resource, false);
file_io_resource.cc
23
using ppapi::thunk::
EnterResourceNoLock
;
101
EnterResourceNoLock
<PPB_FileRef_API> enter_file_ref(file_ref, true);
119
EnterResourceNoLock
<PPB_FileSystem_API> enter_file_system(
ppp_content_decryptor_private_proxy.cc
24
using ppapi::thunk::
EnterResourceNoLock
;
34
EnterResourceNoLock
<PPB_Buffer_API> enter(resource, true);
47
EnterResourceNoLock
<PPB_Buffer_API> enter(resource, true);
/external/chromium_org/ppapi/thunk/
enter.h
211
class
EnterResourceNoLock
: public EnterResource<ResourceT, false> {
213
EnterResourceNoLock
(PP_Resource resource, bool report_error)
216
EnterResourceNoLock
(PP_Resource resource,
ppb_video_capture_thunk.cc
77
EnterResourceNoLock
<PPB_DeviceRef_API> enter_device_ref(device_ref, true);
/external/chromium_org/ppapi/shared_impl/
ppb_instance_shared.cc
79
thunk::
EnterResourceNoLock
<thunk::PPB_ImageData_API> enter(image, true);
Completed in 3727 milliseconds
1
2