Home
last modified time | relevance | path

Searched refs:kRegShellOpen (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/
Dshell_integration_win.cc348 std::wstring key_path(kChromeProtocols[i] + ShellUtil::kRegShellOpen); in IsDefaultBrowser()
387 key_path.append(ShellUtil::kRegShellOpen); in IsFirefoxDefaultBrowser()
/external/chromium_org/chrome/installer/util/
Dshell_util.cc299 chrome_html_prog_id + ShellUtil::kRegShellOpen, open_cmd)); in GetProgIdEntries()
302 chrome_html_prog_id + ShellUtil::kRegShellOpen, in GetProgIdEntries()
370 start_menu_entry + ShellUtil::kRegShellOpen, quoted_exe_path)); in GetShellIntegrationEntries()
475 string16 shell_key = url_key + ShellUtil::kRegShellOpen; in GetXPStyleUserProtocolEntries()
804 reg_key.append(ShellUtil::kRegShellOpen); in QuickIsChromeRegistered()
1132 key_path.assign(protocols[i]).append(ShellUtil::kRegShellOpen); in ProbeOpenCommandHandlers()
1344 const wchar_t* ShellUtil::kRegShellOpen = L"\\shell\\open\\command"; member in ShellUtil
Dshell_util.h216 static const wchar_t* kRegShellOpen; variable
/external/chromium_org/chrome/browser/
Dshell_integration_win.cc325 key_path.append(ShellUtil::kRegShellOpen); in IsFirefoxDefaultBrowser()
/external/chromium_org/chrome/installer/setup/
Duninstall.cc784 open_key.assign(client_key).append(ShellUtil::kRegShellOpen); in DeleteChromeRegistrationKeys()
868 child_key.assign(parent_key).append(ShellUtil::kRegShellOpen); in DeleteChromeRegistrationKeys()