HomeSort by relevance Sort by last modified time
    Searched refs:thunk (Results 176 - 200 of 408) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/content/renderer/pepper/
pepper_video_destination_host.cc 15 #include "ppapi/thunk/enter.h"
16 #include "ppapi/thunk/ppb_image_data_api.h"
75 ppapi::thunk::EnterResourceNoLock<ppapi::thunk::PPB_ImageData_API> enter(
renderer_ppapi_host_impl.h 24 namespace thunk { namespace in namespace:ppapi
71 scoped_ptr<ppapi::thunk::ResourceCreationAPI>
  /external/chromium_org/ppapi/proxy/
audio_input_resource.h 18 #include "ppapi/thunk/ppb_audio_input_api.h"
26 public thunk::PPB_AudioInput_API,
33 virtual thunk::PPB_AudioInput_API* AsPPB_AudioInput_API() OVERRIDE;
ppp_input_event_proxy.cc 12 #include "ppapi/thunk/enter.h"
13 #include "ppapi/thunk/ppb_input_event_api.h"
15 using ppapi::thunk::EnterResourceNoLock;
16 using ppapi::thunk::PPB_InputEvent_API;
video_capture_resource.h 12 #include "ppapi/thunk/ppb_video_capture_api.h"
19 public ::ppapi::thunk::PPB_VideoCapture_API {
27 virtual thunk::PPB_VideoCapture_API* AsPPB_VideoCapture_API() OVERRIDE {
ppp_instance_proxy.cc 25 #include "ppapi/thunk/enter.h"
26 #include "ppapi/thunk/ppb_flash_fullscreen_api.h"
27 #include "ppapi/thunk/ppb_view_api.h"
32 using thunk::EnterInstanceAPINoLock;
33 using thunk::EnterInstanceNoLock;
34 using thunk::EnterResourceNoLock;
35 using thunk::PPB_Flash_Fullscreen_API;
36 using thunk::PPB_Instance_API;
37 using thunk::PPB_View_API;
audio_input_resource.cc 20 #include "ppapi/thunk/enter.h"
21 #include "ppapi/thunk/ppb_audio_config_api.h"
45 thunk::PPB_AudioInput_API* AudioInputResource::AsPPB_AudioInput_API() {
277 thunk::EnterResourceNoLock<thunk::PPB_DeviceRef_API> enter_device_ref(
291 thunk::EnterResourceNoLock<thunk::PPB_AudioConfig_API> enter_config(config,
ppb_testing_proxy.cc 16 #include "ppapi/thunk/enter.h"
17 #include "ppapi/thunk/ppb_graphics_2d_api.h"
18 #include "ppapi/thunk/ppb_input_event_api.h"
20 using ppapi::thunk::EnterInstance;
21 using ppapi::thunk::EnterResource;
22 using ppapi::thunk::EnterResourceNoLock;
23 using ppapi::thunk::PPB_Graphics2D_API;
24 using ppapi::thunk::PPB_InputEvent_API;
talk_resource_unittest.cc 9 #include "ppapi/thunk/thunk.h"
70 const PPB_Talk_Private_1_0* talk = thunk::GetPPB_Talk_Private_1_0_Thunk();
96 const PPB_Talk_Private_2_0* talk = thunk::GetPPB_Talk_Private_2_0_Thunk();
123 const PPB_Talk_Private_2_0* talk = thunk::GetPPB_Talk_Private_2_0_Thunk();
url_request_info_resource.cc 8 #include "ppapi/thunk/enter.h"
9 #include "ppapi/thunk/ppb_file_ref_api.h"
24 thunk::PPB_URLRequestInfo_API*
86 thunk::EnterResourceNoLock<thunk::PPB_FileRef_API> enter(file_ref, true);
websocket_resource_unittest.cc 22 #include "ppapi/thunk/thunk.h"
58 thunk::GetPPB_WebSocket_1_0_Thunk();
98 thunk::GetPPB_WebSocket_1_0_Thunk();
126 thunk::GetPPB_WebSocket_1_0_Thunk();
file_ref_resource.h 19 #include "ppapi/thunk/ppb_file_ref_api.h"
28 public thunk::PPB_FileRef_API {
37 virtual thunk::PPB_FileRef_API* AsPPB_FileRef_API() OVERRIDE;
plugin_globals.h 60 virtual thunk::PPB_Instance_API* GetInstanceAPI(
62 virtual thunk::ResourceCreationAPI* GetResourceCreationAPI(
ppb_flash_message_loop_proxy.cc 14 #include "ppapi/thunk/enter.h"
15 #include "ppapi/thunk/ppb_flash_message_loop_api.h"
16 #include "ppapi/thunk/resource_creation_api.h"
18 using ppapi::thunk::PPB_Flash_MessageLoop_API;
123 thunk::EnterResourceCreation enter(instance);
ppb_image_data_proxy.h 25 #include "ppapi/thunk/ppb_image_data_api.h"
39 public NON_EXPORTED_BASE(ppapi::thunk::PPB_ImageData_API),
45 virtual ppapi::thunk::PPB_ImageData_API* AsPPB_ImageData_API() OVERRIDE;
ppb_network_monitor_private_proxy.cc 10 #include "ppapi/thunk/ppb_network_monitor_private_api.h"
17 public thunk::PPB_NetworkMonitor_Private_API,
37 virtual ppapi::thunk::PPB_NetworkMonitor_Private_API*
truetype_font_resource.cc 15 #include "ppapi/thunk/enter.h"
17 using ppapi::thunk::EnterResourceNoLock;
18 using ppapi::thunk::PPB_TrueTypeFont_API;
url_loader_resource.h 16 #include "ppapi/thunk/ppb_url_loader_api.h"
25 public NON_EXPORTED_BASE(thunk::PPB_URLLoader_API) {
42 thunk::PPB_URLLoader_API* AsPPB_URLLoader_API() OVERRIDE;
video_source_resource.cc 16 #include "ppapi/thunk/enter.h"
18 using ppapi::thunk::EnterResourceNoLock;
19 using ppapi::thunk::PPB_VideoSource_Private_API;
websocket_resource.h 13 #include "ppapi/thunk/ppb_websocket_api.h"
26 public NON_EXPORTED_BASE(thunk::PPB_WebSocket_API) {
32 virtual thunk::PPB_WebSocket_API* AsPPB_WebSocket_API() OVERRIDE;
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h 14 #include "ppapi/thunk/ppb_graphics_3d_api.h"
29 public thunk::PPB_Graphics3D_API {
32 virtual thunk::PPB_Graphics3D_API* AsPPB_Graphics3D_API() OVERRIDE;
test_globals.h 57 virtual thunk::PPB_Instance_API* GetInstanceAPI(
59 virtual thunk::ResourceCreationAPI* GetResourceCreationAPI(
resource.h 98 namespace thunk { namespace in namespace:ppapi
102 } // namespace thunk
194 virtual thunk::RESOURCE* As##RESOURCE();
244 template<> inline thunk::RESOURCE* Resource::GetAs() { \
  /external/chromium_org/sandbox/win/src/
interception.cc 475 ServiceResolverThunk* thunk; local
477 thunk = new ServiceResolverThunk(child_->Process(), relaxed_);
482 thunk = new Wow64W8ResolverThunk(child_->Process(), relaxed_);
484 thunk = new Wow64ResolverThunk(child_->Process(), relaxed_);
486 thunk = new Win2kResolverThunk(child_->Process(), relaxed_);
488 thunk = new Win8ResolverThunk(child_->Process(), relaxed_);
490 thunk = new ServiceResolverThunk(child_->Process(), relaxed_);
507 NTSTATUS ret = thunk->ResolveInterceptor(local_interceptor,
519 NTSTATUS ret = thunk->Setup(ntdll_base,
537 delete(thunk);
    [all...]
service_resolver_64.cc 63 // We don't have an internal thunk for x64.
101 ServiceFullThunk* thunk = reinterpret_cast<ServiceFullThunk*>( local
104 if (!IsFunctionAService(&thunk->original))
107 ret = PerformPatch(thunk, thunk_storage);
159 // Copy the local thunk buffer to the child.

Completed in 448 milliseconds

1 2 3 4 5 6 78 91011>>