HomeSort by relevance Sort by last modified time
    Searched refs:key_path (Results 26 - 50 of 61) sorted by null

12 3

  /external/chromium/chrome/browser/
utility_process_host.cc 78 const string16& key_path) {
83 id, serialized_values, key_path));
89 const string16& key_path) {
93 Send(new UtilityMsg_InjectIDBKey(key, value, key_path));
utility_process_host.h 145 // Starts extracting |key_path| from |serialized_values|, and replies with the
149 const string16& key_path);
151 // Starts injecting |key| into |value| via |key_path|, and replies with the
155 const string16& key_path);
shell_integration_win.cc 348 std::wstring key_path(kChromeProtocols[i] + ShellUtil::kRegShellOpen);
349 base::win::RegKey key(root_key, key_path.c_str(), KEY_READ);
386 std::wstring key_path(L"http");
387 key_path.append(ShellUtil::kRegShellOpen);
388 base::win::RegKey key(HKEY_CLASSES_ROOT, key_path.c_str(), KEY_READ);
  /external/chromium_org/chrome/installer/util/
delete_reg_value_work_item.cc 15 const std::wstring& key_path,
18 key_path_(key_path),
install_util.cc 421 const string16& key_path) {
422 VLOG(1) << "Deleting registry key " << key_path;
423 LONG result = ::SHDeleteKey(root_key, key_path.c_str());
425 LOG(ERROR) << "Failed to delete registry key: " << key_path
436 const string16& key_path,
439 LONG result = key.Open(reg_root, key_path.c_str(), KEY_SET_VALUE);
475 const wchar_t* key_path,
479 DCHECK(key_path);
483 if (key.Open(root_key, key_path,
copy_reg_key_work_item_unittest.cc 42 const std::wstring& key_path = key_paths[i]; local
44 WorkItem::CreateCopyRegKeyWorkItem(test_data_.root_key(), key_path,
  /external/chromium_org/content/child/indexed_db/
proxy_webidbdatabase_impl.cc 55 const WebIDBKeyPath& key_path,
62 params.key_path = IndexedDBKeyPathBuilder::Build(key_path);
244 const WebIDBKeyPath& key_path,
254 params.key_path = IndexedDBKeyPathBuilder::Build(key_path);
proxy_webidbdatabase_impl.h 33 const WebKit::WebIDBKeyPath& key_path,
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 233 char key_path[100]; local
246 memset(key_path, 0, 100);
270 memset(key_path, 0, 100);
272 sprintf(key_path, "/sys/bus/iio/devices/iio:device%d/key", iio_dev_num);
274 sprintf(key_path, "%s%s", sysfs_path, "/device/invensense/mpu/key");
276 if((fp = fopen(key_path, "rt")) == NULL)
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 244 char key_path[100]; local
257 memset(key_path, 0, 100);
281 memset(key_path, 0, 100);
283 sprintf(key_path, "/sys/bus/iio/devices/iio:device%d/key", iio_dev_num);
285 sprintf(key_path, "%s%s", sysfs_path, "/device/invensense/mpu/key");
287 if((fp = fopen(key_path, "rt")) == NULL)
  /external/chromium_org/chrome/browser/importer/
ie_importer_browsertest_win.cc 147 base::string16 key_path(importer::GetIEFavoritesOrderKey());
149 key_path += L"\\" + path;
151 if (key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE) !=
595 base::string16 key_path(importer::GetIEFavoritesOrderKey());
598 key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE));
631 base::string16 key_path(importer::GetIE7PasswordsKey());
634 key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE));
657 base::string16 key_path(importer::GetIESettingsKey());
660 key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE));
  /external/chromium_org/content/browser/indexed_db/
indexed_db_index_writer.cc 142 // identical key_path need to also use the primary (generated) key as a key.
143 if (key_was_generated && (index.key_path == object_store.key_path))
indexed_db_callbacks.h 89 const IndexedDBKeyPath& key_path);
indexed_db_database.h 88 const IndexedDBKeyPath& key_path,
105 const IndexedDBKeyPath& key_path,
indexed_db_backing_store.h 94 const IndexedDBKeyPath& key_path,
164 const IndexedDBKeyPath& key_path,
indexed_db_backing_store.cc 962 IndexedDBKeyPath key_path; local
1562 IndexedDBKeyPath key_path; local
    [all...]
indexed_db_database.cc 198 const IndexedDBKeyPath& key_path,
207 key_path_(key_path),
629 const IndexedDBKeyPath& key_path,
645 key_path,
663 object_store_metadata_.key_path,
697 const IndexedDBKeyPath& key_path,
709 name, index_id, key_path, unique, multi_entry);
725 index_metadata_.key_path,
832 object_store_metadata.key_path,
    [all...]
  /external/chromium_org/remoting/protocol/
authenticator_test_base.cc 52 base::FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); local
54 ASSERT_TRUE(file_util::ReadFileToString(key_path, &key_string));
ssl_hmac_channel_authenticator_unittest.cc 63 base::FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); variable
65 ASSERT_TRUE(file_util::ReadFileToString(key_path, &key_string));
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.cc 246 base::string16 key_path(importer::GetIEFavoritesOrderKey());
247 base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ);
649 base::string16 key_path(importer::GetIE7PasswordsKey());
650 base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ);
652 key_path.c_str());
733 base::string16 key_path(importer::GetIESettingsKey());
735 base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ);
746 base::win::RegKey keyDefault(HKEY_LOCAL_MACHINE, key_path.c_str(), KEY_READ);
  /external/chromium_org/chromeos/dbus/
session_manager_client.cc 615 base::FilePath key_path; variable
616 if (!PathService::Get(chromeos::DIR_USER_POLICY_KEYS, &key_path)) {
622 key_path = key_path.AppendASCII(sanitized).AppendASCII("policy.pub");
628 key_path, policy_key),
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 322 string16 key_path(L"http");
323 key_path.append(ShellUtil::kRegShellOpen);
324 base::win::RegKey key(HKEY_CLASSES_ROOT, key_path.c_str(), KEY_READ);
  /external/chromium/net/socket/
ssl_server_socket_unittest.cc 236 FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); local
238 ASSERT_TRUE(file_util::ReadFileToString(key_path, &key_string));
  /external/chromium/net/tools/testserver/
device_management.py 574 for key_path in private_key_paths:
576 key = tlslite.api.parsePEMKey(open(key_path).read(), private=True)
578 print 'Failed to load private key from %s' % key_path
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store_unittest.cc 52 base::FilePath key_path = net::GetTestCertsDirectory().AppendASCII( local
56 ASSERT_TRUE(file_util::ReadFileToString(key_path, key));

Completed in 789 milliseconds

12 3