Searched defs:SetCallback (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/media/base/
H A Dcallback_holder.h28 void SetCallback(const CB& cb) { function in class:media::CallbackHolder
/external/chromium_org/net/http/
H A Ddisk_based_cert_cache.h30 typedef base::Callback<void(const std::string&)> SetCallback; typedef in class:net::DiskBasedCertCache
48 const SetCallback& cb);
/external/chromium_org/third_party/webrtc/base/
H A Dasyncinvoker-inl.h62 void SetCallback(const Callback0<void>& callback) { function in class:rtc::NotifyingAsyncClosureBase
93 SetCallback(Callback0<void>(Bind(callback_, callback_host_, result)));
116 SetCallback(Callback0<void>(Bind(callback, callback_host)));
/external/chromium_org/win8/metro_driver/ime/
H A Dinput_source.cc51 void SetCallback(base::Closure on_language_chanaged) { function in class:metro_driver::__anon17434::InputSourceMonitor
92 monitor_->SetCallback(base::Bind(&InputSourceImpl::OnLanguageChanged,
96 monitor_->SetCallback(base::Closure());
/external/chromium_org/dbus/
H A Dproperty.h260 typedef base::Callback<void(bool success)> SetCallback; typedef in class:dbus::PropertySet
267 virtual void Set(PropertyBase* property, SetCallback callback);
268 virtual void OnSet(PropertyBase* property, SetCallback callback,
371 virtual void Set(const T& value, dbus::PropertySet::SetCallback callback) {
/external/chromium_org/ppapi/shared_impl/
H A Dppb_audio_shared.cc68 void PPB_Audio_Shared::SetCallback(const AudioCallbackCombined& callback, function in class:ppapi::PPB_Audio_Shared
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DTestSenderReceiver.h52 void SetCallback (SendRecCB *cb) { _sendRecCB = cb; }; function in class:TestSenderReceiver
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_posix.cc101 bool UdpSocketPosix::SetCallback(CallbackObj obj, IncomingSocketCallback cb) function in class:webrtc::test::UdpSocketPosix
107 "UdpSocketPosix(%p)::SetCallback", this);
112 "UdpSocketPosix(%p)::SetCallback socket added to manager",
118 "UdpSocketPosix(%p)::SetCallback error adding me to mgr",
H A Dudp_socket2_win.cc233 bool UdpSocket2Windows::SetCallback(CallbackObj obj, IncomingSocketCallback cb) function in class:webrtc::test::UdpSocket2Windows
241 "UdpSocket2Windows(%d)::SetCallback ",(int32_t)this);
245 "UdpSocket2Windows(%d)::SetCallback alreadey added",
254 "UdpSocket2Windows(%d)::SetCallback socket added to manager",
261 "UdpSocket2Windows(%d)::SetCallback error adding me to mgr",
/external/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp97 orig.SetCallback (orig_callback, orig_callback_baton_sp, orig_is_sync);
113 BreakpointOptions::SetCallback (BreakpointHitCallback callback, const BatonSP &callback_baton_sp, bool callback_is_synchronous) function in class:BreakpointOptions
H A DWatchpointOptions.cpp82 orig.SetCallback (orig_callback, orig_callback_baton_sp, orig_is_sync);
98 WatchpointOptions::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool callback_is_synchronous) function in class:WatchpointOptions
H A DBreakpointLocation.cpp212 BreakpointLocation::SetCallback (BreakpointHitCallback callback, void *baton, function in class:BreakpointLocation
217 GetLocationOptions()->SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
222 BreakpointLocation::SetCallback (BreakpointHitCallback callback, const BatonSP &baton_sp, function in class:BreakpointLocation
225 GetLocationOptions()->SetCallback (callback, baton_sp, is_synchronous);
H A DWatchpoint.cpp76 Watchpoint::SetCallback (WatchpointHitCallback callback, void *baton, bool is_synchronous) function in class:Watchpoint
80 m_options.SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
88 Watchpoint::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) function in class:Watchpoint
90 m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
H A DBreakpoint.cpp297 Breakpoint::SetCallback (BreakpointHitCallback callback, void *baton, bool is_synchronous) function in class:Breakpoint
301 m_options.SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
309 Breakpoint::SetCallback (BreakpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) function in class:Breakpoint
311 m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
/external/chromium_org/chrome/browser/profile_resetter/
H A Dbrandcode_config_fetcher.cc166 void BrandcodeConfigFetcher::SetCallback(const FetchCallback& callback) { function in class:BrandcodeConfigFetcher
/external/chromium_org/media/audio/
H A Daudio_output_controller_unittest.cc74 void SetCallback(AudioSourceCallback* asc) { callback_ = asc; } function in class:media::MockAudioOutputStream
183 Invoke(&mock_stream_, &MockAudioOutputStream::SetCallback));
/external/lldb/include/lldb/Utility/
H A DSharingPtr.h543 void SetCallback(Callback cb, void* baton) function in class:lldb_private::LoggingSharingPtr
/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp464 static void SetCallback(const UString &filePath, function
527 SetCallback(filePath, NULL, callback, openCallbackNew);
/external/lldb/source/API/
H A DSBBreakpoint.cpp566 SBBreakpoint::SetCallback (BreakpointHitCallback callback, void *baton) function in class:SBBreakpoint
571 log->Printf ("SBBreakpoint(%p)::SetCallback (callback=%p, baton=%p)", m_opaque_sp.get(), callback, baton);
577 m_opaque_sp->SetCallback (SBBreakpoint::PrivateBreakpointHitCallback, baton_sp, false);
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8_tracing.cc127 void SetCallback(const CompletionCallback& callback);
389 void ProxyResolverV8Tracing::Job::SetCallback( function in class:net::ProxyResolverV8Tracing::Job
469 SetCallback(callback);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc3892 SetCallback(true);
3898 SetCallback(false);
3917 void SetCallback(bool enable) { function in class:cc::__anon2820::LayerTreeHostTestTreeActivationCallback

Completed in 2347 milliseconds