HomeSort by relevance Sort by last modified time
    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 73 milliseconds