Searched refs:AddKey (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/leveldatabase/src/table/
H A Dfilter_block_test.cc58 builder.AddKey("foo");
59 builder.AddKey("bar");
60 builder.AddKey("box");
62 builder.AddKey("box");
64 builder.AddKey("hello");
81 builder.AddKey("foo");
83 builder.AddKey("bar");
87 builder.AddKey("box");
93 builder.AddKey("box");
94 builder.AddKey("hell
[all...]
H A Dfilter_block.h28 // (StartBlock AddKey*)* Finish
34 void AddKey(const Slice& key);
H A Dfilter_block.cc30 void FilterBlockBuilder::AddKey(const Slice& key) { function in class:leveldb::FilterBlockBuilder
H A Dtable_builder.cc110 r->filter_block->AddKey(key);
/external/chromium_org/sync/util/
H A Dcryptographer_unittest.cc52 cryptographer_.AddKey(params);
64 EXPECT_TRUE(cryptographer_.AddKey(params));
83 EXPECT_TRUE(cryptographer_.AddKey(params));
101 cryptographer_.AddKey(params_new);
114 EXPECT_TRUE(cryptographer_.AddKey(params1));
128 EXPECT_TRUE(cryptographer_.AddKey(params2));
160 cryptographer.AddKey(params);
188 cryptographer_.AddKey(params);
H A Dcryptographer.h111 bool AddKey(const KeyParams& params);
113 // Same as AddKey(..), but builds the new Nigori from a previously persisted
H A Dcryptographer.cc144 bool Cryptographer::AddKey(const KeyParams& params) { function in class:syncer::Cryptographer
/external/chromium/chrome/browser/sync/util/
H A Dcryptographer_unittest.cc32 cryptographer.AddKey(params);
46 EXPECT_TRUE(cryptographer.AddKey(params));
67 EXPECT_TRUE(cryptographer.AddKey(params1));
81 EXPECT_TRUE(cryptographer.AddKey(params2));
113 cryptographer.AddKey(params);
H A Dcryptographer.h89 bool AddKey(const KeyParams& params);
H A Dcryptographer.cc107 bool Cryptographer::AddKey(const KeyParams& params) { function in class:browser_sync::Cryptographer
/external/chromium/net/base/
H A Ddnssec_keyset.h22 // AddKey adds a key to the trusted set.
24 bool AddKey(const base::StringPiece& dnskey);
H A Ddnssec_chain_verifier.cc605 if (!current_zone_->trusted_keys.AddKey(key))
628 current_zone_->trusted_keys.AddKey(dnskeys[i]);
H A Ddnssec_keyset.cc39 bool DNSSECKeySet::AddKey(const base::StringPiece& dnskey) { function in class:net::DNSSECKeySet
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_tables_unittest.cc56 void AddKey(PrefetchDataMap* m, const std::string& key) const;
132 AddKey(&expected_url_data, "http://www.reddit.com");
133 AddKey(&expected_host_data, "www.facebook.com");
148 AddKey(&expected_url_data, "http://www.google.com");
149 AddKey(&expected_url_data, "http://www.yahoo.com");
161 AddKey(&expected_host_data, "www.yahoo.com");
216 AddKey(&expected_url_data, "http://www.reddit.com");
217 AddKey(&expected_url_data, "http://www.yahoo.com");
220 AddKey(&expected_host_data, "www.facebook.com");
274 void ResourcePrefetchPredictorTablesTest::AddKey(PrefetchDataMa function in class:predictors::ResourcePrefetchPredictorTablesTest
[all...]
/external/chromium_org/sync/engine/
H A Dapply_control_data_updates_unittest.cc81 other_cryptographer.AddKey(params);
149 cryptographer->AddKey(params);
266 other_cryptographer.AddKey(params);
324 other_cryptographer.AddKey(other_params);
339 cryptographer->AddKey(local_params);
402 other_cryptographer.AddKey(other_params);
417 cryptographer->AddKey(local_params);
479 cryptographer->AddKey(old_params);
492 cryptographer->AddKey(new_params);
550 other_cryptographer.AddKey(old_param
[all...]
H A Dsync_directory_update_handler_unittest.cc694 cryptographer->AddKey(params);
782 cryptographer->AddKey(params);
794 other_cryptographer.AddKey(params);
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc179 keystore_cryptographer.AddKey(params);
186 temp_cryptographer.AddKey(params);
204 other_cryptographer.AddKey(keystore_params);
207 other_cryptographer.AddKey(params);
306 other_cryptographer.AddKey(default_key);
529 other_cryptographer.AddKey(old_key);
542 GetCryptographer()->AddKey(old_key);
543 GetCryptographer()->AddKey(current_key);
700 other_cryptographer.AddKey(cur_key);
736 other_cryptographer.AddKey(other_ke
[all...]
H A Dsync_encryption_handler_impl.cc394 if (cryptographer->AddKey(key_params)) {
448 temp_cryptographer.AddKey(key_params);
454 cryptographer->AddKey(key_params);
1130 if (cryptographer->AddKey(key_params)) {
1332 temp_cryptographer.AddKey(keystore_params);
1398 if (!cryptographer->AddKey(key_params)) {
1533 if (!temp_cryptographer.AddKey(key_params))
1579 temp_cryptographer.AddKey(old_key_params);
1585 if (temp_cryptographer.AddKey(keystore_params) &&
1613 cryptographer->AddKey(keystore_param
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dapply_updates_command_unittest.cc230 cryptographer->AddKey(params);
284 cryptographer->AddKey(params);
295 cryptographer.AddKey(params);
335 other_cryptographer.AddKey(params);
404 cryptographer->AddKey(params);
501 other_cryptographer.AddKey(params);
/external/chromium_org/content/renderer/media/crypto/
H A Dproxy_decryptor.h85 void AddKey(const uint8* key, int key_length,
H A Dproxy_decryptor.cc129 void ProxyDecryptor::AddKey(const uint8* key, function in class:content::ProxyDecryptor
134 DVLOG(1) << "AddKey()";
/external/chromium_org/sync/test/
H A Dfake_sync_encryption_handler.cc23 cryptographer_.AddKey(keystore_params);
/external/chromium_org/media/cdm/ppapi/
H A Dclear_key_cdm.h40 virtual cdm::Status AddKey(const char* session_id,
H A Dcdm_wrapper.h38 // CDM_1 and CDM_2 methods AddKey() and CancelKeyRequest() may require
86 // AddKey() and CancelKeyRequest() (older versions of UpdateSession() and
324 cdm::Status status = cdm->AddKey(web_session_id.data(), web_session_id.size(),
/external/chromium_org/chrome/browser/chromeos/login/managed/
H A Dmanaged_user_authenticator.cc81 void AddKey(ManagedUserAuthenticator::AuthAttempt* attempt, function in namespace:chromeos::__anon4662
143 base::Bind(&AddKey,

Completed in 567 milliseconds

12