HomeSort by relevance Sort by last modified time
    Searched full:signed_id (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/history/
download_database.cc 345 int64 signed_id = statement_main.ColumnInt64(column++); local
346 info->id = static_cast<uint32>(signed_id);
372 if (signed_id <= static_cast<int64>(content::DownloadItem::kInvalidId)) {
402 int64 signed_id = statement_chain.ColumnInt64(column++); local
405 if (signed_id <= static_cast<int64>(content::DownloadItem::kInvalidId))
407 uint32 id = static_cast<uint32>(signed_id);

Completed in 921 milliseconds