SetKey            170 components/policy/core/common/preg_parser_win.cc       dict->SetKey(name, make_scoped_ptr(subdict));
SetKey             80 components/policy/core/common/preg_parser_win_unittest.cc   dict.SetKey("DeleteKeysTest1", make_scoped_ptr(new RegistryDict()));
SetKey             83 components/policy/core/common/preg_parser_win_unittest.cc   dict.SetKey("DeleteKeysTest2", delete_keys_test.Pass());
SetKey             88 components/policy/core/common/preg_parser_win_unittest.cc   subdict->SetKey("DelValsTest3", make_scoped_ptr(new RegistryDict()));
SetKey             89 components/policy/core/common/preg_parser_win_unittest.cc   dict.SetKey("DelValsTest", subdict.Pass());
SetKey            101 components/policy/core/common/preg_parser_win_unittest.cc   del_vals_dict->SetKey("DelValsTest3", make_scoped_ptr(new RegistryDict()));
SetKey            102 components/policy/core/common/preg_parser_win_unittest.cc   expected.SetKey("DelValsTest", del_vals_dict.Pass());
SetKey            109 components/policy/core/common/preg_parser_win_unittest.cc   expected.SetKey("RestoreOnStartupURLs", startup_urls.Pass());
SetKey            289 components/policy/core/common/registry_dict_win.cc     SetKey(name, subdict.Pass());
SetKey             48 components/policy/core/common/registry_dict_win.h   void SetKey(const std::string& name, scoped_ptr<RegistryDict> dict);
SetKey             75 components/policy/core/common/registry_dict_win_unittest.cc   test_dict.SetKey("two", subdict.Pass());
SetKey             83 components/policy/core/common/registry_dict_win_unittest.cc   test_dict.SetKey("four", subdict.Pass());
SetKey            104 components/policy/core/common/registry_dict_win_unittest.cc   test_dict.SetKey("One", make_scoped_ptr(new RegistryDict()));
SetKey            116 components/policy/core/common/registry_dict_win_unittest.cc   test_dict.SetKey("ONE", subdict.Pass());
SetKey            140 components/policy/core/common/registry_dict_win_unittest.cc   dict_a.SetKey("three", subdict.Pass());
SetKey            145 components/policy/core/common/registry_dict_win_unittest.cc   dict_b.SetKey("three", subdict.Pass());
SetKey            148 components/policy/core/common/registry_dict_win_unittest.cc   dict_b.SetKey("six", subdict.Pass());
SetKey            171 components/policy/core/common/registry_dict_win_unittest.cc   dict_a.SetKey("two", make_scoped_ptr(new RegistryDict()));
SetKey            196 components/policy/core/common/registry_dict_win_unittest.cc   test_dict.SetKey("three", subdict.Pass());
SetKey            199 components/policy/core/common/registry_dict_win_unittest.cc   test_dict.SetKey("dict-to-list", list.Pass());
SetKey            261 components/policy/core/common/registry_dict_win_unittest.cc   test_dict.SetKey("one", subdict.Pass());
SetKey            522 net/disk_cache/simple/simple_backend_impl.cc     entry->SetKey(key);
SetKey           1123 net/disk_cache/simple/simple_entry_impl.cc     SetKey(synchronous_entry_->key());
SetKey             71 net/disk_cache/simple/simple_entry_impl.h   void SetKey(const std::string& key);
SetKey             43 net/quic/crypto/aead_base_decrypter.h   virtual bool SetKey(base::StringPiece key) OVERRIDE;
SetKey             43 net/quic/crypto/aead_base_encrypter.h   virtual bool SetKey(base::StringPiece key) OVERRIDE;
SetKey            314 net/quic/crypto/aes_128_gcm_12_decrypter_test.cc       ASSERT_TRUE(decrypter.SetKey(key));
SetKey            256 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc       ASSERT_TRUE(encrypter.SetKey(key));
SetKey            113 net/quic/crypto/chacha20_poly1305_decrypter_test.cc     ASSERT_TRUE(decrypter.SetKey(key));
SetKey             79 net/quic/crypto/chacha20_poly1305_encrypter_test.cc     ASSERT_TRUE(encrypter.SetKey(key));
SetKey             27 net/quic/crypto/crypto_secret_boxer.h   void SetKey(base::StringPiece key);
SetKey             24 net/quic/crypto/crypto_secret_boxer_test.cc   boxer.SetKey(StringPiece(reinterpret_cast<char*>(key.get()), key_size));
SetKey            102 net/quic/crypto/crypto_utils.cc     if (!out->encrypter->SetKey(hkdf.server_write_key()) ||
SetKey            104 net/quic/crypto/crypto_utils.cc         !out->decrypter->SetKey(hkdf.client_write_key()) ||
SetKey            109 net/quic/crypto/crypto_utils.cc     if (!out->encrypter->SetKey(hkdf.client_write_key()) ||
SetKey            111 net/quic/crypto/crypto_utils.cc         !out->decrypter->SetKey(hkdf.server_write_key()) ||
SetKey             25 net/quic/crypto/null_decrypter.h   virtual bool SetKey(base::StringPiece key) OVERRIDE;
SetKey             23 net/quic/crypto/null_encrypter.h   virtual bool SetKey(base::StringPiece key) OVERRIDE;
SetKey            190 net/quic/crypto/quic_crypto_server_config.cc   source_address_token_boxer_.SetKey(hkdf.server_write_key());
SetKey            198 net/quic/crypto/quic_crypto_server_config.cc   server_nonce_boxer_.SetKey(
SetKey             23 net/quic/crypto/quic_decrypter.h   virtual bool SetKey(base::StringPiece key) = 0;
SetKey             23 net/quic/crypto/quic_encrypter.h   virtual bool SetKey(base::StringPiece key) = 0;
SetKey           1116 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc       doc_tote->SetKey(sub, 0);
SetKey           1189 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc     doc_tote->SetKey(fromsub, 0);
SetKey           1232 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc     doc_tote->SetKey(sub, 0);
SetKey           1295 third_party/cld/encodings/compact_lang_det/compact_lang_det_impl.cc         doc_tote->SetKey(from_sub, 0);
SetKey             32 third_party/cld/encodings/compact_lang_det/tote.h   void SetKey(int i, int v) {key_[i] = v;}
SetKey             70 third_party/cld/encodings/compact_lang_det/tote.h   void SetKey(int i, int v) {key_[i] = v;}