Home | History | Annotate | Download | only in setup

Lines Matching refs:dist

54                           BrowserDistribution* dist,
90 message.append(UTF16ToUTF8(dist->GetAppShortCutName()));
113 BrowserDistribution* dist,
116 LogShortcutOperation(location, dist, properties, operation, false);
117 if (!ShellUtil::CreateOrUpdateShortcut(location, dist, properties,
119 LogShortcutOperation(location, dist, properties, operation, true);
251 BrowserDistribution* dist,
256 ShellUtil::GetShortcutPath(ShellUtil::SHORTCUT_LOCATION_START_MENU, dist,
259 dist->GetUninstallLinkName() + installer::kLnkExt);
264 ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist,
329 BrowserDistribution* dist = BrowserDistribution::GetSpecificDistribution(
333 string16 display_name(dist->GetAppShortCutName());
383 BrowserDistribution* dist = product.distribution();
415 desktop_properties.set_shortcut_name(dist->GetAlternateApplicationName());
417 ShellUtil::SHORTCUT_LOCATION_DESKTOP, dist, desktop_properties,
424 desktop_properties.set_shortcut_name(dist->GetAlternateApplicationName());
426 ShellUtil::SHORTCUT_LOCATION_DESKTOP, dist, desktop_properties,
438 ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist,
454 dist, start_menu_properties,
470 BrowserDistribution* dist = product.distribution();
478 ShellUtil::MakeChromeDefault(dist, level, chrome_exe, true);
480 ShellUtil::RegisterChromeBrowser(dist, chrome_exe, string16(), false);