HomeSort by relevance Sort by last modified time
    Searched refs:INTERRUPT_REASON (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/public/browser/
download_interrupt_reason_values.h 14 INTERRUPT_REASON(FILE_FAILED, 1)
19 INTERRUPT_REASON(FILE_ACCESS_DENIED, 2)
23 INTERRUPT_REASON(FILE_NO_SPACE, 3)
27 INTERRUPT_REASON(FILE_NAME_TOO_LONG, 5)
31 INTERRUPT_REASON(FILE_TOO_LARGE, 6)
35 INTERRUPT_REASON(FILE_VIRUS_INFECTED, 7)
41 INTERRUPT_REASON(FILE_TRANSIENT_ERROR, 10)
45 INTERRUPT_REASON(FILE_BLOCKED, 11)
49 INTERRUPT_REASON(FILE_SECURITY_CHECK_FAILED, 12)
53 INTERRUPT_REASON(FILE_TOO_SHORT, 13
    [all...]
download_interrupt_reasons.h 17 #define INTERRUPT_REASON(name, value) DOWNLOAD_INTERRUPT_REASON_##name = value,
21 #undef INTERRUPT_REASON
  /external/chromium_org/content/browser/download/
download_interrupt_reasons_impl.cc 93 #define INTERRUPT_REASON(name, value) \
97 INTERRUPT_REASON(NONE, 0)
105 #undef INTERRUPT_REASON
download_stats.cc 20 #define INTERRUPT_REASON(label, value) (value),
22 #undef INTERRUPT_REASON
  /external/chromium_org/chrome/browser/download/
download_item_model_unittest.cc 40 #define INTERRUPT_REASON(name,value) 0,
42 #undef INTERRUPT_REASON
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 778 #define INTERRUPT_REASON(name, value) \
782 #undef INTERRUPT_REASON
793 #define INTERRUPT_REASON(name, value) \
797 #undef INTERRUPT_REASON
    [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 254 downloads[0].interrupt_reason);
398 "SELECT id, interrupt_reason, current_path, target_path, "
502 "received_bytes, total_bytes, state, danger_type, interrupt_reason, "
565 "received_bytes, total_bytes, state, danger_type, interrupt_reason, "
745 "Select state, interrupt_reason from downloads"));
760 results[0].interrupt_reason);
775 "Select state, interrupt_reason from downloads"));
792 #define INTERRUPT_REASON(a, b) { #a, b },
794 #undef INTERRUPT_REASON
    [all...]

Completed in 196 milliseconds