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