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

  /external/chromium/chrome/browser/download/
download_prefs.cc 38 auto_open_.insert(path.value());
90 return !auto_open_.empty();
95 return auto_open_.find(extension) != auto_open_.end();
105 auto_open_.insert(extension);
116 auto_open_.erase(extension);
126 auto_open_.clear();
132 for (AutoOpenSet::iterator it = auto_open_.begin();
133 it != auto_open_.end(); ++it) {
download_prefs.h 67 AutoOpenSet auto_open_; member in class:DownloadPrefs

Completed in 7248 milliseconds