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 124 static content::DownloadItem::DownloadState IntToState(int state);
download_database.cc 73 // returned by IntToState().
106 DownloadItem::DownloadState DownloadDatabase::IntToState(int state) {
388 info->state = IntToState(state);

Completed in 39 milliseconds