Searched defs:kStateInterrupted (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Ddownload_database.h93 static const int kStateInterrupted; member in class:history::DownloadDatabase
H A Ddownload_database.cc108 const int DownloadDatabase::kStateInterrupted = 4; member in class:history::DownloadDatabase
126 case DownloadItem::INTERRUPTED: return DownloadDatabase::kStateInterrupted;
142 case DownloadDatabase::kStateInterrupted: return DownloadItem::INTERRUPTED;
219 statement.BindInt(0, kStateInterrupted);
498 statement.BindInt(0, kStateInterrupted);
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc161 const char kStateInterrupted[] = "interrupted"; member in namespace:__anon4829
190 kStateInterrupted,
191 kStateInterrupted,

Completed in 135 milliseconds