Searched refs:CallCallback (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/remoting/base/
H A Dsocket_reader.h42 void CallCallback(scoped_refptr<net::IOBuffer> data, int result);
H A Dsocket_reader.cc64 base::Bind(&SocketReader::CallCallback, weak_factory_.GetWeakPtr(),
69 void SocketReader::CallCallback(scoped_refptr<net::IOBuffer> data, int result) { function in class:remoting::SocketReader
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_runner.cc105 base::Bind(&DnsProbeRunner::CallCallback,
138 base::Bind(&DnsProbeRunner::CallCallback,
142 void DnsProbeRunner::CallCallback() { function in class:chrome_browser_net::DnsProbeRunner
H A Ddns_probe_runner.h64 void CallCallback();
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_util.h12 ACTION_TEMPLATE(CallCallback,
H A Dhtml5_fs_test.cc109 .WillOnce(DoAll(CallCallback<2>(int32_t(PP_OK)),
/external/chromium_org/remoting/host/
H A Dregister_support_host_request.cc69 CallCallback(false, std::string(), base::TimeDelta());
170 CallCallback(success, support_id, lifetime);
173 void RegisterSupportHostRequest::CallCallback( function in class:remoting::RegisterSupportHostRequest
H A Dregister_support_host_request.h72 void CallCallback(
/external/chromium_org/remoting/jingle_glue/
H A Diq_sender.cc140 void IqRequest::CallCallback(const buzz::XmlElement* stanza) { function in class:remoting::IqRequest
149 CallCallback(NULL);
162 CallCallback(stanza.get());
H A Diq_sender.h96 void CallCallback(const buzz::XmlElement* stanza);
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_service_impl.cc62 void CallCallback(int rv) { function in class:appcache::AppCacheServiceImpl::AsyncHelper
99 CallCallback(net::ERR_FAILED);
125 CallCallback(can ? net::OK : net::ERR_FAILED);
162 CallCallback(net::ERR_FAILED);
171 CallCallback(success ? net::OK : net::ERR_FAILED);
214 CallCallback(net::ERR_FAILED);
223 CallCallback(net::OK);
265 CallCallback(!failures_ ? net::OK : net::ERR_FAILED);
297 CallCallback(collection ? net::OK : net::ERR_FAILED);
/external/chromium_org/remoting/protocol/
H A Dfake_authenticator.h27 void CallCallback(
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_apitest.cc61 base::Bind(&FakeDesktopMediaPicker::CallCallback,
71 void CallCallback(DoneCallback done_callback) { function in class:extensions::__anon3615::FakeDesktopMediaPicker
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl_unittest.cc295 base::Bind(&MockQuotaManager::CallCallback,
300 CallCallback(callback);
303 void CallCallback(const GetUsageAndQuotaCallback& callback) { function in class:content::AppCacheStorageImplTest::MockQuotaManager

Completed in 1258 milliseconds