Home
last modified time | relevance | path

Searched refs:DetermineLocalPath (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_target_determiner_delegate.h108 virtual void DetermineLocalPath(content::DownloadItem* download,
Ddownload_target_determiner_unittest.cc144 MOCK_METHOD3(DetermineLocalPath,
169 ON_CALL(*this, DetermineLocalPath(_, _, _)) in SetupDefaults()
823 EXPECT_CALL(*delegate(), DetermineLocalPath(_, virtual_path, _)) in TEST_F()
850 EXPECT_CALL(*delegate(), DetermineLocalPath(_, _, _)) in TEST_F()
869 EXPECT_CALL(*delegate(), DetermineLocalPath(_, _, _)) in TEST_F()
1007 EXPECT_CALL(*delegate(), DetermineLocalPath( in TEST_F()
1554 EXPECT_CALL(*delegate(), DetermineLocalPath(_, expected_path, _)); in TEST_F()
1590 EXPECT_CALL(*delegate(), DetermineLocalPath(_, expected_path, _)); in TEST_F()
1667 EXPECT_CALL(*delegate(), DetermineLocalPath(_, expected_path, _)); in TEST_F()
Dchrome_download_manager_delegate.h129 virtual void DetermineLocalPath(
Dchrome_download_manager_delegate.cc570 void ChromeDownloadManagerDelegate::DetermineLocalPath( in DetermineLocalPath() function in ChromeDownloadManagerDelegate
Ddownload_target_determiner.cc350 delegate_->DetermineLocalPath( in DoDetermineLocalPath()