Searched refs:AppendProductFlags (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dchrome_browser_sxs_operations.cc13 void ChromeBrowserSxSOperations::AppendProductFlags( function in class:installer::ChromeBrowserSxSOperations
19 ChromeBrowserOperations::AppendProductFlags(options, cmd_line);
H A Dchrome_browser_sxs_operations.h19 virtual void AppendProductFlags(const std::set<string16>& options,
H A Dchrome_browser_operations.cc56 void ChromeBrowserOperations::AppendProductFlags( function in class:installer::ChromeBrowserOperations
143 AppendProductFlags(options, &base_command);
H A Dchrome_app_host_operations.h34 virtual void AppendProductFlags(const std::set<string16>& options,
H A Dchrome_binaries_operations.h34 virtual void AppendProductFlags(const std::set<string16>& options,
H A Dchrome_browser_operations.h33 virtual void AppendProductFlags(const std::set<string16>& options,
H A Dchrome_frame_operations.h33 virtual void AppendProductFlags(const std::set<string16>& options,
H A Dproduct_operations.h61 virtual void AppendProductFlags(const std::set<string16>& options,
H A Dproduct.cc147 void Product::AppendProductFlags(CommandLine* command_line) const { function in class:installer::Product
148 operations_->AppendProductFlags(options_, command_line);
H A Dchrome_binaries_operations.cc42 void ChromeBinariesOperations::AppendProductFlags( function in class:installer::ChromeBinariesOperations
H A Dproduct.h119 // See ProductOperations::AppendProductFlags.
120 void AppendProductFlags(CommandLine* command_line) const;
H A Dchrome_app_host_operations.cc50 void ChromeAppHostOperations::AppendProductFlags( function in class:installer::ChromeAppHostOperations
H A Dchrome_frame_operations.cc89 void ChromeFrameOperations::AppendProductFlags( function in class:installer::ChromeFrameOperations
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.cc704 chrome_frame->AppendProductFlags(&uninstall_arguments);
1524 product.AppendProductFlags(&cmd);
1579 product.AppendProductFlags(uninstall_cmd);
1635 product.AppendProductFlags(&cmd_line);

Completed in 853 milliseconds