/external/chromium_org/third_party/leveldatabase/src/table/ |
filter_block_test.cc | 58 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("hello") [all...] |
filter_block.h | 28 // (StartBlock AddKey*)* Finish 34 void AddKey(const Slice& key);
|
filter_block.cc | 30 void FilterBlockBuilder::AddKey(const Slice& key) {
|
table_builder.cc | 110 r->filter_block->AddKey(key);
|
/external/chromium_org/sync/util/ |
cryptographer_unittest.cc | 52 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);
|
cryptographer.h | 111 bool AddKey(const KeyParams& params); 113 // Same as AddKey(..), but builds the new Nigori from a previously persisted
|
cryptographer.cc | 144 bool Cryptographer::AddKey(const KeyParams& params) {
|
/external/chromium/chrome/browser/sync/util/ |
cryptographer_unittest.cc | 32 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);
|
cryptographer.h | 89 bool AddKey(const KeyParams& params);
|
cryptographer.cc | 107 bool Cryptographer::AddKey(const KeyParams& params) {
|
/external/chromium/net/base/ |
dnssec_keyset.h | 22 // AddKey adds a key to the trusted set. 24 bool AddKey(const base::StringPiece& dnskey);
|
dnssec_chain_verifier.cc | 605 if (!current_zone_->trusted_keys.AddKey(key)) 628 current_zone_->trusted_keys.AddKey(dnskeys[i]);
|
dnssec_keyset.cc | 39 bool DNSSECKeySet::AddKey(const base::StringPiece& dnskey) {
|
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetch_predictor_tables_unittest.cc | 56 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(PrefetchDataMap* m [all...] |
/external/chromium_org/sync/engine/ |
apply_control_data_updates_unittest.cc | 81 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_params) [all...] |
sync_directory_update_handler_unittest.cc | 694 cryptographer->AddKey(params); 782 cryptographer->AddKey(params); 794 other_cryptographer.AddKey(params);
|
/external/chromium_org/sync/internal_api/ |
sync_encryption_handler_impl_unittest.cc | 179 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_key) [all...] |
sync_encryption_handler_impl.cc | 394 if (cryptographer->AddKey(key_params)) { 448 temp_cryptographer.AddKey(key_params); 454 cryptographer->AddKey(key_params); [all...] |
/external/chromium/chrome/browser/sync/engine/ |
apply_updates_command_unittest.cc | 230 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/ |
proxy_decryptor.h | 85 void AddKey(const uint8* key, int key_length,
|
proxy_decryptor.cc | 129 void ProxyDecryptor::AddKey(const uint8* key, 134 DVLOG(1) << "AddKey()";
|
/external/chromium_org/sync/test/ |
fake_sync_encryption_handler.cc | 23 cryptographer_.AddKey(keystore_params);
|
/external/chromium_org/media/cdm/ppapi/ |
clear_key_cdm.h | 40 virtual cdm::Status AddKey(const char* session_id,
|
cdm_wrapper.h | 38 // 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/ |
managed_user_authenticator.cc | 80 // Calls cryptohome's addKey method. 81 void AddKey(ManagedUserAuthenticator::AuthAttempt* attempt, 143 base::Bind(&AddKey,
|