OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStateCancelled
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
download_database.h
91
static const int
kStateCancelled
;
download_database.cc
106
const int DownloadDatabase::
kStateCancelled
= 2;
125
case DownloadItem::CANCELLED: return DownloadDatabase::
kStateCancelled
;
139
case DownloadDatabase::
kStateCancelled
: return DownloadItem::CANCELLED;
Completed in 30 milliseconds