Searched refs:ABORTED (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/content/public/common/
H A Dspeech_recognition_error_list.h16 DEFINE_SPEECH_RECOGNITION_ERROR(ABORTED, 1)
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoResult.java21 public static final int ABORTED = -10; field in class:MojoResult
61 case ABORTED:
62 return "ABORTED";
/external/chromium_org/chrome/common/extensions/
H A Dwebstore_install_result.h24 ABORTED, enumerator in enum:extensions::webstore_install::Result
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager.cc27 case ABORTED:
H A Ddata_type_manager.h42 ABORTED, // Start was aborted by calling Stop() before enumerator in enum:sync_driver::DataTypeManager::ConfigureStatus
H A Ddata_type_controller.h60 ABORTED, // Start was aborted by calling Stop(). enumerator in enum:sync_driver::DataTypeController::ConfigureResult
H A Ddata_type_manager_impl.cc501 if (result.status == ABORTED || result.status == UNRECOVERABLE_ERROR) {
527 ConfigureResult result(ABORTED,
583 case DataTypeManager::ABORTED:
584 DVLOG(1) << "NotifyDone called with result: ABORTED";
585 UMA_HISTOGRAM_LONG_TIMES("Sync.ConfigureTime_Long.ABORTED",
H A Ddata_type_manager_impl_unittest.cc390 SetConfigureDoneExpectation(DataTypeManager::ABORTED,
413 SetConfigureDoneExpectation(DataTypeManager::ABORTED,
442 SetConfigureDoneExpectation(DataTypeManager::ABORTED,
1048 SetConfigureDoneExpectation(DataTypeManager::ABORTED, DataTypeStatusTable());
H A Dmodel_association_manager.cc276 configure_status_ = DataTypeManager::ABORTED;
/external/chromium_org/v8/src/
H A Dlithium-codegen.h61 ABORTED enumerator in enum:v8::internal::BASE_EMBEDDED::Status
77 bool is_aborted() const { return status_ == ABORTED; }
H A Dlithium-codegen.cc230 status_ = ABORTED;
236 status_ = ABORTED;
H A Dlithium.cc516 status_ = ABORTED;
522 status_ = ABORTED;
H A Dlithium.h715 enum Status { UNUSED, BUILDING, DONE, ABORTED }; enumerator in enum:v8::internal::BASE_EMBEDDED::Status
727 bool is_aborted() const { return status_ == ABORTED; }
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_reinstaller.cc85 RunCallback(false, kTabClosed, webstore_install::ABORTED);
H A Dwebstore_standalone_installer.cc200 CompleteInstall(webstore_install::ABORTED, std::string());
279 CompleteInstall(webstore_install::ABORTED, std::string());
374 CompleteInstall(webstore_install::ABORTED, std::string());
/external/chromium_org/media/filters/
H A Dfake_video_decoder_unittest.cc84 ABORTED enumerator in enum:media::FakeVideoDecoderTest::CallbackResult
102 case ABORTED:
351 SatisfyDecodeAndExpect(ABORTED);
364 SatisfyDecodeAndExpect(ABORTED);
H A Dfake_demuxer_stream_unittest.cc43 ABORTED, enumerator in enum:media::FakeDemuxerStreamTest::ReadResult
73 case ABORTED:
133 ExpectReadResult(ABORTED);
H A Ddecoder_stream.h44 ABORTED, // Read aborted due to Reset() during pending read. enumerator in enum:media::DecoderStream::Status
H A Ddecoder_stream.cc74 base::ResetAndReturn(&read_cb_), ABORTED, scoped_refptr<Output>()));
156 base::ResetAndReturn(&read_cb_), ABORTED, scoped_refptr<Output>()));
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DSpeechRecognition.java100 code = SpeechRecognitionError.ABORTED;
273 terminate(SpeechRecognitionError.ABORTED);
/external/chromium_org/net/base/
H A Dnet_error_list.h32 NET_ERROR(ABORTED, -3)
/external/chromium_org/net/url_request/
H A Durl_request_http_job.h61 ABORTED, enumerator in enum:net::URLRequestHttpJob::CompletionCause
H A Durl_request_http_job.cc230 DoneWithRequest(ABORTED);
366 DoneWithRequest(ABORTED);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_startup_unittest.cc61 if (result.status == sync_driver::DataTypeManager::ABORTED)
543 DataTypeManager::ConfigureStatus status = DataTypeManager::ABORTED;
H A Dbackend_migrator_unittest.cc336 SendConfigureDone(DataTypeManager::ABORTED, syncer::ModelTypeSet());

Completed in 4960 milliseconds

12