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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/thunk/
ppb_network_monitor_private_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
19 } // 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_browser_font_singleton_api.h 13 namespace thunk { namespace in namespace:ppapi
25 } // 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_flash_font_file_api.h 11 namespace thunk { namespace in namespace:ppapi
22 } // namespace thunk
ppb_printing_api.h 15 namespace thunk { namespace in namespace:ppapi
26 } // namespace thunk
ppb_resource_array_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
22 } // namespace thunk
ppb_url_response_info_api.h 12 namespace thunk { namespace in namespace:ppapi
22 } // namespace 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 { \
23 #include "ppapi/thunk/interfaces_ppb_private.h"
24 #include "ppapi/thunk/interfaces_ppb_private_no_permissions.h"
25 #include "ppapi/thunk/interfaces_ppb_private_flash.h"
26 #include "ppapi/thunk/interfaces_ppb_public_stable.h"
27 #include "ppapi/thunk/interfaces_ppb_public_dev.h"
34 namespace thunk { namespace in namespace:ppapi
    [all...]
ppb_buffer_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
13 namespace thunk { namespace in namespace:ppapi
28 } // 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_system_api.h 15 namespace thunk { namespace in namespace:ppapi
26 } // namespace thunk
ppb_flash_menu_api.h 15 namespace thunk { namespace in namespace:ppapi
26 } // namespace thunk
ppb_flash_message_loop_api.h 12 namespace thunk { namespace in namespace:ppapi
29 } // namespace thunk
ppb_gamepad_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
14 namespace thunk { namespace in namespace:ppapi
26 } // namespace thunk
ppb_x509_certificate_private_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
22 } // namespace thunk
ppb_flash_file_fileref_thunk.cc 7 #include "ppapi/thunk/enter.h"
8 #include "ppapi/thunk/ppb_file_ref_api.h"
9 #include "ppapi/thunk/ppb_flash_file_api.h"
10 #include "ppapi/thunk/thunk.h"
13 namespace thunk { namespace in namespace:ppapi
19 thunk::EnterResource<thunk::PPB_FileRef_API> enter(file_ref, true);
56 } // namespace thunk
  /frameworks/base/tools/aapt/
qsort_r_compat.c 32 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
34 qsort_r(base, nel, width, thunk, compar);
40 * GNU qsort_r parameter order places the thunk parameter last.
44 void* thunk; member in struct:compar_data
50 return compar_data->compar(compar_data->thunk, a, b);
53 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
56 compar_data.thunk = thunk;
64 * Emulate qsort_r using thread local storage to access the thunk data.
72 void* thunk; member in struct:compar_data
    [all...]
qsort_r_compat.h 32 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
  /external/chromium_org/ppapi/proxy/
broker_resource.h 10 #include "ppapi/thunk/ppb_broker_api.h"
17 public thunk::PPB_Broker_Instance_API {
23 virtual thunk::PPB_Broker_Instance_API* AsPPB_Broker_Instance_API() OVERRIDE;
25 // thunk::PPB_Broker_Instance_API implementation.
browser_font_singleton_resource.h 10 #include "ppapi/thunk/ppb_browser_font_singleton_api.h"
19 public thunk::PPB_BrowserFont_Singleton_API {
25 virtual thunk::PPB_BrowserFont_Singleton_API*
28 // thunk::PPB_BrowserFontSingleton_API implementation.
flash_fullscreen_resource.h 10 #include "ppapi/thunk/ppb_flash_fullscreen_api.h"
17 public thunk::PPB_Flash_Fullscreen_API {
24 virtual thunk::PPB_Flash_Fullscreen_API*
gamepad_resource.h 16 #include "ppapi/thunk/ppb_gamepad_api.h"
33 public thunk::PPB_Gamepad_API {
39 virtual thunk::PPB_Gamepad_API* AsPPB_Gamepad_API() OVERRIDE;
printing_resource.h 12 #include "ppapi/thunk/ppb_printing_api.h"
19 public NON_EXPORTED_BASE(thunk::PPB_Printing_API) {
26 virtual thunk::PPB_Printing_API* AsPPB_Printing_API() OVERRIDE;
  /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

Completed in 153 milliseconds

1 2 3 4 5 6 7 8 91011>>