HomeSort by relevance Sort by last modified time
    Searched refs:ProductOperations (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/installer/util/
product_operations.h 29 class ProductOperations {
31 virtual ~ProductOperations() {}
product.h 24 class ProductOperations;
113 // See ProductOperations::AddKeyFiles.
116 // See ProductOperations::AddComDllList.
119 // See ProductOperations::AppendProductFlags.
122 // See ProductOperations::AppendRenameFlags.
125 // See Productoperations::SetChannelFlags.
128 // See ProductOperations::AddDefaultShortcutProperties.
143 scoped_ptr<ProductOperations> operations_;
chrome_app_host_operations.h 14 // Operations specific to Chrome App Host; see ProductOperations for general
16 class ChromeAppHostOperations : public ProductOperations {
chrome_binaries_operations.h 14 // Operations specific to the Chrome Binaries; see ProductOperations for general
16 class ChromeBinariesOperations : public ProductOperations {
chrome_browser_operations.h 14 // Operations specific to Chrome; see ProductOperations for general info.
15 class ChromeBrowserOperations : public ProductOperations {
chrome_frame_operations.h 14 // Operations specific to Chrome Frame; see ProductOperations for general info.
15 class ChromeFrameOperations : public ProductOperations {

Completed in 55 milliseconds