HomeSort by relevance Sort by last modified time
    Searched refs:ABORTED (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/content/public/common/
speech_recognition_error_list.h 15 // The user or a script aborted speech input.
16 DEFINE_SPEECH_RECOGNITION_ERROR(ABORTED, 1)
  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 49 ABORTED, // Start was aborted by calling Stop().
73 // aborted and the start callback is invoked with the ABORTED start
data_type_manager.h 39 ABORTED, // Start was aborted by calling Stop() before
password_data_type_controller.cc 54 start_callback->Run(ABORTED, FROM_HERE);
86 StartDoneImpl(ABORTED, STOPPING);
92 StartDoneImpl(ABORTED, STOPPING);
data_type_manager_impl.cc 242 FinishStopAndNotify(ABORTED, FROM_HERE);
274 ConfigureResult configure_result = DataTypeManager::ABORTED;
276 case DataTypeController::ABORTED:
277 configure_result = DataTypeManager::ABORTED;
320 FinishStopAndNotify(ABORTED, FROM_HERE);
autofill_data_type_controller_unittest.cc 184 EXPECT_CALL(start_callback_, Run(DataTypeController::ABORTED, _));
202 EXPECT_CALL(start_callback_, Run(DataTypeController::ABORTED, _));
242 EXPECT_CALL(start_callback_, Run(DataTypeController::ABORTED, _));
282 EXPECT_CALL(start_callback_, Run(DataTypeController::ABORTED, _));
autofill_data_type_controller.cc 130 StartDoneImpl(ABORTED, STOPPING, FROM_HERE);
136 StartDoneImpl(ABORTED, STOPPING, FROM_HERE);
typed_url_data_type_controller.cc 128 StartDoneImpl(ABORTED, STOPPING);
134 StartDoneImpl(ABORTED, STOPPING);
frontend_data_type_controller.cc 111 FinishStart(ABORTED, FROM_HERE);
data_type_manager_impl2_unittest.cc 412 SetConfigureDoneExpectation(DataTypeManager::ABORTED);
424 WillOnce(InvokeCallbackPointer(callback, DataTypeController::ABORTED));
499 SetConfigureDoneExpectation(DataTypeManager::ABORTED);
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager.cc 45 case ABORTED:
46 return "Aborted";
data_type_controller.h 59 ABORTED, // Start was aborted by calling Stop().
97 // called but is not done yet it will be aborted. Similarly if LoadModels
98 // has not completed it will also be aborted.
data_type_manager.h 42 ABORTED, // Start was aborted by calling Stop() before
model_association_manager.h 93 ABORTED,
model_association_manager.cc 236 state_ = ABORTED;
272 DataTypeManager::ConfigureResult result(DataTypeManager::ABORTED,
330 if (state_ == ABORTED) {
391 DataTypeManager::ABORTED;
393 case DataTypeController::ABORTED:
394 configure_status = DataTypeManager::ABORTED;
fake_data_type_controller.cc 90 // Real data type controllers run the callback and specify "ABORTED" as an
104 last_start_callback_.Run(ABORTED,
non_frontend_data_type_controller_unittest.cc 317 EXPECT_CALL(start_callback_, Run(DataTypeController::ABORTED,_,_));
319 RecordStartFailure(DataTypeController::ABORTED));
347 EXPECT_CALL(start_callback_, Run(DataTypeController::ABORTED,_,_));
349 RecordStartFailure(DataTypeController::ABORTED));
data_type_manager_impl.cc 414 // error or have already aborted.
439 if (result.status == ABORTED || result.status == UNRECOVERABLE_ERROR) {
496 ConfigureResult result(ABORTED,
551 case DataTypeManager::ABORTED:
552 DVLOG(1) << "NotifyDone called with result: ABORTED";
553 UMA_HISTOGRAM_LONG_TIMES("Sync.ConfigureTime_Long.ABORTED",
  /external/chromium_org/media/filters/
video_frame_stream.h 38 ABORTED, // Read aborted due to Reset() during pending read.
39 DEMUXER_READ_ABORTED, // Demuxer returned aborted read.
fake_demuxer_stream_unittest.cc 40 ABORTED,
68 case ABORTED:
127 ExpectReadResult(ABORTED);
  /external/chromium/net/base/
net_error_list.h 31 // An operation was aborted (due to user action).
32 NET_ERROR(ABORTED, -3)
139 // aborted.
495 // The server has aborted the transfer.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SpeechRecognition.java 40 // being aborted. Once Android's recognizer is cancelled, its listener won't yield any more
81 // event is to trigger it when the last result is received or the session is aborted.
101 code = SpeechRecognitionError.ABORTED;
272 terminate(SpeechRecognitionError.ABORTED);
  /external/chromium_org/net/url_request/
url_request_http_job.h 58 ABORTED,
  /external/v8/src/ia32/
lithium-codegen-ia32.h 136 ABORTED
142 bool is_aborted() const { return status_ == ABORTED; }
  /external/v8/src/x64/
lithium-codegen-x64.h 127 ABORTED
133 bool is_aborted() const { return status_ == ABORTED; }

Completed in 384 milliseconds

1 2 3