OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INTERRUPT_REASON
(Results
1 - 6
of
6
) sorted by null
/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/content/public/browser/
download_interrupt_reasons.h
17
#define
INTERRUPT_REASON
(name, value) DOWNLOAD_INTERRUPT_REASON_##name = value,
21
#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/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
...]
/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
...]
Completed in 223 milliseconds