Searched refs:GetSha256Hash (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/download/
H A Dbase_file_unittest.cc116 base_file_->GetSha256Hash(&hash);
158 EXPECT_FALSE(base_file_->GetSha256Hash(&hash));
169 base_file_->GetSha256Hash(&hash);
183 EXPECT_FALSE(base_file_->GetSha256Hash(&hash));
186 EXPECT_TRUE(base_file_->GetSha256Hash(&hash));
H A Dbase_file.h63 virtual bool GetSha256Hash(std::string* hash);
H A Ddownload_file_unittest.cc174 EXPECT_FALSE(download_file_->GetSha256Hash(&hash));
188 EXPECT_TRUE(download_file_->GetSha256Hash(&hash));
H A Dbase_file.cc171 bool BaseFile::GetSha256Hash(std::string* hash) { function in class:BaseFile
H A Ddownload_file_manager.cc230 if (!download->GetSha256Hash(&hash))

Completed in 86 milliseconds