Searched refs:IntToDangerType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Ddownload_database.h126 static content::DownloadDangerType IntToDangerType(int danger_type);
H A Ddownload_database.cc146 content::DownloadDangerType DownloadDatabase::IntToDangerType(int danger_type) { function in class:history::DownloadDatabase
391 info->danger_type = IntToDangerType(statement_main.ColumnInt(column++));

Completed in 211 milliseconds