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

1 2 3 4 5 6 7 8

  /external/chromium_org/ppapi/thunk/
thunk.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
11 // Declares a getter for the interface thunk of the form:
13 // const PPB_Foo* ppapi::thunk::GetPPB_Foo_Thunk();
17 namespace ppapi { namespace thunk { \
21 #include "ppapi/thunk/interfaces_ppb_private.h"
22 #include "ppapi/thunk/interfaces_ppb_private_no_permissions.h"
23 #include "ppapi/thunk/interfaces_ppb_private_flash.h"
24 #include "ppapi/thunk/interfaces_ppb_public_stable.h"
25 #include "ppapi/thunk/interfaces_ppb_public_dev.h"
26 #include "ppapi/thunk/interfaces_ppb_public_dev_channel.h
31 namespace thunk { namespace in namespace:ppapi
    [all...]
ppb_ext_crx_file_system_private_thunk.cc 9 #include "ppapi/thunk/enter.h"
10 #include "ppapi/thunk/ppb_instance_api.h"
11 #include "ppapi/thunk/ppb_isolated_file_system_private_api.h"
12 #include "ppapi/thunk/resource_creation_api.h"
13 #include "ppapi/thunk/thunk.h"
16 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
28 } // 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/ppapi_thunk_export.h"
14 #include "ppapi/thunk/ppb_gamepad_api.h"
17 namespace thunk { namespace in namespace:ppapi
41 } // namespace thunk
ppb_isolated_file_system_private_thunk.cc 12 #include "ppapi/thunk/enter.h"
13 #include "ppapi/thunk/ppapi_thunk_export.h"
14 #include "ppapi/thunk/ppb_isolated_file_system_private_api.h"
17 namespace thunk { namespace in namespace:ppapi
48 } // namespace thunk
ppb_mouse_cursor_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppapi_thunk_export.h"
14 namespace thunk { namespace in namespace:ppapi
39 } // namespace thunk
ppb_network_proxy_thunk.cc 11 #include "ppapi/thunk/enter.h"
12 #include "ppapi/thunk/ppapi_thunk_export.h"
13 #include "ppapi/thunk/ppb_network_proxy_api.h"
16 namespace thunk { namespace in namespace:ppapi
45 } // namespace thunk
ppb_pdf_api.h 12 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_buffer_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
15 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
43 } // 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_compositor_api.h 13 namespace thunk { namespace in namespace:ppapi
24 } // namespace thunk
ppb_compositor_layer_api.h 13 namespace thunk { namespace in namespace:ppapi
40 } // namespace thunk
ppb_console_thunk.cc 10 #include "ppapi/thunk/enter.h"
11 #include "ppapi/thunk/ppapi_thunk_export.h"
14 namespace thunk { namespace in namespace:ppapi
48 } // 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/ppapi_thunk_export.h"
12 #include "ppapi/thunk/ppb_device_ref_api.h"
15 namespace thunk { namespace in namespace:ppapi
54 } // namespace thunk
ppb_file_chooser_api.h 15 namespace thunk { namespace in namespace:ppapi
42 } // namespace thunk
  /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
26 namespace thunk { namespace in namespace:ppapi
32 } // namespace thunk
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
27 namespace thunk { namespace in namespace:ppapi
34 } // namespace thunk

Completed in 257 milliseconds

1 2 3 4 5 6 7 8