Searched refs:GetHashState (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/content/browser/download/ |
D | download_file_impl.cc | 199 std::string DownloadFileImpl::GetHashState() { in GetHashState() function in content::DownloadFileImpl 200 return file_.GetHashState(); in GetHashState() 313 GetHashState())); in SendUpdate()
|
D | download_file.h | 74 virtual std::string GetHashState() = 0;
|
D | mock_download_file.h | 46 MOCK_METHOD0(GetHashState, std::string());
|
D | base_file.h | 92 virtual std::string GetHashState();
|
D | download_file_impl.h | 65 virtual std::string GetHashState() OVERRIDE;
|
D | base_file_unittest.cc | 332 EXPECT_STRNE(std::string().c_str(), base_file_->GetHashState().c_str()); in TEST_F() 334 EXPECT_STRNE(std::string().c_str(), base_file_->GetHashState().c_str()); in TEST_F() 388 hash_state = base_file_->GetHashState(); in TEST_F()
|
D | download_item_impl_unittest.cc | 877 EXPECT_EQ("", item->GetHashState()); in TEST_F() 886 EXPECT_EQ("deadbeef", item->GetHashState()); in TEST_F() 893 EXPECT_EQ("livebeef", item->GetHashState()); in TEST_F() 929 EXPECT_EQ("", item->GetHashState()); in TEST_F() 938 EXPECT_EQ("deadbeef", item->GetHashState()); in TEST_F() 946 EXPECT_EQ("", item->GetHashState()); in TEST_F()
|
D | base_file.cc | 232 std::string BaseFile::GetHashState() { in GetHashState() function in content::BaseFile
|
D | download_item_impl.h | 130 virtual const std::string& GetHashState() const OVERRIDE;
|
D | download_item_impl.cc | 609 const std::string& DownloadItemImpl::GetHashState() const { in GetHashState() function in content::DownloadItemImpl 1674 download_params->set_hash_state(GetHashState()); in ResumeInterruptedDownload()
|
D | download_file_unittest.cc | 599 EXPECT_EQ(download_file_->GetHashState(), hash_state_); in TEST_F()
|
D | download_manager_impl_unittest.cc | 143 MOCK_CONST_METHOD0(GetHashState, const std::string&());
|
/external/chromium_org/content/public/test/ |
D | mock_download_item.h | 61 MOCK_CONST_METHOD0(GetHashState, const std::string&());
|
/external/chromium_org/content/public/browser/ |
D | download_item.h | 232 virtual const std::string& GetHashState() const = 0;
|