Home
last modified time | relevance | path

Searched refs:SetChannelFlags (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dproduct.cc152 bool Product::SetChannelFlags(bool set, ChannelInfo* channel_info) const { in SetChannelFlags() function in installer::Product
153 return operations_->SetChannelFlags(options_, set, channel_info); in SetChannelFlags()
Dchrome_browser_operations.h39 virtual bool SetChannelFlags(const std::set<base::string16>& options,
Dproduct_operations.h73 virtual bool SetChannelFlags(const std::set<base::string16>& options,
Dchrome_binaries_operations.h40 virtual bool SetChannelFlags(const std::set<base::string16>& options,
Dchrome_app_host_operations.h40 virtual bool SetChannelFlags(const std::set<base::string16>& options,
Dchrome_frame_operations.h39 virtual bool SetChannelFlags(const std::set<base::string16>& options,
Dproduct.h119 bool SetChannelFlags(bool set, ChannelInfo* channel_info) const;
Dchrome_binaries_operations.cc68 bool ChromeBinariesOperations::SetChannelFlags( in SetChannelFlags() function in installer::ChromeBinariesOperations
Dchrome_app_host_operations.cc83 bool ChromeAppHostOperations::SetChannelFlags( in SetChannelFlags() function in installer::ChromeAppHostOperations
Dchrome_browser_operations.cc85 bool ChromeBrowserOperations::SetChannelFlags( in SetChannelFlags() function in installer::ChromeBrowserOperations
Dchrome_frame_operations.cc102 bool ChromeFrameOperations::SetChannelFlags( in SetChannelFlags() function in installer::ChromeFrameOperations
Dinstaller_state.cc719 bool InstallerState::SetChannelFlags(bool set, in SetChannelFlags() function in installer::InstallerState
724 modified |= (*scan)->SetChannelFlags(set, channel_info); in SetChannelFlags()
756 modified |= SetChannelFlags(true, &channel_info); in UpdateChannels()
Dinstaller_state.h195 bool SetChannelFlags(bool set, ChannelInfo* channel_info) const;
/external/chromium_org/chrome/installer/setup/
Dsetup_util.cc399 product_to_migrate.SetChannelFlags(false, &channel_info)) { in MigrateGoogleUpdateStateMultiToSingle()
Duninstall.cc133 const bool modified = product.SetChannelFlags(false, &channel_info); in ProcessGoogleUpdateItems()