Searched defs:http_error (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dautofill_download_unittest.cc85 int http_error) {
88 response.error = http_error;
82 OnHeuristicsRequestError( const std::string& form_signature, AutofillDownloadManager::AutofillRequestType request_type, int http_error) argument
H A Dautofill_manager.cc668 int http_error) {
665 OnHeuristicsRequestError( const std::string& form_signature, AutofillDownloadManager::AutofillRequestType request_type, int http_error) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.cc300 HttpError http_error; local
301 bool complete = base_->DoReceiveLoop(&http_error);
311 HttpBase* base = Disconnect(http_error);
314 base->complete(http_error);
792 HttpError http_error = HandleStreamClose(error);
794 complete(http_error);
796 do_complete(http_error);
798 notify_->onHttpClosed(http_error);

Completed in 141 milliseconds