OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StateToInt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
download_database.h
123
static int
StateToInt
(content::DownloadItem::DownloadState state);
download_database.cc
71
// of the values returned by
StateToInt
, and that the values of the |state|
92
int DownloadDatabase::
StateToInt
(DownloadItem::DownloadState state) {
490
int state =
StateToInt
(data.state);
551
int state =
StateToInt
(info.state);
Completed in 37 milliseconds