HomeSort by relevance Sort by last modified time
    Searched refs:IntToDangerType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
download_database.h 126 static content::DownloadDangerType IntToDangerType(int danger_type);
download_database.cc 146 content::DownloadDangerType DownloadDatabase::IntToDangerType(int danger_type) {
391 info->danger_type = IntToDangerType(statement_main.ColumnInt(column++));

Completed in 46 milliseconds