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 96 static const int kStateInterrupted;
download_database.cc 79 const int DownloadDatabase::kStateInterrupted = 4;
97 case DownloadItem::INTERRUPTED: return DownloadDatabase::kStateInterrupted;
113 case DownloadDatabase::kStateInterrupted: return DownloadItem::INTERRUPTED;
197 statement.BindInt(0, kStateInterrupted);
536 statement.BindInt(0, kStateInterrupted);
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 160 const char kStateInterrupted[] = "interrupted";
189 kStateInterrupted,
190 kStateInterrupted,
    [all...]

Completed in 191 milliseconds