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

1 2

  /external/chromium_org/ppapi/c/
ppb_var_dictionary.h 98 struct PP_Var (*GetKeys)(struct PP_Var dict);
  /external/chromium_org/ppapi/cpp/
var_dictionary.h 88 VarArray GetKeys() const;
var_dictionary.cc 99 VarArray VarDictionary::GetKeys() const {
104 get_interface<PPB_VarDictionary_1_0>()->GetKeys(var_));
  /external/chromium_org/ppapi/thunk/
ppb_var_dictionary_thunk.cc 61 PP_Var GetKeys(PP_Var dict) {
67 return dict_var->GetKeys();
76 &GetKeys
  /external/chromium_org/ppapi/api/
ppb_var_dictionary.idl 89 PP_Var GetKeys([in] PP_Var dict);
  /external/chromium_org/ppapi/shared_impl/
dictionary_var.h 41 PP_Var GetKeys() const;
dictionary_var.cc 84 PP_Var DictionaryVar::GetKeys() const {
  /external/chromium_org/sync/engine/
apply_control_data_updates.cc 167 cryptographer->GetKeys(new_nigori->mutable_encryption_keybag());
177 cryptographer->GetKeys(new_nigori->mutable_encryption_keybag());
182 cryptographer->GetKeys(new_nigori->mutable_encryption_keybag());
apply_control_data_updates_unittest.cc 84 other_cryptographer.GetKeys(nigori->mutable_encryption_keybag());
151 cryptographer->GetKeys(nigori->mutable_encryption_keybag());
268 other_cryptographer.GetKeys(nigori->mutable_encryption_keybag());
329 other_cryptographer.GetKeys(server_nigori->mutable_encryption_keybag());
345 cryptographer->GetKeys(local_nigori->mutable_encryption_keybag());
407 other_cryptographer.GetKeys(server_nigori->mutable_encryption_keybag());
423 cryptographer->GetKeys(local_nigori->mutable_encryption_keybag());
483 cryptographer->GetKeys(server_nigori->mutable_encryption_keybag());
497 cryptographer->GetKeys(local_nigori->mutable_encryption_keybag());
554 other_cryptographer.GetKeys(server_nigori->mutable_encryption_keybag())
    [all...]
  /external/chromium/chrome/browser/sync/util/
cryptographer.h 84 bool GetKeys(sync_pb::EncryptedData* encrypted) const;
cryptographer_unittest.cc 117 EXPECT_TRUE(cryptographer.GetKeys(&nigori));
cryptographer.cc 87 bool Cryptographer::GetKeys(sync_pb::EncryptedData* encrypted) const {
  /external/chromium_org/sync/util/
cryptographer.h 104 bool GetKeys(sync_pb::EncryptedData* encrypted) const;
cryptographer_unittest.cc 164 EXPECT_TRUE(cryptographer.GetKeys(&nigori));
cryptographer.cc 124 bool Cryptographer::GetKeys(sync_pb::EncryptedData* encrypted) const {
  /external/chromium_org/chrome/browser/extensions/api/storage/
storage_api.cc 129 std::vector<std::string> GetKeys(const base::DictionaryValue& dict) {
189 ValueStore::ReadResult result = storage->Get(GetKeys(*as_dict));
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 211 other_cryptographer.GetKeys(nigori.mutable_encryption_keybag());
314 other_cryptographer.GetKeys(nigori.mutable_encryption_keybag());
547 GetCryptographer()->GetKeys(
566 other_cryptographer.GetKeys(old_nigori.mutable_encryption_keybag());
739 other_cryptographer.GetKeys(nigori.mutable_encryption_keybag());
796 other_cryptographer.GetKeys(nigori.mutable_encryption_keybag());
    [all...]
sync_encryption_handler_impl.cc 549 cryptographer->GetKeys(&encrypted);
    [all...]
sync_manager_impl_unittest.cc 904 cryptographer->GetKeys(nigori.mutable_encryption_keybag());
    [all...]
  /external/chromium_org/ppapi/tests/
test_post_message.cc 99 if (expected_dict.GetKeys().GetLength() !=
100 actual_dict.GetKeys().GetLength()) {
103 for (uint32_t i = 0; i < expected_dict.GetKeys().GetLength(); ++i) {
104 pp::Var key = expected_dict.GetKeys().Get(i);
506 ss << dictionary.GetKeys().GetLength();
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command_unittest.cc 340 other_cryptographer.GetKeys(nigori->mutable_encrypted());
408 cryptographer->GetKeys(nigori->mutable_encrypted());
505 other_cryptographer.GetKeys(nigori->mutable_encrypted());
syncapi_unittest.cc 729 cryptographer->GetKeys(nigori.mutable_encrypted());
    [all...]
  /art/runtime/
dex_instruction.h 60 const int32_t* GetKeys() const {
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL_main.c 69 GetKeys(theKeyMap);
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macevents.c 172 #if 0 /* These are handled below in the GetKeys() code */
218 GetKeys(keys);

Completed in 592 milliseconds

1 2