HomeSort by relevance Sort by last modified time
    Searched refs:GetForcedFilePath (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/content/browser/download/
download_item_impl_delegate.cc 33 base::FilePath target_path(download->GetForcedFilePath());
download_manager_impl_unittest.cc 160 MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());
640 EXPECT_CALL(item, GetForcedFilePath())
download_item_impl.h 130 virtual const base::FilePath& GetForcedFilePath() const OVERRIDE;
download_manager_impl.cc 279 base::FilePath target_path = item->GetForcedFilePath();
download_item_impl.cc 615 const base::FilePath& DownloadItemImpl::GetForcedFilePath() const {
616 // TODO(asanka): Get rid of GetForcedFilePath(). We should instead just
    [all...]
  /external/chromium_org/content/shell/browser/
shell_download_manager_delegate.cc 71 if (!download->GetForcedFilePath().empty()) {
72 callback.Run(download->GetForcedFilePath(),
75 download->GetForcedFilePath());
  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 175 bool is_forced_path = !download_->GetForcedFilePath().empty();
213 virtual_path_ = download_->GetForcedFilePath();
648 // download_->GetForcedFilePath().
650 !download_->GetForcedFilePath().empty()) {
651 DCHECK_EQ(download_->GetForcedFilePath().value(), local_path_.value());
749 if (!download_->GetForcedFilePath().empty()) {
799 !download_->GetForcedFilePath().empty())
    [all...]
chrome_download_manager_delegate_unittest.cc 204 ON_CALL(*item, GetForcedFilePath())
download_target_determiner_unittest.cc 117 // Should be non-empty if |test_type| == FORCED. Value of GetForcedFilePath().
300 ON_CALL(*item, GetForcedFilePath())
    [all...]
  /external/chromium_org/content/public/browser/
download_item.h 220 virtual const base::FilePath& GetForcedFilePath() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 72 MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());

Completed in 112 milliseconds