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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/pepper/
ppb_flash_message_loop_impl.h 12 #include "ppapi/thunk/ppb_flash_message_loop_api.h"
18 public ppapi::thunk::PPB_Flash_MessageLoop_API {
23 virtual ppapi::thunk::PPB_Flash_MessageLoop_API*
ppb_network_monitor_private_impl.h 13 #include "ppapi/thunk/ppb_network_monitor_private_api.h"
19 public ppapi::thunk::PPB_NetworkMonitor_Private_API,
26 virtual ppapi::thunk::PPB_NetworkMonitor_Private_API*
ppb_buffer_impl.h 13 #include "ppapi/thunk/ppb_buffer_api.h"
18 public ppapi::thunk::PPB_Buffer_API {
30 virtual ppapi::thunk::PPB_Buffer_API* AsPPB_Buffer_API() OVERRIDE;
58 explicit BufferAutoMapper(ppapi::thunk::PPB_Buffer_API* api);
66 ppapi::thunk::PPB_Buffer_API* api_;
ppb_widget_impl.cc 12 #include "ppapi/thunk/enter.h"
13 #include "ppapi/thunk/ppb_input_event_api.h"
14 #include "ppapi/thunk/ppb_widget_api.h"
16 using ppapi::thunk::EnterResourceNoLock;
17 using ppapi::thunk::PPB_ImageData_API;
18 using ppapi::thunk::PPB_InputEvent_API;
19 using ppapi::thunk::PPB_Widget_API;
  /external/chromium_org/ppapi/proxy/
ext_crx_file_system_private_resource.h 28 #include "ppapi/thunk/ppb_ext_crx_file_system_private_api.h"
40 public thunk::PPB_Ext_CrxFileSystem_Private_API {
46 virtual thunk::PPB_Ext_CrxFileSystem_Private_API*
file_system_resource.h 16 #include "ppapi/thunk/ppb_file_system_api.h"
26 public NON_EXPORTED_BASE(thunk::PPB_FileSystem_API) {
34 virtual thunk::PPB_FileSystem_API* AsPPB_FileSystem_API() OVERRIDE;
flash_menu_resource.h 12 #include "ppapi/thunk/ppb_flash_menu_api.h"
21 public thunk::PPB_Flash_Menu_API {
33 virtual thunk::PPB_Flash_Menu_API* AsPPB_Flash_Menu_API() OVERRIDE;
host_resolver_private_resource.h 12 #include "ppapi/thunk/ppb_host_resolver_private_api.h"
19 public thunk::PPB_HostResolver_Private_API {
26 virtual thunk::PPB_HostResolver_Private_API*
host_resolver_resource.h 12 #include "ppapi/thunk/ppb_host_resolver_api.h"
19 public thunk::PPB_HostResolver_API {
25 virtual thunk::PPB_HostResolver_API* AsPPB_HostResolver_API() OVERRIDE;
27 // thunk::PPB_HostResolver_API implementation.
network_proxy_resource.h 10 #include "ppapi/thunk/ppb_network_proxy_api.h"
18 public thunk::PPB_NetworkProxy_API {
25 virtual thunk::PPB_NetworkProxy_API* AsPPB_NetworkProxy_API() OVERRIDE;
video_destination_resource.h 14 #include "ppapi/thunk/ppb_video_destination_private_api.h"
26 public thunk::PPB_VideoDestination_Private_API {
33 virtual thunk::PPB_VideoDestination_Private_API*
udp_socket_resource.cc 8 #include "ppapi/thunk/enter.h"
9 #include "ppapi/thunk/ppb_net_address_api.h"
10 #include "ppapi/thunk/resource_creation_api.h"
17 typedef thunk::EnterResourceNoLock<thunk::PPB_NetAddress_API>
30 thunk::PPB_UDPSocket_API* UDPSocketResource::AsPPB_UDPSocket_API() {
48 thunk::EnterResourceCreationNoLock enter(pp_instance());
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
qsort.c 93 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk
99 return CMP(thunk, a, b) < 0 ?
100 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
101 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
106 qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp)
108 #define thunk NULL
123 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
134 pl = med3(pl, pl + d, pl + 2 * d, cmp, thunk);
    [all...]
  /external/chromium_org/ppapi/shared_impl/
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
ppb_message_loop_shared.h 14 #include "ppapi/thunk/ppb_message_loop_api.h"
29 public thunk::PPB_MessageLoop_API {
  /external/chromium_org/ppapi/thunk/
ppb_audio_api.h 11 #include "ppapi/thunk/ppapi_thunk_export.h"
17 namespace thunk { namespace in namespace:ppapi
35 } // namespace thunk
ppb_broker_api.h 18 namespace thunk { namespace in namespace:ppapi
41 } // 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_fullscreen_api.h 9 #include "ppapi/thunk/ppapi_thunk_export.h"
12 namespace thunk { namespace in namespace:ppapi
32 } // 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_host_resolver_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
31 } // namespace thunk
ppb_host_resolver_private_api.h 10 #include "ppapi/thunk/ppapi_thunk_export.h"
16 namespace thunk { namespace in namespace:ppapi
32 } // namespace thunk
ppb_image_data_api.h 14 namespace thunk { namespace in namespace:ppapi
54 } // namespace thunk
ppb_message_loop_api.h 12 #include "ppapi/thunk/ppapi_thunk_export.h"
18 namespace thunk { namespace in namespace:ppapi
35 } // namespace thunk

Completed in 231 milliseconds

12 3 4 5 6 7 8 91011>>