OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetChannelFlags
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/installer/util/
chrome_app_host_operations.h
40
virtual bool
SetChannelFlags
(const std::set<string16>& options,
chrome_binaries_operations.h
40
virtual bool
SetChannelFlags
(const std::set<string16>& options,
chrome_browser_operations.h
39
virtual bool
SetChannelFlags
(const std::set<string16>& options,
chrome_frame_operations.h
39
virtual bool
SetChannelFlags
(const std::set<string16>& options,
product_operations.h
70
virtual bool
SetChannelFlags
(const std::set<string16>& options,
product.cc
155
bool Product::
SetChannelFlags
(bool set, ChannelInfo* channel_info) const {
156
return operations_->
SetChannelFlags
(options_, set, channel_info);
chrome_binaries_operations.cc
66
bool ChromeBinariesOperations::
SetChannelFlags
(
product.h
125
// See Productoperations::
SetChannelFlags
.
126
bool
SetChannelFlags
(bool set, ChannelInfo* channel_info) const;
chrome_app_host_operations.cc
81
bool ChromeAppHostOperations::
SetChannelFlags
(const std::set<string16>& options,
chrome_browser_operations.cc
83
bool ChromeBrowserOperations::
SetChannelFlags
(const std::set<string16>& options,
chrome_frame_operations.cc
99
bool ChromeFrameOperations::
SetChannelFlags
(const std::set<string16>& options,
installer_state.h
193
bool
SetChannelFlags
(bool set, ChannelInfo* channel_info) const;
installer_state.cc
719
bool InstallerState::
SetChannelFlags
(bool set,
724
modified |= (*scan)->
SetChannelFlags
(set, channel_info);
754
modified |=
SetChannelFlags
(true, &channel_info);
/external/chromium_org/chrome/installer/setup/
setup_util.cc
397
product_to_migrate.
SetChannelFlags
(false, &channel_info)) {
uninstall.cc
131
const bool modified = product.
SetChannelFlags
(false, &channel_info);
[
all
...]
Completed in 184 milliseconds