OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetChromeChannel
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/common/
chrome_version_info_win.cc
48
channel = GoogleUpdateSettings::
GetChromeChannel
(is_system_install);
/external/chromium_org/chrome/installer/util/
chromium_binaries_distribution.h
54
virtual bool
GetChromeChannel
(string16* channel) OVERRIDE;
google_chrome_sxs_distribution.h
33
virtual bool
GetChromeChannel
(string16* channel) OVERRIDE;
chromium_binaries_distribution.cc
113
bool ChromiumBinariesDistribution::
GetChromeChannel
(string16* channel) {
browser_distribution.h
144
virtual bool
GetChromeChannel
(string16* channel);
google_chrome_sxs_distribution.cc
103
bool GoogleChromeSxSDistribution::
GetChromeChannel
(string16* channel) {
google_update_settings.h
162
static std::wstring
GetChromeChannel
(bool system_install);
browser_distribution.cc
277
bool BrowserDistribution::
GetChromeChannel
(string16* channel) {
google_update_settings.cc
141
if (dist->
GetChromeChannel
(channel)) {
404
std::wstring GoogleUpdateSettings::
GetChromeChannel
(bool system_install) {
/external/chromium/chrome/browser/
platform_util_win.cc
207
GoogleUpdateSettings::
GetChromeChannel
(is_system_install, &channel);
/external/chromium_org/chrome/app/
client_util.cc
117
const string16 channel(GoogleUpdateSettings::
GetChromeChannel
(
chrome_breakpad_client.cc
195
GoogleUpdateSettings::
GetChromeChannel
(!is_per_user_install)));
Completed in 165 milliseconds