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

1 2 3 4 5 6

  /external/chromium_org/ppapi/thunk/
ppb_printing_api.h 13 class TrackedCallback;
23 scoped_refptr<TrackedCallback> callback) = 0;
ppb_talk_private_api.h 14 class TrackedCallback;
24 scoped_refptr<TrackedCallback> callback) = 0;
28 scoped_refptr<TrackedCallback> callback) = 0;
30 scoped_refptr<TrackedCallback> callback) = 0;
ppb_file_chooser_api.h 13 class TrackedCallback;
22 scoped_refptr<TrackedCallback> callback) = 0;
29 scoped_refptr<TrackedCallback> callback) = 0;
32 virtual int32_t Show0_5(scoped_refptr<TrackedCallback> callback) = 0;
39 scoped_refptr<TrackedCallback> callback) = 0;
ppb_ext_crx_file_system_private_api.h 15 class TrackedCallback;
25 scoped_refptr<TrackedCallback> callback) = 0;
ppb_file_system_api.h 13 class TrackedCallback;
22 scoped_refptr<TrackedCallback> callback) = 0;
ppb_flash_menu_api.h 13 class TrackedCallback;
23 scoped_refptr<TrackedCallback> callback) = 0;
ppb_truetype_font_api.h 14 class TrackedCallback;
23 scoped_refptr<TrackedCallback> callback) = 0;
25 scoped_refptr<TrackedCallback> callback) = 0;
30 scoped_refptr<TrackedCallback> callback) = 0;
ppb_video_decoder_api.h 13 class TrackedCallback;
22 scoped_refptr<TrackedCallback> callback) = 0;
26 virtual int32_t Flush(scoped_refptr<TrackedCallback> callback) = 0;
27 virtual int32_t Reset(scoped_refptr<TrackedCallback> callback) = 0;
ppb_file_io_api.h 15 class TrackedCallback;
25 scoped_refptr<TrackedCallback> callback) = 0;
27 scoped_refptr<TrackedCallback> callback) = 0;
30 scoped_refptr<TrackedCallback> callback) = 0;
34 scoped_refptr<TrackedCallback> callback) = 0;
38 scoped_refptr<TrackedCallback> callback) = 0;
42 scoped_refptr<TrackedCallback> callback) = 0;
44 scoped_refptr<TrackedCallback> callback) = 0;
45 virtual int32_t Flush(scoped_refptr<TrackedCallback> callback) = 0;
52 scoped_refptr<TrackedCallback> callback) = 0
    [all...]
