HomeSort by relevance Sort by last modified time
    Searched defs:ABORTED (Results 1 - 24 of 24) sorted by null

  /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
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager.h 42 ABORTED, // Start was aborted by calling Stop() before
model_association_manager.h 93 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.
  /external/chromium_org/media/filters/
fake_demuxer_stream_unittest.cc 40 ABORTED,
68 case ABORTED:
127 ExpectReadResult(ABORTED);
video_frame_stream.h 38 ABORTED, // Read aborted due to Reset() during pending read.
39 DEMUXER_READ_ABORTED, // Demuxer returned aborted read.
  /external/chromium_org/net/url_request/
url_request_http_job.h 58 ABORTED,
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 154 ABORTED
160 bool is_aborted() const { return status_ == ABORTED; }
lithium-x64.h     [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 144 ABORTED
150 bool is_aborted() const { return status_ == ABORTED; }
lithium-arm.h     [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 136 ABORTED
142 bool is_aborted() const { return status_ == ABORTED; }
lithium-ia32.h     [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 140 ABORTED
146 bool is_aborted() const { return status_ == ABORTED; }
lithium-mips.h     [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 127 ABORTED
133 bool is_aborted() const { return status_ == ABORTED; }
lithium-x64.h     [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 186 ABORTED
192 bool is_aborted() const { return status_ == ABORTED; }
lithium-arm.h     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 188 ABORTED
194 bool is_aborted() const { return status_ == ABORTED; }
lithium-ia32.h     [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 185 ABORTED
191 bool is_aborted() const { return status_ == ABORTED; }
lithium-mips.h     [all...]

Completed in 250 milliseconds