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

  /external/chromium/chrome/browser/safe_browsing/
protocol_parser.h 88 bool ParseGetHash(const char* chunk_data,
protocol_parser_unittest.cc 477 EXPECT_TRUE(parser.ParseGetHash(get_hash.data(),
503 EXPECT_TRUE(parser.ParseGetHash(get_hash2.data(),
550 EXPECT_TRUE(parser.ParseGetHash(reinterpret_cast<const char*>(get_hash),
569 EXPECT_TRUE(parser.ParseGetHash(hash_response.data(),
584 EXPECT_TRUE(parser.ParseGetHash(hash_response.data(),
    [all...]
protocol_parser.cc 51 bool SafeBrowsingProtocolParser::ParseGetHash(
protocol_manager.cc 248 parsed_ok = parser.ParseGetHash(data.data(),

Completed in 707 milliseconds