Home
last modified time | relevance | path

Searched refs:SafetyState (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_item.h59 enum SafetyState { enum
265 SafetyState safety_state() const { return safety_state_; } in safety_state()
266 void set_safety_state(SafetyState safety_state) { in set_safety_state()
374 SafetyState safety_state_;
Ddownload_item.cc61 const char* DebugSafetyStateString(DownloadItem::SafetyState state) { in DebugSafetyStateString()
93 DownloadItem::SafetyState GetSafetyState(bool dangerous_file, in GetSafetyState()
Ddownload_manager_unittest.cc101 DownloadItem::SafetyState safety_state = in VerifySafetyState()
/external/chromium/chrome/browser/automation/
Dautomation_provider.cc242 std::map<DownloadItem::SafetyState, std::string> safety_state_to_string; in GetDictionaryFromDownloadItem()