HomeSort by relevance Sort by last modified time
    Searched defs:kStateInterrupted (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/history/
download_database.h 93 static const int kStateInterrupted;
download_database.cc 108 const int DownloadDatabase::kStateInterrupted = 4;
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/
downloads_api.cc 162 const char kStateInterrupted[] = "interrupted";
191 kStateInterrupted,
192 kStateInterrupted,
    [all...]

Completed in 2216 milliseconds