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

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

Completed in 442 milliseconds