Searched refs:ReportFailure (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker.cc238 ReportFailure(
247 ReportFailure(
268 return; // ReportFailure() already called.
286 ReportFailure(
303 ReportFailure(
340 ReportFailure(
384 ReportFailure(
400 ReportFailure(INVALID_MANIFEST,
418 ReportFailure(
447 ReportFailure(
587 void SandboxedUnpacker::ReportFailure(FailureReason reason, function in class:extensions::SandboxedUnpacker
[all...]
H A Dwebstore_installer.cc302 AddRef(); // Balanced in ReportSuccess and ReportFailure.
305 ReportFailure(kInvalidIdError, FAILURE_REASON_OTHER);
371 // ReportFailure releases a reference to this object so it must be the
373 ReportFailure(utf8_error, FAILURE_REASON_OTHER);
411 ReportFailure(kDependencyNotFoundError,
416 ReportFailure(kDependencyNotSharedModuleError,
445 ReportFailure(content::DownloadInterruptReasonToString(interrupt_reason),
485 ReportFailure(kDownloadCanceledError, FAILURE_REASON_CANCELLED);
489 ReportFailure(kDownloadInterruptedError, FAILURE_REASON_OTHER);
494 ReportFailure(kInvalidDownloadErro
698 void WebstoreInstaller::ReportFailure(const std::string& error, function in class:extensions::WebstoreInstaller
[all...]
H A Dsandboxed_unpacker.h95 // Enumerate all the ways unpacking can fail. Calls to ReportFailure()
185 void ReportFailure(FailureReason reason, const base::string16& message);
H A Dwebstore_installer.h251 void ReportFailure(const std::string& error, FailureReason reason);
/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher.cc42 ReportFailure();
74 ReportFailure();
77 void BitmapFetcher::ReportFailure() { function in class:chrome::BitmapFetcher
H A Dbitmap_fetcher.h70 void ReportFailure();
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dobfuscated_gaia_id_fetcher.cc72 void ObfuscatedGaiaIdFetcher::ReportFailure( function in class:extensions::ObfuscatedGaiaIdFetcher
100 ReportFailure(GoogleServiceAuthError::FromConnectionError(101));
105 ReportFailure(CreateAuthError(source));
119 ReportFailure(error);
H A Dobfuscated_gaia_id_fetcher.h69 void ReportFailure(const GoogleServiceAuthError& error);
/external/clang/tools/scan-view/
H A DReporter.py5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
9 class ReportFailure(Exception): class in inherits:Exception
118 raise ReportFailure('No "To" address specified.')
120 raise ReportFailure('No "From" address specified.')
139 raise ReportFailure('Unable to send message via SMTP.')
216 raise ReportFailure("Unable to file radar (AppleScript failure).")
221 raise ReportFailure("Unable to file radar (AppleScript failure).")
226 raise ReportFailure("Unable to process radar results.")
230 raise ReportFailure("Unable to process radar results.")
236 raise ReportFailure(messag
[all...]
H A DScanView.py105 except Reporter.ReportFailure,e:
/external/chromium_org/google_apis/gaia/
H A Doauth2_mint_token_flow.cc144 void OAuth2MintTokenFlow::ReportFailure( function in class:OAuth2MintTokenFlow
182 ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse(
189 ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse(
198 ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse(
207 ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse(
217 ReportFailure(CreateAuthError(source));
227 ReportFailure(error);
H A Doauth2_mint_token_flow.h134 void ReportFailure(const GoogleServiceAuthError& error);
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.cc281 ReportFailure(
316 ReportFailure(hr, error,
335 ReportFailure(hr, error,
355 ReportFailure(hr, error,
366 ReportFailure(hr, GOOGLE_UPDATE_ERROR_UPDATING, error_message, main_loop);
374 ReportFailure(hr, error,
408 bool GoogleUpdate::ReportFailure(HRESULT hr, function in class:GoogleUpdate
H A Dgoogle_update_win.h121 bool ReportFailure(HRESULT hr, GoogleUpdateErrorCode error_code,
/external/chromium_org/components/feedback/
H A Dfeedback_uploader_unittest.cc69 void ReportFailure(const std::string& data) { function in class:feedback::FeedbackUploaderTest
149 ReportFailure(kReportThree);
150 ReportFailure(kReportTwo);
/external/chromium_org/net/websockets/
H A Dwebsocket_stream.cc140 void ReportFailure() { function in class:net::__anon9841::StreamRequestImpl
232 owner_->ReportFailure();
258 owner_->ReportFailure();
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_data.cc217 void ReportFailure() { function in class:chromeos::KioskAppData::WebstoreDataParser
235 ReportFailure();
247 ReportFailure();

Completed in 301 milliseconds