OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetChannelFlags
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/installer/util/
chrome_binaries_operations.cc
66
bool ChromeBinariesOperations::
SetChannelFlags
(
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,
product.cc
155
bool Product::
SetChannelFlags
(bool set, ChannelInfo* channel_info) const {
156
return operations_->
SetChannelFlags
(options_, set, channel_info);
installer_state.cc
719
bool InstallerState::
SetChannelFlags
(bool set,
724
modified |= (*scan)->
SetChannelFlags
(set, channel_info);
754
modified |=
SetChannelFlags
(true, &channel_info);
Completed in 122 milliseconds