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

  /external/chromium/net/base/
sdch_manager.cc 31 const std::string& client_hash,
38 client_hash_(client_hash),
366 std::string client_hash; local
368 GenerateHash(dictionary_text, &client_hash, &server_hash);
452 DVLOG(1) << "Loaded dictionary with client hash " << client_hash
455 new Dictionary(dictionary_text, header_end + 2, client_hash,
488 list->append(it->second->client_hash());
497 std::string* client_hash, std::string* server_hash) {
503 UrlSafeBase64Encode(first_48_bits, client_hash);
507 DCHECK_EQ(client_hash->length(), 8u)
    [all...]
sdch_manager.h 175 // at the given offset. The supplied client_hash should be used to
179 const std::string& client_hash,
188 const std::string& client_hash() const { return client_hash_; } function in class:net::SdchManager::Dictionary
325 std::string* client_hash, std::string* server_hash);
sdch_filter_unittest.cc 78 std::string client_hash; local
80 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
93 std::string client_hash, server_hash; local
95 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
97 EXPECT_EQ(client_hash, "lMQBjS3P");
    [all...]

Completed in 51 milliseconds