OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntToState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
download_database.h
121
static content::DownloadItem::DownloadState
IntToState
(int state);
download_database.cc
102
// returned by
IntToState
().
135
DownloadItem::DownloadState DownloadDatabase::
IntToState
(int state) {
354
info->state =
IntToState
(state);
Completed in 955 milliseconds