Searched defs:browser_entry_suffix (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/installer/setup/
H A Duninstall.cc676 const string16& browser_entry_suffix) {
682 distribution->GetBrowserProgIdPrefix() + browser_entry_suffix);
690 !browser_entry_suffix.empty() ||
744 const string16& browser_entry_suffix,
757 dist->GetBrowserProgIdPrefix() + browser_entry_suffix);
768 reg_app_id.append(dist->GetBaseAppId() + browser_entry_suffix);
808 dist->GetBaseAppName() + browser_entry_suffix);
854 InstallUtil::ValueEquals(dist->GetBaseAppName() + browser_entry_suffix));
873 RemoveFiletypeRegistration(installer_state, root, browser_entry_suffix);
674 RemoveFiletypeRegistration(const InstallerState& installer_state, HKEY root, const string16& browser_entry_suffix) argument
741 DeleteChromeRegistrationKeys(const InstallerState& installer_state, BrowserDistribution* dist, HKEY root, const string16& browser_entry_suffix, InstallStatus* exit_code) argument

Completed in 27 milliseconds