HomeSort by relevance Sort by last modified time
    Searched defs:ABORTED (Results 1 - 11 of 11) 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/bluetooth/glib/gio/
gmountoperation.c 60 ABORTED,
309 * GMountOperation::aborted:
319 signals[ABORTED] =
320 g_signal_new (I_("aborted"),
323 G_STRUCT_OFFSET (GMountOperationClass, aborted),
  /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 1096 milliseconds