/external/chromium/chrome/browser/chromeos/login/ |
cryptohome_op.h | 45 virtual void OnComplete(bool success, int return_code);
|
cryptohome_op.cc | 26 void CryptohomeOp::OnComplete(bool success, int return_code) {
|
user_manager.cc | 179 void OnComplete(bool success, int return_code) {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
asynchttprequest.cc | 45 &AsyncHttpRequest::OnComplete); 75 void AsyncHttpRequest::OnComplete(HttpClient* client, HttpErrorType error) {
|
httpbase.h | 75 virtual void OnComplete(HttpError err) = 0; 177 virtual void OnComplete(HttpError err);
|
asynchttprequest.h | 91 void OnComplete(HttpClient* client, HttpErrorType error);
|
httpbase.cc | 240 OnComplete(error); 889 HttpBase::OnComplete(HttpError err) {
|
/external/chromium/chrome/browser/chromeos/cros/ |
login_library.h | 21 virtual void OnComplete(bool value) = 0;
|
cryptohome_library.h | 25 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.
|
mock_cryptohome_library.h | 101 d->OnComplete(outcome_, code_);
|
cryptohome_library.cc | 232 callback->second->OnComplete(event.return_status, event.return_code); 433 callback->OnComplete(true, kCryptohomeMountErrorNone);
|
login_library.cc | 273 whitelist_op_callback_->OnComplete(result); 364 callback->OnComplete(true);
|
/external/chromium/chrome/browser/history/ |
history_browsertest.cc | 73 virtual void OnComplete(bool success) {
|
history.h | 252 virtual void OnComplete(bool success) = 0; 256 // caller, so the caller should ensure it exists until OnComplete is called. [all...] |
history_backend.cc | [all...] |
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_master.cc | 180 virtual void OnComplete(bool succeed); 187 // OnComplete mashals to this function on the main thread to do the [all...] |
/external/chromium/chrome/browser/google/ |
google_update.cc | 184 STDMETHOD(OnComplete)(CompletionCodes code, const TCHAR* text) { 236 // Allows us control the upgrade process to a small degree. After OnComplete 340 // (success/error). See OnComplete().
|
/external/chromium/net/base/ |
host_resolver_impl.cc | 283 void OnComplete(int error, const AddressList& addrlist) { [all...] |