HomeSort by relevance Sort by last modified time
    Searched refs:ReportFailure (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 238 ReportFailure(
247 ReportFailure(
268 return; // ReportFailure() already called.
286 ReportFailure(
303 ReportFailure(
340 ReportFailure(
384 ReportFailure(
400 ReportFailure(INVALID_MANIFEST,
418 ReportFailure(
447 ReportFailure(
    [all...]
webstore_installer.cc 302 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(kInvalidDownloadError, FAILURE_REASON_OTHER)
    [all...]
sandboxed_unpacker.h 95 // Enumerate all the ways unpacking can fail. Calls to ReportFailure()
185 void ReportFailure(FailureReason reason, const base::string16& message);
webstore_installer.h 251 void ReportFailure(const std::string& error, FailureReason reason);
  /external/chromium_org/chrome/browser/bitmap_fetcher/
bitmap_fetcher.cc 42 ReportFailure();
74 ReportFailure();
77 void BitmapFetcher::ReportFailure() {
bitmap_fetcher.h 70 void ReportFailure();
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
obfuscated_gaia_id_fetcher.cc 72 void ObfuscatedGaiaIdFetcher::ReportFailure(
100 ReportFailure(GoogleServiceAuthError::FromConnectionError(101));
105 ReportFailure(CreateAuthError(source));
119 ReportFailure(error);
obfuscated_gaia_id_fetcher.h 69 void ReportFailure(const GoogleServiceAuthError& error);
  /external/clang/tools/scan-view/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
9 class ReportFailure(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(message
    [all...]
ScanView.py 105 except Reporter.ReportFailure,e:
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
9 class ReportFailure(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(message
    [all...]
ScanView.py 105 except Reporter.ReportFailure,e:
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
9 class ReportFailure(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(message
    [all...]
ScanView.py 105 except Reporter.ReportFailure,e:
  /external/chromium_org/google_apis/gaia/
oauth2_mint_token_flow.cc 144 void OAuth2MintTokenFlow::ReportFailure(
182 ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse(
189 ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse(
198 ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse(
207 ReportFailure(GoogleServiceAuthError::FromUnexpectedServiceResponse(
217 ReportFailure(CreateAuthError(source));
227 ReportFailure(error);
oauth2_mint_token_flow.h 134 void ReportFailure(const GoogleServiceAuthError& error);
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 281 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,
google_update_win.h 121 bool ReportFailure(HRESULT hr, GoogleUpdateErrorCode error_code,
  /external/chromium_org/components/feedback/
feedback_uploader_unittest.cc 69 void ReportFailure(const std::string& data) {
149 ReportFailure(kReportThree);
150 ReportFailure(kReportTwo);
  /external/chromium_org/net/websockets/
websocket_stream.cc 140 void ReportFailure() {
232 owner_->ReportFailure();
258 owner_->ReportFailure();
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.cc 217 void ReportFailure() {
235 ReportFailure();
247 ReportFailure();

Completed in 616 milliseconds