Home | History | Annotate | Download | only in util

Lines Matching defs:Product

5 #include "chrome/installer/util/product.h"
30 Product::Product(BrowserDistribution* distribution)
53 Product::~Product() {
56 void Product::InitializeFromPreferences(const MasterPreferences& prefs) {
60 void Product::InitializeFromUninstallCommand(
65 bool Product::LaunchChrome(const base::FilePath& application_path) const {
74 bool Product::LaunchChromeAndWait(const base::FilePath& application_path,
115 bool Product::SetMsiMarker(bool system_install, bool set) const {
132 bool Product::ShouldCreateUninstallEntry() const {
136 void Product::AddKeyFiles(std::vector<base::FilePath>* key_files) const {
140 void Product::AddComDllList(std::vector<base::FilePath>* com_dll_list) const {
144 void Product::AppendProductFlags(CommandLine* command_line) const {
148 void Product::AppendRenameFlags(CommandLine* command_line) const {
152 bool Product::SetChannelFlags(bool set, ChannelInfo* channel_info) const {
156 void Product::AddDefaultShortcutProperties(
163 void Product::LaunchUserExperiment(const base::FilePath& setup_path,
167 VLOG(1) << "LaunchUserExperiment status: " << status << " product: "