OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStateInterrupted
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/history/
download_database.h
96
static const int
kStateInterrupted
;
download_database.cc
79
const int DownloadDatabase::
kStateInterrupted
= 4;
97
case DownloadItem::INTERRUPTED: return DownloadDatabase::
kStateInterrupted
;
113
case DownloadDatabase::
kStateInterrupted
: return DownloadItem::INTERRUPTED;
197
statement.BindInt(0,
kStateInterrupted
);
536
statement.BindInt(0,
kStateInterrupted
);
history_unittest.cc
879
EXPECT_EQ(DownloadDatabase::
kStateInterrupted
, statement1.ColumnInt(0));
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc
158
const char
kStateInterrupted
[] = "interrupted";
187
kStateInterrupted
,
188
kStateInterrupted
,
[
all
...]
Completed in 122 milliseconds