ppb_flash_drm_api.h 10 class TrackedCallback;
19 scoped_refptr<TrackedCallback> callback) = 0;
22 scoped_refptr<TrackedCallback> callback) = 0;
ppb_tcp_server_socket_private_api.h 14 class TrackedCallback;
24 scoped_refptr<TrackedCallback> callback) = 0;
26 scoped_refptr<TrackedCallback> callback) = 0;
ppb_video_source_private_api.h 15 class TrackedCallback;
24 scoped_refptr<TrackedCallback> callback) = 0;
26 scoped_refptr<TrackedCallback> callback) = 0;
ppb_tcp_socket_api.h 14 class TrackedCallback;
23 scoped_refptr<TrackedCallback> callback) = 0;
28 scoped_refptr<TrackedCallback> callback) = 0;
31 scoped_refptr<TrackedCallback> callback) = 0;
35 scoped_refptr<TrackedCallback> callback) = 0;
ppb_udp_socket_api.h 14 class TrackedCallback;
23 scoped_refptr<TrackedCallback> callback) = 0;
28 scoped_refptr<TrackedCallback> callback) = 0;
32 scoped_refptr<TrackedCallback> callback) = 0;
36 scoped_refptr<TrackedCallback> callback) = 0;
ppb_tcp_socket_private_api.h 14 class TrackedCallback;
24 scoped_refptr<TrackedCallback> callback) = 0;
27 scoped_refptr<TrackedCallback> callback) = 0;
32 scoped_refptr<TrackedCallback> callback) = 0;
38 scoped_refptr<TrackedCallback> callback) = 0;
41 scoped_refptr<TrackedCallback> callback) = 0;
45 scoped_refptr<TrackedCallback> callback) = 0;
ppb_url_loader_api.h 14 class TrackedCallback;
26 scoped_refptr<TrackedCallback> callback) = 0;
33 scoped_refptr<TrackedCallback> callback) = 0;
35 virtual int32_t FollowRedirect(scoped_refptr<TrackedCallback> callback) = 0;
43 scoped_refptr<TrackedCallback> callback) = 0;
45 scoped_refptr<TrackedCallback> callback) = 0;
ppb_file_ref_api.h 18 class TrackedCallback;
31 scoped_refptr<TrackedCallback> callback) = 0;
34 scoped_refptr<TrackedCallback> callback) = 0;
35 virtual int32_t Delete(scoped_refptr<TrackedCallback> callback) = 0;
37 scoped_refptr<TrackedCallback> callback) = 0;
39 scoped_refptr<TrackedCallback> callback) = 0;
42 scoped_refptr<TrackedCallback> callback) = 0;
53 scoped_refptr<TrackedCallback> callback) = 0;
57 scoped_refptr<TrackedCallback> callback) = 0;
ppb_udp_socket_private_api.h 14 class TrackedCallback;
25 scoped_refptr<TrackedCallback> callback) = 0;
29 scoped_refptr<TrackedCallback> callback) = 0;
34 scoped_refptr<TrackedCallback> callback) = 0;
ppb_video_capture_api.h 18 class TrackedCallback;
28 scoped_refptr<TrackedCallback> callback) = 0;
30 scoped_refptr<TrackedCallback> callback) = 0;
36 scoped_refptr<TrackedCallback> callback) = 0;
ppb_websocket_api.h 15 class TrackedCallback;
33 scoped_refptr<TrackedCallback> callback) = 0;
39 scoped_refptr<TrackedCallback> callback) = 0;
45 scoped_refptr<TrackedCallback> callback) = 0;
ppb_audio_api.h 15 class TrackedCallback;
30 scoped_refptr<TrackedCallback> create_callback) = 0;
  /external/chromium_org/ppapi/shared_impl/
callback_tracker.h 18 class TrackedCallback;
53 // references. Releasing a reference to |TrackedCallback| on a different thread
80 // |TrackedCallback| are expected to automatically add and
82 friend class TrackedCallback;
83 void Add(const scoped_refptr<TrackedCallback>& tracked_callback);
84 void Remove(const scoped_refptr<TrackedCallback>& tracked_callback);
91 typedef std::set<scoped_refptr<TrackedCallback> > CallbackSet;
tracked_callback.h 35 // |TrackedCallback| represents a tracked Pepper callback (from the browser to
38 // objects of subclasses of |TrackedCallback|. Two things are ensured: (1) that
62 class PPAPI_SHARED_EXPORT TrackedCallback
63 : public base::RefCountedThreadSafe<TrackedCallback> {
68 TrackedCallback(Resource* resource, const PP_CompletionCallback& callback);
124 static bool IsPending(const scoped_refptr<TrackedCallback>& callback);
128 static bool IsScheduledToRun(const scoped_refptr<TrackedCallback>& callback);
142 // TrackedCallback and EnterBase manage dealing with how to invoke callbacks
157 friend class base::RefCountedThreadSafe<TrackedCallback>;
158 virtual ~TrackedCallback();
    [all...]
  /external/chromium_org/ppapi/proxy/
talk_resource.h 30 scoped_refptr<TrackedCallback> callback) OVERRIDE;
34 scoped_refptr<TrackedCallback> callback) OVERRIDE;
36 scoped_refptr<TrackedCallback> callback) OVERRIDE;
48 scoped_refptr<TrackedCallback> permission_callback_;
49 scoped_refptr<TrackedCallback> start_callback_;
50 scoped_refptr<TrackedCallback> stop_callback_;
udp_socket_resource_base.h 52 scoped_refptr<TrackedCallback> callback);
54 scoped_refptr<TrackedCallback> callback);
60 scoped_refptr<TrackedCallback> callback);
65 scoped_refptr<TrackedCallback> callback);
69 void PostAbortIfNecessary(scoped_refptr<TrackedCallback>* callback);
72 void OnPluginMsgSetOptionReply(scoped_refptr<TrackedCallback> callback,
87 scoped_refptr<TrackedCallback> bind_callback_;
88 scoped_refptr<TrackedCallback> recvfrom_callback_;
89 scoped_refptr<TrackedCallback> sendto_callback_;

Completed in 892 milliseconds

1 2 3 4 5 6