Searched refs:GetKeys (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/ppapi/c/
H A Dppb_var_dictionary.h98 struct PP_Var (*GetKeys)(struct PP_Var dict); member in struct:PPB_VarDictionary_1_0
/external/chromium_org/ppapi/thunk/
H A Dppb_var_dictionary_thunk.cc61 PP_Var GetKeys(PP_Var dict) { function in namespace:ppapi::thunk::__anon9654
67 return dict_var->GetKeys();
76 &GetKeys
/external/chromium_org/ppapi/cpp/
H A Dvar_dictionary.h88 VarArray GetKeys() const;
H A Dvar_dictionary.cc99 VarArray VarDictionary::GetKeys() const { function in class:pp::VarDictionary
104 get_interface<PPB_VarDictionary_1_0>()->GetKeys(var_));
/external/chromium_org/ppapi/api/
H A Dppb_var_dictionary.idl89 PP_Var GetKeys([in] PP_Var dict);
/external/chromium_org/ppapi/shared_impl/
H A Ddictionary_var.h41 PP_Var GetKeys() const;
H A Ddictionary_var.cc84 PP_Var DictionaryVar::GetKeys() const { function in class:ppapi::DictionaryVar
/external/chromium_org/sync/engine/
H A Dapply_control_data_updates.cc167 cryptographer->GetKeys(new_nigori->mutable_encryption_keybag());
177 cryptographer->GetKeys(new_nigori->mutable_encryption_keybag());
182 cryptographer->GetKeys(new_nigori->mutable_encryption_keybag());
H A Dapply_control_data_updates_unittest.cc84 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_nigor
[all...]
/external/chromium/chrome/browser/sync/util/
H A Dcryptographer.h84 bool GetKeys(sync_pb::EncryptedData* encrypted) const;
H A Dcryptographer_unittest.cc117 EXPECT_TRUE(cryptographer.GetKeys(&nigori));
H A Dcryptographer.cc87 bool Cryptographer::GetKeys(sync_pb::EncryptedData* encrypted) const { function in class:browser_sync::Cryptographer
/external/chromium_org/sync/util/
H A Dcryptographer.h104 bool GetKeys(sync_pb::EncryptedData* encrypted) const;
H A Dcryptographer_unittest.cc164 EXPECT_TRUE(cryptographer.GetKeys(&nigori));
H A Dcryptographer.cc124 bool Cryptographer::GetKeys(sync_pb::EncryptedData* encrypted) const { function in class:syncer::Cryptographer
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dstorage_api.cc129 std::vector<std::string> GetKeys(const base::DictionaryValue& dict) { function in namespace:extensions::__anon4936
189 ValueStore::ReadResult result = storage->Get(GetKeys(*as_dict));
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc211 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());
1042 other_cryptographer.GetKeys(nigori.mutable_encryption_keybag());
1125 other_cryptographer.GetKeys(nigori.mutable_encryption_keybag());
1204 other_cryptographer.GetKeys(nigori.mutable_encryption_keybag());
1262 GetCryptographer()->GetKeys(nigor
[all...]
H A Dsync_encryption_handler_impl.cc549 cryptographer->GetKeys(&encrypted);
1032 if (!cryptographer.GetKeys(nigori.mutable_encryption_keybag()))
1236 if (!cryptographer.GetKeys(nigori.mutable_encryption_keybag()))
1449 if (!cryptographer->GetKeys(migrated_nigori.mutable_encryption_keybag())) {
H A Dsync_manager_impl_unittest.cc904 cryptographer->GetKeys(nigori.mutable_encryption_keybag());
1653 cryptographer->GetKeys(&encrypted);
1703 cryptographer->GetKeys(&encrypted);
1737 other_cryptographer.GetKeys(nigori.mutable_encryption_keybag());
1757 cryptographer->GetKeys(&encrypted);
1785 other_cryptographer.GetKeys(nigori.mutable_encryption_keybag());
1817 other_cryptographer.GetKeys(&encrypted);
1837 other_cryptographer.GetKeys(&encrypted);
1868 other_cryptographer.GetKeys(nigori.mutable_encryption_keybag());
1895 cryptographer->GetKeys(
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_post_message.cc99 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/
H A Dapply_updates_command_unittest.cc340 other_cryptographer.GetKeys(nigori->mutable_encrypted());
408 cryptographer->GetKeys(nigori->mutable_encrypted());
505 other_cryptographer.GetKeys(nigori->mutable_encrypted());
H A Dsyncapi_unittest.cc729 cryptographer->GetKeys(nigori.mutable_encrypted());
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
H A DSDL_main.c69 GetKeys(theKeyMap);
/external/chromium_org/third_party/handlebar/
H A Dhandlebar.py114 def GetKeys(self): member in class:_Contexts._Node
159 for found_key in node.GetKeys():
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macevents.c172 #if 0 /* These are handled below in the GetKeys() code */
218 GetKeys(keys);

Completed in 786 milliseconds

12