HomeSort by relevance Sort by last modified time
    Searched defs:registry_path (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/importer/
firefox_importer_utils_win.cc 45 std::wstring registry_path = L"Software\\Mozilla\\Mozilla Firefox"; local
48 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, registry_path.c_str(),
55 registry_path += L"\\" + std::wstring(buffer) + L"\\Main";
58 registry_path.c_str(), KEY_READ);
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_win.cc 50 base::string16 registry_path = kFirefoxPath; local
53 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, registry_path.c_str(),
60 registry_path += L"\\" + base::string16(buffer) + L"\\Main";
63 registry_path.c_str(), KEY_READ);
  /external/chromium_org/chrome/browser/
platform_util_win.cc 120 std::wstring registry_path = ASCIIToWide(scheme) + local
122 key.Open(HKEY_CLASSES_ROOT, registry_path.c_str(), KEY_READ);
  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.cc 42 base::FilePath registry_path = GetRegistryPath(); local
43 base::FileEnumerator enumerator(registry_path, false,
68 base::FilePath registry_path = GetRegistryPath(); local
69 base::FileEnumerator enumerator(registry_path, false,
84 base::FilePath registry_path = GetRegistryPath(); local
85 base::FilePath pairing_file = registry_path.Append(
110 base::FilePath registry_path = GetRegistryPath(); local
112 if (!base::CreateDirectoryAndGetError(registry_path, &error)) {
125 base::FilePath pairing_file = registry_path.Append(
137 base::FilePath registry_path = GetRegistryPath() local
    [all...]
  /external/chromium/chrome/browser/
platform_util_win.cc 139 std::wstring registry_path = ASCIIToWide(url.scheme()) + local
141 key.Open(HKEY_CLASSES_ROOT, registry_path.c_str(), KEY_READ);

Completed in 297 milliseconds