HomeSort by relevance Sort by last modified time
    Searched refs:AddKey (Results 1 - 25 of 36) sorted by null

1 2

  /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);
219 EXPECT_TRUE(cryptographer_.AddKey(params1));
226 EXPECT_TRUE(cryptographer_.AddKey(params2))
    [all...]
cryptographer.h 112 bool AddKey(const KeyParams& params);
114 // Same as AddKey(..), but builds the new Nigori from a previously persisted
  /external/chromium_org/media/blink/
encrypted_media_player_support.h 35 virtual blink::WebMediaPlayer::MediaKeyException AddKey(
null_encrypted_media_player_support.cc 34 NullEncryptedMediaPlayerSupport::AddKey(
null_encrypted_media_player_support.h 31 virtual blink::WebMediaPlayer::MediaKeyException AddKey(
  /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);
265 other_cryptographer.AddKey(params);
323 other_cryptographer.AddKey(other_params);
338 cryptographer->AddKey(local_params);
401 other_cryptographer.AddKey(other_params);
416 cryptographer->AddKey(local_params);
478 cryptographer->AddKey(old_params);
491 cryptographer->AddKey(new_params);
549 other_cryptographer.AddKey(old_params)
    [all...]
  /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 393 if (cryptographer->AddKey(key_params)) {
447 temp_cryptographer.AddKey(key_params);
453 cryptographer->AddKey(key_params);
    [all...]
  /external/chromium_org/chromeos/login/auth/
extended_authenticator.h 85 virtual void AddKey(const UserContext& context,
fake_extended_authenticator.h 35 virtual void AddKey(const UserContext& context,
fake_extended_authenticator.cc 72 void FakeExtendedAuthenticator::AddKey(const UserContext& context,
extended_authenticator_impl.h 40 virtual void AddKey(const UserContext& context,
  /external/chromium_org/content/renderer/media/crypto/
encrypted_media_player_support_impl.h 39 virtual blink::WebMediaPlayer::MediaKeyException AddKey(
proxy_decryptor.h 78 void AddKey(const uint8* key, int key_length,
encrypted_media_player_support_impl.cc 82 // Helper enum for reporting generateKeyRequest/addKey histograms.
218 WebMediaPlayer::MediaKeyException EncryptedMediaPlayerSupportImpl::AddKey(
225 DVLOG(1) << "addKey: " << base::string16(key_system) << ": "
242 ReportMediaKeyExceptionToUMA("addKey", ascii_key_system, e);
263 proxy_decryptor_->AddKey(
  /external/chromium_org/sync/test/
fake_sync_encryption_handler.cc 23 cryptographer_.AddKey(keystore_params);
  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service.cc 176 authenticator_->AddKey(manager_key,
236 authenticator_->AddKey(
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authenticator.cc 84 // Calls cryptohome's addKey method.
85 void AddKey(SupervisedUserAuthenticator::AuthAttempt* attempt,
153 base::Bind(&AddKey,
supervised_user_login_flow.cc 155 authenticator_->AddKey(context_,
supervised_user_creation_controller_new.cc 294 authenticator_->AddKey(

Completed in 350 milliseconds

1 2