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

1 2 3

  /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);
  /external/chromium_org/content/renderer/media/android/
proxy_media_keys.h 29 virtual void AddKey(const uint8* key, int key_length,
proxy_media_keys.cc 38 void ProxyMediaKeys::AddKey(const uint8* key, int key_length,
41 proxy_->AddKey(media_keys_id_,
webmediaplayer_proxy_android.h 90 void AddKey(int media_keys_id,
  /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
  /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);
  /external/chromium/net/base/
dnssec_keyset.h 22 // AddKey adds a key to the trusted set.
24 bool AddKey(const base::StringPiece& dnskey);
  /external/chromium_org/ppapi/c/private/
ppp_content_decryptor_private.h 92 void (*AddKey)(PP_Instance instance,
  /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 80 other_cryptographer.AddKey(params);
148 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...]
apply_updates_and_resolve_conflicts_command_unittest.cc 330 cryptographer->AddKey(params);
383 cryptographer->AddKey(params);
394 other_cryptographer.AddKey(params);
  /external/chromium_org/ppapi/api/private/
ppp_content_decryptor_private.idl 71 void AddKey(
  /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...]
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodulesession_impl.cc 51 media_keys_->AddKey(key, key_length, NULL, 0, session_id_);
  /external/chromium_org/media/base/android/
media_drm_bridge.h 39 virtual void AddKey(const uint8* key, int key_length,
  /external/chromium_org/media/base/
media_keys.h 45 // Note: AddKey() and CancelKeyRequest() should only be called after
55 virtual void AddKey(const uint8* key, int key_length,
  /external/chromium_org/content/renderer/media/crypto/
proxy_decryptor.cc 103 void ProxyDecryptor::AddKey(const uint8* key,
108 DVLOG(1) << "AddKey()";
111 media_keys_->AddKey(key, key_length, init_data, init_data_length, session_id);
proxy_decryptor.h 64 virtual void AddKey(const uint8* key, int key_length,
  /external/chromium_org/media/cdm/
aes_decryptor.h 39 virtual void AddKey(const uint8* key, int key_length,
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.h 37 virtual void AddKey(const std::string& session_id,
content_decryptor_private.cc 54 void AddKey(PP_Instance instance,
78 static_cast<ContentDecryptor_Private*>(object)->AddKey(
188 &AddKey,
  /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);

Completed in 1299 milliseconds

1 2 3