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

  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 60 ReportFailure(
69 ReportFailure(
88 return; // ReportFailure() already called.
107 ReportFailure(
131 ReportFailure(
192 ReportFailure(
208 ReportFailure(
227 ReportFailure(
240 ReportFailure(
269 ReportFailure(
    [all...]
sandboxed_extension_unpacker.h 105 // Enumerate all the ways unpacking can fail. Calls to ReportFailure()
191 void ReportFailure(FailureReason reason, const std::string& message);
  /external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc 233 ReportFailure(
242 ReportFailure(
263 return; // ReportFailure() already called.
281 ReportFailure(
298 ReportFailure(
335 ReportFailure(
376 ReportFailure(
392 ReportFailure(INVALID_MANIFEST,
410 ReportFailure(
439 ReportFailure(
    [all...]
webstore_installer.cc 281 AddRef(); // Balanced in ReportSuccess and ReportFailure.
284 ReportFailure(kInvalidIdError, FAILURE_REASON_OTHER);
296 ReportFailure(kDependencyNotSharedModuleError,
347 ReportFailure(kInstallCanceledError, FAILURE_REASON_CANCELLED);
372 ReportFailure(kDependencyNotFoundError,
377 ReportFailure(kDependencyNotSharedModuleError,
398 ReportFailure(utf8_error, FAILURE_REASON_OTHER);
428 ReportFailure(net::ErrorToString(error), FAILURE_REASON_OTHER);
467 ReportFailure(kDownloadCanceledError, FAILURE_REASON_CANCELLED);
471 ReportFailure(kDownloadInterruptedError, FAILURE_REASON_OTHER)
    [all...]
sandboxed_unpacker.h 94 // Enumerate all the ways unpacking can fail. Calls to ReportFailure()
184 void ReportFailure(FailureReason reason, const base::string16& message);
webstore_installer.h 226 void ReportFailure(const std::string& error, FailureReason reason);
  /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:
  /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 132 void ReportFailure(const GoogleServiceAuthError& error);
  /external/chromium/chrome/browser/google/
google_update.h 116 bool ReportFailure(HRESULT hr, GoogleUpdateErrorCode error_code,
google_update.cc 291 return ReportFailure(hr, GOOGLE_UPDATE_JOB_SERVER_CREATION_FAILED,
323 return ReportFailure(hr, GOOGLE_UPDATE_ONDEMAND_CLASS_NOT_FOUND, main_loop);
334 return ReportFailure(hr, GOOGLE_UPDATE_ONDEMAND_CLASS_REPORTED_ERROR,
346 return ReportFailure(hr, GOOGLE_UPDATE_GET_RESULT_CALL_FAILED, main_loop);
349 return ReportFailure(hr, GOOGLE_UPDATE_ERROR_UPDATING, main_loop);
353 return ReportFailure(hr, GOOGLE_UPDATE_GET_VERSION_INFO_FAILED, main_loop);
371 bool GoogleUpdate::ReportFailure(HRESULT hr, GoogleUpdateErrorCode error_code,
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 279 ReportFailure(
314 ReportFailure(hr, error,
333 ReportFailure(hr, error,
353 ReportFailure(hr, error,
364 ReportFailure(hr, GOOGLE_UPDATE_ERROR_UPDATING, error_message, main_loop);
372 ReportFailure(hr, error,
400 bool GoogleUpdate::ReportFailure(HRESULT hr,
google_update_win.h 117 bool ReportFailure(HRESULT hr, GoogleUpdateErrorCode error_code,
  /external/chromium/chrome/browser/chromeos/login/
camera.cc 148 void Camera::ReportFailure() {
191 ReportFailure();
201 ReportFailure();
206 ReportFailure();
211 ReportFailure();
227 ReportFailure();
232 ReportFailure();
285 ReportFailure();
292 ReportFailure();
425 ReportFailure();
    [all...]
camera.h 120 void ReportFailure();
  /external/chromium/testing/gmock/src/
gmock-internal-utils.cc 78 virtual void ReportFailure(FailureType type, const char* file, int line,
  /external/chromium_org/net/websockets/
websocket_stream.cc 72 void ReportFailure() {
102 owner_->ReportFailure();
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 269 virtual void ReportFailure(FailureType type, const char* file, int line,
284 GetFailureReporter()->ReportFailure(FailureReporterInterface::FATAL,
297 GetFailureReporter()->ReportFailure(FailureReporterInterface::NONFATAL,
  /external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service.cc 493 void ReportFailure(HistogramResult histogram_result) {
557 ReportFailure(HISTOGRAM_RESULT_GROUPS_DOWNLOAD_FAILURE);
567 ReportFailure(HISTOGRAM_RESULT_GROUPS_PARSE_FAILURE);
577 ReportFailure(HISTOGRAM_RESULT_MY_CONTACTS_GROUP_NOT_FOUND);
604 ReportFailure(HISTOGRAM_RESULT_CONTACTS_DOWNLOAD_FAILURE);
612 ReportFailure(HISTOGRAM_RESULT_CONTACTS_PARSE_FAILURE);
716 ReportFailure(HISTOGRAM_RESULT_PHOTO_DOWNLOAD_FAILURE );
    [all...]
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.cc 220 void ReportFailure() {
238 ReportFailure();
250 ReportFailure();

Completed in 302 milliseconds