IsEmptyHash        49 content/browser/download/base_file.cc         (!IsEmptyHash(hash_state_bytes))) {
IsEmptyHash        96 content/browser/download/base_file.h   static bool IsEmptyHash(const std::string& hash);
IsEmptyHash       102 content/browser/download/base_file.h   FRIEND_TEST_ALL_PREFIXES(BaseFileTest, IsEmptyHash);
IsEmptyHash       592 content/browser/download/base_file_unittest.cc TEST_F(BaseFileTest, IsEmptyHash) {
IsEmptyHash       594 content/browser/download/base_file_unittest.cc   EXPECT_TRUE(BaseFile::IsEmptyHash(empty));
IsEmptyHash       596 content/browser/download/base_file_unittest.cc   EXPECT_FALSE(BaseFile::IsEmptyHash(not_empty));
IsEmptyHash       597 content/browser/download/base_file_unittest.cc   EXPECT_FALSE(BaseFile::IsEmptyHash(std::string()));
IsEmptyHash       601 content/browser/download/base_file_unittest.cc   EXPECT_FALSE(BaseFile::IsEmptyHash(also_not_empty));
IsEmptyHash       291 content/browser/download/download_file_impl.cc     if (!GetHash(&hash) || file_.IsEmptyHash(hash))