Home
last modified time | relevance | path

Searched refs:INTERRUPT_REASON (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/public/browser/
Ddownload_interrupt_reason_values.h14 INTERRUPT_REASON(FILE_FAILED, 1)
18 INTERRUPT_REASON(FILE_ACCESS_DENIED, 2)
22 INTERRUPT_REASON(FILE_NO_SPACE, 3)
26 INTERRUPT_REASON(FILE_NAME_TOO_LONG, 5)
30 INTERRUPT_REASON(FILE_TOO_LARGE, 6)
34 INTERRUPT_REASON(FILE_VIRUS_INFECTED, 7)
40 INTERRUPT_REASON(FILE_TRANSIENT_ERROR, 10)
44 INTERRUPT_REASON(FILE_BLOCKED, 11)
48 INTERRUPT_REASON(FILE_SECURITY_CHECK_FAILED, 12)
52 INTERRUPT_REASON(FILE_TOO_SHORT, 13)
[all …]
Ddownload_interrupt_reasons.h17 #define INTERRUPT_REASON(name, value) DOWNLOAD_INTERRUPT_REASON_##name = value, macro
21 #undef INTERRUPT_REASON
/external/chromium_org/content/browser/download/
Ddownload_interrupt_reasons_impl.cc122 #define INTERRUPT_REASON(name, value) \ in DownloadInterruptReasonToString() macro
126 INTERRUPT_REASON(NONE, 0) in DownloadInterruptReasonToString()
134 #undef INTERRUPT_REASON in DownloadInterruptReasonToString()
Ddownload_stats.cc21 #define INTERRUPT_REASON(label, value) (value), macro
23 #undef INTERRUPT_REASON
/external/chromium_org/chrome/browser/download/
Ddownload_item_model_unittest.cc40 #define INTERRUPT_REASON(name,value) 0, macro
42 #undef INTERRUPT_REASON
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api_browsertest.cc780 #define INTERRUPT_REASON(name, value) \ in InterruptReasonExtensionToContent() macro
784 #undef INTERRUPT_REASON in InterruptReasonExtensionToContent()
795 #define INTERRUPT_REASON(name, value) \ in InterruptReasonContentToExtension() macro
799 #undef INTERRUPT_REASON in InterruptReasonContentToExtension()
4082 #define INTERRUPT_REASON(name, value) \ in TEST() macro
4090 #undef INTERRUPT_REASON in TEST()
/external/chromium_org/chrome/browser/history/
Dhistory_unittest.cc895 #define INTERRUPT_REASON(a, b) { #a, b }, macro
897 #undef INTERRUPT_REASON