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

  /external/chromium/chrome/browser/history/
download_types.cc 7 DownloadCreateInfo::DownloadCreateInfo(const FilePath& path,
31 DownloadCreateInfo::DownloadCreateInfo()
46 DownloadCreateInfo::~DownloadCreateInfo() {
download_create_info.cc 12 DownloadCreateInfo::DownloadCreateInfo(const FilePath& path,
39 DownloadCreateInfo::DownloadCreateInfo()
56 DownloadCreateInfo::~DownloadCreateInfo() {
59 bool DownloadCreateInfo::IsDangerous() {
63 std::string DownloadCreateInfo::DebugString() const {
86 const GURL& DownloadCreateInfo::url() const {
download_create_info.h 24 struct DownloadCreateInfo {
25 DownloadCreateInfo(const FilePath& path,
33 DownloadCreateInfo();
34 ~DownloadCreateInfo();

Completed in 60 milliseconds