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

  /external/chromium_org/chrome/installer/util/
chrome_binaries_operations.cc 68 bool ChromeBinariesOperations::SetChannelFlags(
chrome_app_host_operations.cc 83 bool ChromeAppHostOperations::SetChannelFlags(
chrome_browser_operations.cc 85 bool ChromeBrowserOperations::SetChannelFlags(
chrome_frame_operations.cc 102 bool ChromeFrameOperations::SetChannelFlags(
product.cc 152 bool Product::SetChannelFlags(bool set, ChannelInfo* channel_info) const {
153 return operations_->SetChannelFlags(options_, set, channel_info);
installer_state.cc 719 bool InstallerState::SetChannelFlags(bool set,
724 modified |= (*scan)->SetChannelFlags(set, channel_info);
756 modified |= SetChannelFlags(true, &channel_info);

Completed in 49 milliseconds