Searched defs:safety_state (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_manager_unittest.cc101 DownloadItem::SafetyState safety_state = local
102 download_manager_->GetDownloadItem(id)->safety_state();
104 safety_state != DownloadItem::SAFE : safety_state == DownloadItem::SAFE;
H A Ddownload_item.h265 SafetyState safety_state() const { return safety_state_; } function in class:DownloadItem
266 void set_safety_state(SafetyState safety_state) { argument
267 safety_state_ = safety_state;

Completed in 74 milliseconds