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

  /external/chromium/chrome/browser/download/
download_item.h 59 enum SafetyState {
265 SafetyState safety_state() const { return safety_state_; }
266 void set_safety_state(SafetyState safety_state) {
374 SafetyState safety_state_;
download_item.cc 61 const char* DebugSafetyStateString(DownloadItem::SafetyState state) {
93 DownloadItem::SafetyState GetSafetyState(bool dangerous_file,
download_manager_unittest.cc 101 DownloadItem::SafetyState safety_state =
  /external/chromium/chrome/browser/automation/
automation_provider.cc 242 std::map<DownloadItem::SafetyState, std::string> safety_state_to_string;
    [all...]

Completed in 289 milliseconds