GetForcedFilePath  204 chrome/browser/download/chrome_download_manager_delegate_unittest.cc   ON_CALL(*item, GetForcedFilePath())
GetForcedFilePath  163 chrome/browser/download/download_target_determiner.cc   bool is_forced_path = !download_->GetForcedFilePath().empty();
GetForcedFilePath  201 chrome/browser/download/download_target_determiner.cc     virtual_path_ = download_->GetForcedFilePath();
GetForcedFilePath  585 chrome/browser/download/download_target_determiner.cc       !download_->GetForcedFilePath().empty()) {
GetForcedFilePath  586 chrome/browser/download/download_target_determiner.cc     DCHECK_EQ(download_->GetForcedFilePath().value(), local_path_.value());
GetForcedFilePath  684 chrome/browser/download/download_target_determiner.cc   if (!download_->GetForcedFilePath().empty()) {
GetForcedFilePath  734 chrome/browser/download/download_target_determiner.cc       !download_->GetForcedFilePath().empty())
GetForcedFilePath  300 chrome/browser/download/download_target_determiner_unittest.cc   ON_CALL(*item, GetForcedFilePath())
GetForcedFilePath  128 content/browser/download/download_item_impl.h   virtual const base::FilePath& GetForcedFilePath() const OVERRIDE;
GetForcedFilePath   33 content/browser/download/download_item_impl_delegate.cc   base::FilePath target_path(download->GetForcedFilePath());
GetForcedFilePath  275 content/browser/download/download_manager_impl.cc     base::FilePath target_path = item->GetForcedFilePath();
GetForcedFilePath  158 content/browser/download/download_manager_impl_unittest.cc   MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());
GetForcedFilePath  656 content/browser/download/download_manager_impl_unittest.cc   EXPECT_CALL(item, GetForcedFilePath())
GetForcedFilePath  220 content/public/browser/download_item.h   virtual const base::FilePath& GetForcedFilePath() const = 0;
GetForcedFilePath   59 content/public/test/mock_download_item.h   MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());
GetForcedFilePath   76 content/shell/browser/shell_download_manager_delegate.cc   if (!download->GetForcedFilePath().empty()) {
GetForcedFilePath   77 content/shell/browser/shell_download_manager_delegate.cc     callback.Run(download->GetForcedFilePath(),
GetForcedFilePath   80 content/shell/browser/shell_download_manager_delegate.cc                  download->GetForcedFilePath());