HomeSort by relevance Sort by last modified time
    Searched defs:thunk (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/ppapi/shared_impl/
ppb_crypto_shared.cc 7 #include "ppapi/thunk/thunk.h"
9 // The crypto interface doesn't have a normal C -> C++ thunk since it doesn't
11 // into base. So we implement the entire interface here, using the thunk
28 namespace thunk { namespace in namespace:ppapi
34 } // namespace thunk
ppapi_globals.h 32 namespace thunk { namespace in namespace:ppapi
96 virtual thunk::PPB_Instance_API* GetInstanceAPI(PP_Instance instance) = 0;
97 virtual thunk::ResourceCreationAPI* GetResourceCreationAPI(
ppb_memory_shared.cc 10 // The memory interface doesn't have a normal C -> C++ thunk since it doesn't
12 // into base. So we implement the entire interface here, using the thunk
34 namespace thunk { namespace in namespace:ppapi
41 } // namespace thunk
  /external/chromium_org/ppapi/thunk/
ppb_ext_crx_file_system_private_thunk.cc 12 #include "ppapi/thunk/enter.h"
13 #include "ppapi/thunk/ppb_ext_crx_file_system_private_api.h"
14 #include "ppapi/thunk/ppb_instance_api.h"
15 #include "ppapi/thunk/resource_creation_api.h"
16 #include "ppapi/thunk/thunk.h"
19 namespace thunk { namespace in namespace:ppapi
47 } // namespace thunk
ppb_file_io_private_thunk.cc 11 #include "ppapi/thunk/enter.h"
12 #include "ppapi/thunk/ppb_file_io_api.h"
13 #include "ppapi/thunk/ppb_instance_api.h"
14 #include "ppapi/thunk/resource_creation_api.h"
15 #include "ppapi/thunk/thunk.h"
18 namespace thunk { namespace in namespace:ppapi
43 } // namespace thunk
ppb_flash_drm_api.h 6 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
25 } // namespace thunk
ppb_flash_print_thunk.cc 7 #include "ppapi/thunk/enter.h"
8 #include "ppapi/thunk/ppb_flash_functions_api.h"
9 #include "ppapi/thunk/thunk.h"
12 namespace thunk { namespace in namespace:ppapi
33 } // namespace thunk
ppb_gamepad_thunk.cc 12 #include "ppapi/thunk/enter.h"
13 #include "ppapi/thunk/ppb_gamepad_api.h"
14 #include "ppapi/thunk/ppb_instance_api.h"
15 #include "ppapi/thunk/resource_creation_api.h"
16 #include "ppapi/thunk/thunk.h"
19 namespace thunk { namespace in namespace:ppapi
43 } // namespace thunk
ppb_messaging_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_instance_api.h"
12 #include "ppapi/thunk/resource_creation_api.h"
13 #include "ppapi/thunk/thunk.h"
16 namespace thunk { namespace in namespace:ppapi
38 } // namespace thunk
ppb_mouse_cursor_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_instance_api.h"
12 #include "ppapi/thunk/resource_creation_api.h"
13 #include "ppapi/thunk/thunk.h"
16 namespace thunk { namespace in namespace:ppapi
41 } // namespace thunk
ppb_network_proxy_thunk.cc 11 #include "ppapi/thunk/enter.h"
12 #include "ppapi/thunk/ppb_instance_api.h"
13 #include "ppapi/thunk/ppb_network_proxy_api.h"
14 #include "ppapi/thunk/resource_creation_api.h"
15 #include "ppapi/thunk/thunk.h"
18 namespace thunk { namespace in namespace:ppapi
46 } // namespace thunk
ppb_pdf_api.h 12 namespace thunk { namespace in namespace:ppapi
38 } // namespace thunk
extensions_common_api.h 15 #include "ppapi/thunk/ppapi_thunk_export.h"
18 namespace thunk { namespace in namespace:ppapi
41 } // namespace thunk
ppb_audio_api.h 11 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
35 } // namespace thunk
ppb_audio_config_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
22 } // namespace thunk
ppb_audio_input_api.h 17 namespace thunk { namespace in namespace:ppapi
46 } // namespace thunk
ppb_browser_font_singleton_api.h 13 namespace thunk { namespace in namespace:ppapi
25 } // namespace thunk
ppb_browser_font_trusted_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
36 } // namespace thunk
ppb_buffer_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
13 namespace thunk { namespace in namespace:ppapi
28 } // namespace thunk
ppb_console_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_instance_api.h"
12 #include "ppapi/thunk/resource_creation_api.h"
13 #include "ppapi/thunk/thunk.h"
16 namespace thunk { namespace in namespace:ppapi
50 } // namespace thunk
ppb_device_ref_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
15 namespace thunk { namespace in namespace:ppapi
29 } // namespace thunk
ppb_device_ref_dev_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppb_device_ref_api.h"
12 #include "ppapi/thunk/ppb_instance_api.h"
13 #include "ppapi/thunk/resource_creation_api.h"
14 #include "ppapi/thunk/thunk.h"
17 namespace thunk { namespace in namespace:ppapi
55 } // namespace thunk
ppb_ext_crx_file_system_private_api.h 11 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
31 } // namespace thunk
ppb_file_chooser_api.h 15 namespace thunk { namespace in namespace:ppapi
42 } // namespace thunk
ppb_file_io_api.h 11 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
62 } // namespace thunk

Completed in 111 milliseconds

1 2 3 4 5 6 7