OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetKeys
(Results
1 - 25
of
42
) 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
166
cryptographer->
GetKeys
(new_nigori->mutable_encryption_keybag());
176
cryptographer->
GetKeys
(new_nigori->mutable_encryption_keybag());
181
cryptographer->
GetKeys
(new_nigori->mutable_encryption_keybag());
apply_control_data_updates_unittest.cc
85
other_cryptographer.
GetKeys
(nigori->mutable_encryption_keybag());
152
cryptographer->
GetKeys
(nigori->mutable_encryption_keybag());
269
other_cryptographer.
GetKeys
(nigori->mutable_encryption_keybag());
330
other_cryptographer.
GetKeys
(server_nigori->mutable_encryption_keybag());
346
cryptographer->
GetKeys
(local_nigori->mutable_encryption_keybag());
408
other_cryptographer.
GetKeys
(server_nigori->mutable_encryption_keybag());
424
cryptographer->
GetKeys
(local_nigori->mutable_encryption_keybag());
484
cryptographer->
GetKeys
(server_nigori->mutable_encryption_keybag());
498
cryptographer->
GetKeys
(local_nigori->mutable_encryption_keybag());
555
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
123
std::vector<std::string>
GetKeys
(const base::DictionaryValue& dict) {
181
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
914
cryptographer->
GetKeys
(nigori.mutable_encryption_keybag());
[
all
...]
/external/chromium_org/native_client_sdk/src/examples/api/var_dictionary/
var_dictionary.cc
26
static const char kGetKeysCommand[] = "
GetKeys
";
125
PostResult(kGetKeysCommand, dictionary_.
GetKeys
());
example.js
61
common.naclModule.postMessage({cmd: '
GetKeys
'});
/external/chromium_org/ppapi/tests/
test_post_message.cc
105
if (expected_dict.
GetKeys
().GetLength() !=
106
actual_dict.
GetKeys
().GetLength()) {
109
for (uint32_t i = 0; i < expected_dict.
GetKeys
().GetLength(); ++i) {
110
pp::Var key = expected_dict.
GetKeys
().Get(i);
538
ss << dictionary.
GetKeys
().GetLength();
[
all
...]
/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());
/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);
Completed in 317 milliseconds
1
2