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)
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 …]
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.cc93 #define INTERRUPT_REASON(name, value) \ in InterruptReasonDebugString() macro
97 INTERRUPT_REASON(NONE, 0) in InterruptReasonDebugString()
105 #undef INTERRUPT_REASON in InterruptReasonDebugString()
Ddownload_stats.cc21 #define INTERRUPT_REASON(label, value) (value), macro
23 #undef INTERRUPT_REASON
/external/chromium_org/chrome/browser/download/
Ddownload_item_model_unittest.cc42 #define INTERRUPT_REASON(name,value) 0, macro
44 #undef INTERRUPT_REASON
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api_browsertest.cc782 #define INTERRUPT_REASON(name, value) \ in InterruptReasonExtensionToContent() macro
786 #undef INTERRUPT_REASON in InterruptReasonExtensionToContent()
797 #define INTERRUPT_REASON(name, value) \ in InterruptReasonContentToExtension() macro
801 #undef INTERRUPT_REASON in InterruptReasonContentToExtension()
3559 #define INTERRUPT_REASON(name, value) \ in TEST() macro
3567 #undef INTERRUPT_REASON in TEST()
/external/chromium_org/chrome/browser/history/
Dhistory_unittest.cc791 #define INTERRUPT_REASON(a, b) { #a, b }, macro
793 #undef INTERRUPT_REASON