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

  /external/chromium/chrome/browser/download/
download_manager_unittest.cc 101 DownloadItem::SafetyState safety_state = local
102 download_manager_->GetDownloadItem(id)->safety_state();
104 safety_state != DownloadItem::SAFE : safety_state == DownloadItem::SAFE;
download_item.h 265 SafetyState safety_state() const { return safety_state_; } function in class:DownloadItem
266 void set_safety_state(SafetyState safety_state) {
267 safety_state_ = safety_state;

Completed in 122 milliseconds