HomeSort by relevance Sort by last modified time
    Searched defs:ABORTED (Results 1 - 10 of 10) 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/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...]

Completed in 154 milliseconds