Searched refs:OnComplete (Results 1 - 18 of 18) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dasynchttprequest.cc45 &AsyncHttpRequest::OnComplete);
75 void AsyncHttpRequest::OnComplete(HttpClient* client, HttpErrorType error) { function in class:talk_base::AsyncHttpRequest
H A Dasynchttprequest.h91 void OnComplete(HttpClient* client, HttpErrorType error);
H A Dhttpbase.h75 virtual void OnComplete(HttpError err) = 0;
177 virtual void OnComplete(HttpError err);
H A Dhttpbase.cc240 OnComplete(error);
889 HttpBase::OnComplete(HttpError err) { function in class:talk_base::HttpBase
/external/chromium/chrome/browser/chromeos/cros/
H A Dlogin_library.h21 virtual void OnComplete(bool value) = 0;
H A Dcryptohome_library.h25 virtual void OnComplete(bool success, int return_code) = 0;
39 // d->OnComplete() will be called with status info on completion.
54 // d->OnComplete() will be called with status info on completion.
71 // d->OnComplete() will be called with status info on completion.
73 // we'll get d->OnComplete(false, kCryptohomeMountErrorUserDoesNotExist).
85 // d->OnComplete() will be called with status info on completion.
H A Dmock_cryptohome_library.h101 d->OnComplete(outcome_, code_);
H A Dcryptohome_library.cc232 callback->second->OnComplete(event.return_status, event.return_code);
433 callback->OnComplete(true, kCryptohomeMountErrorNone);
H A Dlogin_library.cc273 whitelist_op_callback_->OnComplete(result);
364 callback->OnComplete(true);
/external/chromium/chrome/browser/chromeos/login/
H A Dcryptohome_op.h45 virtual void OnComplete(bool success, int return_code);
H A Dcryptohome_op.cc26 void CryptohomeOp::OnComplete(bool success, int return_code) { function in class:chromeos::CryptohomeOp
H A Duser_manager.cc179 void OnComplete(bool success, int return_code) { function in class:chromeos::__anon1439::RemoveAttempt
/external/chromium/chrome/browser/history/
H A Dhistory_browsertest.cc73 virtual void OnComplete(bool success) { function in class:__anon1647::HistoryEnumerator
H A Dhistory.h252 virtual void OnComplete(bool success) = 0;
256 // caller, so the caller should ensure it exists until OnComplete is called.
H A Dhistory_backend.cc901 iterator->OnComplete(true); // Success.
905 iterator->OnComplete(false); // Failure.
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_master.cc180 virtual void OnComplete(bool succeed);
187 // OnComplete mashals to this function on the main thread to do the
984 void VisitedLinkMaster::TableBuilder::OnComplete(bool success) { function in class:VisitedLinkMaster::TableBuilder
/external/chromium/chrome/browser/google/
H A Dgoogle_update.cc184 STDMETHOD(OnComplete)(CompletionCodes code, const TCHAR* text) { function in class:GoogleUpdateJobObserver
236 // Allows us control the upgrade process to a small degree. After OnComplete
340 // (success/error). See OnComplete().
/external/chromium/net/base/
H A Dhost_resolver_impl.cc283 void OnComplete(int error, const AddressList& addrlist) { function in class:net::HostResolverImpl::Request
1244 req->OnComplete(net_error, addrlist);
1430 r->OnComplete(error, AddressList());

Completed in 265 milliseconds