Searched refs:DetermineLocalPath (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/chrome/browser/download/ |
D | download_target_determiner_delegate.h | 108 virtual void DetermineLocalPath(content::DownloadItem* download,
|
D | download_target_determiner_unittest.cc | 144 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()
|
D | chrome_download_manager_delegate.h | 129 virtual void DetermineLocalPath(
|
D | chrome_download_manager_delegate.cc | 570 void ChromeDownloadManagerDelegate::DetermineLocalPath( in DetermineLocalPath() function in ChromeDownloadManagerDelegate
|
D | download_target_determiner.cc | 350 delegate_->DetermineLocalPath( in DoDetermineLocalPath()
|