HomeSort by relevance Sort by last modified time
    Searched refs:EnterResourceNoLock (Results 1 - 25 of 47) 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;
67 EnterResourceNoLock<PPB_AudioConfig_API> enter(config, true);
121 EnterResourceNoLock<PPB_AudioConfig_API> enter(config, true);
url_request_info_util.cc 30 using ppapi::thunk::EnterResourceNoLock;
105 EnterResourceNoLock<PPB_FileRef_API> enter(
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 26 using ppapi::thunk::EnterResourceNoLock;
188 EnterResourceNoLock<PPB_Buffer_API> enter(res, true);
213 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 29 using ppapi::thunk::EnterResourceNoLock;
147 EnterResourceNoLock<PPB_AudioConfig_API> config(config_id, true);
334 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,
graphics_2d_resource.cc 83 thunk::EnterResourceNoLock<thunk::PPB_ImageData_API> enter_image(
ppb_buffer_proxy.cc 131 thunk::EnterResourceNoLock<thunk::PPB_Buffer_API> trusted_buffer(
truetype_font_resource.cc 17 using ppapi::thunk::EnterResourceNoLock;
video_source_resource.cc 18 using ppapi::thunk::EnterResourceNoLock;
audio_input_resource.cc 277 thunk::EnterResourceNoLock<thunk::PPB_DeviceRef_API> enter_device_ref(
291 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);
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 214 class EnterResourceNoLock : public EnterResource<ResourceT, false> {
216 EnterResourceNoLock(PP_Resource resource, bool report_error)
219 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 893 milliseconds

1 2