Searched defs:key_name (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/base/debug/
H A Dcrash_logging.h59 const char* key_name; member in struct:base::debug::CrashKey
/external/chromium_org/athena/virtual_keyboard/
H A Dvk_message_handler.cc34 std::string key_name; local
42 if (!params->GetString(3, &key_name))
49 type, char_value, key_code, key_name, modifiers, window->GetHost());
H A Dvirtual_keyboard_bindings_impl.cc30 std::string key_name; member in struct:__anon2140::VKEvent
65 &event->key_name))
149 params.Set(3, base::Value::CreateStringValue(event.key_name));
/external/chromium_org/base/test/
H A Dtest_reg_util_win.cc34 base::string16 key_name = iterator_test_root_key.Name(); local
36 Tokenize(key_name, base::string16(kTimestampDelimiter), &tokens);
40 test_root_key.DeleteKey(key_name.c_str());
48 test_root_key.DeleteKey(key_name.c_str());
/external/chromium_org/chrome/browser/extensions/api/input/
H A Dinput.cc89 std::string key_name; local
97 EXTENSION_FUNCTION_VALIDATE(params->GetString("keyName", &key_name));
104 key_name,
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_cmac.c50 void print128(BT_OCTET16 x, const UINT8 *key_name) argument
56 SMP_TRACE_WARNING("%s(MSB ~ LSB) = ", key_name);
H A Dsmp_keys.c74 static void smp_debug_print_nbyte_little_endian (UINT8 *p, const UINT8 *key_name, UINT8 len) argument
84 SMP_TRACE_WARNING("%s(LSB ~ MSB) = %s", key_name, p_buf);
87 #define smp_debug_print_nbyte_little_endian(p, key_name, len)
/external/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp221 const char *key_name = (const char *)::xmlNodeGetContent(key_node); local
222 if (strcmp(key_name, "DBGBuildSourcePath") == 0)
241 else if (strcmp(key_name, "DBGSourcePath") == 0)
261 if (key_name != NULL)
262 xmlFree((void *) key_name);
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_overlay.cc48 explicit StickyKeyOverlayLabel(const std::string& key_name);
62 StickyKeyOverlayLabel::StickyKeyOverlayLabel(const std::string& key_name) argument
66 SetText(base::UTF8ToUTF16(key_name));
/external/chromium_org/chrome/app/
H A Dchrome_breakpad_client.cc261 base::string16 key_name = local
266 if (hklm_policy_key.ReadValueDW(key_name.c_str(), &value) == ERROR_SUCCESS) {
273 if (hkcu_policy_key.ReadValueDW(key_name.c_str(), &value) == ERROR_SUCCESS) {
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.h97 const std::string& key_name,
113 const std::string& key_name,
122 const std::string key_name; member in struct:extensions::EPKPChallengeKeyBase::PrepareKeyContext
H A Denterprise_platform_keys_private_api_unittest.cc70 const std::string& key_name,
80 const std::string& key_name,
90 const std::string& key_name,
104 const std::string& key_name,
67 RegisterKeyCallbackTrue( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const cryptohome::AsyncMethodCaller::Callback& callback) argument
77 RegisterKeyCallbackFalse( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const cryptohome::AsyncMethodCaller::Callback& callback) argument
87 SignChallengeCallbackTrue( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const std::string& domain, const std::string& device_id, chromeos::attestation::AttestationChallengeOptions options, const std::string& challenge, const cryptohome::AsyncMethodCaller::DataCallback& callback) argument
101 SignChallengeCallbackFalse( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const std::string& domain, const std::string& device_id, chromeos::attestation::AttestationChallengeOptions options, const std::string& challenge, const cryptohome::AsyncMethodCaller::DataCallback& callback) argument
H A Denterprise_platform_keys_private_api.cc58 const std::string& key_name,
64 key_name(key_name),
169 const std::string& key_name,
175 key_name,
197 context.key_type, context.user_id, context.key_name, base::Bind(
55 PrepareKeyContext( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, chromeos::attestation::AttestationCertificateProfile certificate_profile, bool require_user_consent, const base::Callback<void(PrepareKeyResult)>& callback) argument
166 PrepareKey( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, chromeos::attestation::AttestationCertificateProfile certificate_profile, bool require_user_consent, const base::Callback<void(PrepareKeyResult)>& callback) argument
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow.cc201 std::string key_name = GetKeyNameForProfile(certificate_profile, local
214 key_name,
223 key_name,
238 key_name,
249 const std::string& key_name,
267 key_name,
274 const std::string& key_name,
289 key_name,
296 const std::string& key_name,
301 key_name,
246 SendCertificateRequestToPCA( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback, bool success, const std::string& data) argument
271 SendCertificateResponseToDaemon( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback, bool success, const std::string& data) argument
293 GetExistingCertificate( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback) argument
[all...]
/external/chromium_org/components/policy/core/common/
H A Dpreg_parser_win.cc153 void HandleRecord(const base::string16& key_name, argument
161 Tokenize(key_name, kRegistryPathSeparator, &path);
257 base::string16 key_name; local
263 if (!ReadFieldString(&cursor, end, &key_name))
298 if (StartsWith(key_name, root, false))
299 HandleRecord(key_name.substr(root.size()), value, type, data, dict);
/external/chromium_org/sync/util/
H A Dcryptographer.cc47 return nigoris_.end() != nigoris_.find(data.key_name());
53 data.key_name() == default_nigori_name_;
110 NigoriMap::const_iterator it = nigoris_.find(encrypted.key_name());
193 SetDefaultKey(pending_keys_->key_name());
211 void Cryptographer::SetDefaultKey(const std::string& key_name) { argument
212 DCHECK(nigoris_.end() != nigoris_.find(key_name));
213 default_nigori_name_ = key_name;
246 const std::string& new_default_key_name = pending_keys_->key_name();
/external/chromium_org/ui/keyboard/
H A Dkeyboard_util.cc236 std::string key_name,
280 ui::KeyEvent event(event_type, code, key_name, modifiers, false);
233 SendKeyEvent(const std::string type, int key_value, int key_code, std::string key_name, int modifiers, aura::WindowTreeHost* host) argument
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_flow.cc322 std::string key_name = kContentProtectionKeyPrefix; local
323 key_name += context.service_id;
326 key_name,
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler.cc149 std::string key_name = it->second + std::string("Synced"); local
151 if (!result->GetBoolean(key_name, &sync_value)) {
152 DLOG(ERROR) << "GetConfiguration() not passed a value for " << key_name;
363 const std::string key_name = it->second; local
364 args.SetBoolean(key_name + "Registered",
366 args.SetBoolean(key_name + "Synced", preferred_types.Has(sync_type));
/external/chromium_org/rlz/win/lib/
H A Drlz_value_store_registry.cc136 bool DeleteKeyIfEmpty(HKEY root_key, const wchar_t* key_name) { argument
137 if (!key_name) {
138 ASSERT_STRING("DeleteKeyIfEmpty: key_name is NULL");
141 base::win::RegKey key(root_key, key_name, KEY_READ);
145 base::win::RegistryKeyIterator key_iter(root_key, key_name);
149 base::win::RegistryValueIterator value_iter(root_key, key_name);
156 return key.DeleteKey(key_name) == ERROR_SUCCESS;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32regkey.cc55 HRESULT RegKey::Create(HKEY parent_key, const wchar_t* key_name) { argument
57 key_name,
65 HRESULT RegKey::Open(HKEY parent_key, const wchar_t* key_name) { argument
66 return Open(parent_key, key_name, KEY_ALL_ACCESS);
238 HRESULT RegKey::DeleteSubKey(const wchar_t* key_name) { argument
239 ASSERT(key_name != NULL);
242 LONG res = ::RegDeleteKey(h_key_, key_name);
274 const wchar_t* key_name,
280 ASSERT(key_name != NULL);
285 LONG res = ::RegCreateKeyEx(parent_key, key_name,
273 Create(HKEY parent_key, const wchar_t* key_name, wchar_t* lpszClass, DWORD options, REGSAM sam_desired, LPSECURITY_ATTRIBUTES lpSecAttr, LPDWORD lpdwDisposition) argument
303 Open(HKEY parent_key, const wchar_t* key_name, REGSAM sam_desired) argument
869 RecurseDeleteSubKey(const wchar_t* key_name) argument
943 SafeKeyNameForDeletion(const wchar_t* key_name) argument
967 GetParentKeyInfo(std::wstring* key_name) argument
1049 GetSubkeyNameAt(int index, std::wstring* key_name) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_srvr.c1614 unsigned char key_name[16]; local
1649 if (tctx->tlsext_ticket_key_cb(s, key_name, iv, &ctx,
1663 memcpy(key_name, tctx->tlsext_tick_key_name, 16);
1670 memcpy(p, key_name, 16);
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc38 HRESULT RegKey::Create(HKEY parent_key, const wchar_t* key_name) { argument
40 key_name,
48 HRESULT RegKey::Open(HKEY parent_key, const wchar_t* key_name) { argument
49 return Open(parent_key, key_name, KEY_ALL_ACCESS);
221 HRESULT RegKey::DeleteSubKey(const wchar_t* key_name) { argument
222 ASSERT(key_name != NULL);
225 LONG res = ::RegDeleteKey(h_key_, key_name);
257 const wchar_t* key_name,
263 ASSERT(key_name != NULL);
268 LONG res = ::RegCreateKeyEx(parent_key, key_name,
256 Create(HKEY parent_key, const wchar_t* key_name, wchar_t* lpszClass, DWORD options, REGSAM sam_desired, LPSECURITY_ATTRIBUTES lpSecAttr, LPDWORD lpdwDisposition) argument
286 Open(HKEY parent_key, const wchar_t* key_name, REGSAM sam_desired) argument
852 RecurseDeleteSubKey(const wchar_t* key_name) argument
926 SafeKeyNameForDeletion(const wchar_t* key_name) argument
950 GetParentKeyInfo(std::wstring* key_name) argument
1032 GetSubkeyNameAt(int index, std::wstring* key_name) argument
[all...]
/external/openssl/ssl/
H A Dd1_srvr.c1625 unsigned char key_name[16]; local
1660 if (tctx->tlsext_ticket_key_cb(s, key_name, iv, &ctx,
1674 memcpy(key_name, tctx->tlsext_tick_key_name, 16);
1681 memcpy(p, key_name, 16);
/external/qemu/android/
H A Dcharmap.c56 const char* key_name; member in struct:AKeycodeMapEntry
307 * key_name - Key name to convert.
308 * key_code - Upon success contains key code value for the key_name.
310 * for the given key_name.
313 kcm_get_key_code(const char* key_name, unsigned short* key_code) { argument
317 if (0 == strcmp(key_name, keycode_map[n].key_name)) {

Completed in 4739 milliseconds

12