HomeSort by relevance Sort by last modified time
    Searched refs:key_path (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/extensions/
external_registry_extension_loader_win.cc 49 std::wstring key_path = ASCIIToWide(kRegistryExtensions); local
50 key_path.append(L"\\");
51 key_path.append(iterator.Name());
52 if (key.Open(kRegRoot, key_path.c_str(), KEY_READ) == ERROR_SUCCESS) {
60 << key_path; local
72 << " for key " << key_path << " ."; local
82 << " for key " << key_path << " ."; local
96 << " for key " << key_path << " ."; local
101 << " for key " << key_path << " ."; local
  /external/chromium/chrome/browser/
idbbindingutilities_browsertest.cc 31 string16 key_path(UTF8ToUTF16("foo"));
33 serialized_values, key_path, &values);
42 key_path = UTF8ToUTF16("PropertyNotAvailable");
44 serialized_values, key_path, &values);
52 key_path = UTF8ToUTF16("!+Invalid[KeyPath[[[");
54 serialized_values, key_path, &values);
113 const string16& key_path) {
118 id, serialized_values, key_path));
124 id, serialized_values, key_path);
130 const string16& key_path) {
    [all...]
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/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

Completed in 818 milliseconds