Home
last modified time | relevance | path

Searched refs:ApplicationClientIdForFileScanning (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/public/browser/
Ddownload_manager_delegate.cc42 DownloadManagerDelegate::ApplicationClientIdForFileScanning() const { in ApplicationClientIdForFileScanning() function in content::DownloadManagerDelegate
Ddownload_manager_delegate.h136 virtual std::string ApplicationClientIdForFileScanning() const;
/external/chromium_org/chrome/browser/download/
Dchrome_download_manager_delegate.h97 virtual std::string ApplicationClientIdForFileScanning() const OVERRIDE;
Dchrome_download_manager_delegate.cc515 ChromeDownloadManagerDelegate::ApplicationClientIdForFileScanning() const { in ApplicationClientIdForFileScanning() function in ChromeDownloadManagerDelegate
/external/chromium_org/content/browser/download/
Ddownload_manager_impl_unittest.cc198 MOCK_CONST_METHOD0(ApplicationClientIdForFileScanning, std::string());
605 ApplicationClientIdForFileScanning()) in TEST_F()
Ddownload_manager_impl.cc424 delegate_->ApplicationClientIdForFileScanning()); in StartDownloadWithId()