OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetChromeChannel
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/installer/util/
google_chrome_sxs_distribution.h
29
virtual bool
GetChromeChannel
(string16* channel) OVERRIDE;
chromium_binaries_distribution.h
50
virtual bool
GetChromeChannel
(string16* channel) OVERRIDE;
google_chrome_sxs_distribution.cc
60
bool GoogleChromeSxSDistribution::
GetChromeChannel
(string16* channel) {
browser_distribution.h
106
virtual bool
GetChromeChannel
(string16* channel);
chromium_binaries_distribution.cc
101
bool ChromiumBinariesDistribution::
GetChromeChannel
(string16* channel) {
google_update_settings.h
161
static std::wstring
GetChromeChannel
(bool system_install);
browser_distribution.cc
241
bool BrowserDistribution::
GetChromeChannel
(string16* channel) {
google_update_settings.cc
104
if (dist->
GetChromeChannel
(channel)) {
363
std::wstring GoogleUpdateSettings::
GetChromeChannel
(bool system_install) {
/external/chromium_org/chrome/common/
chrome_version_info_win.cc
51
channel = GoogleUpdateSettings::
GetChromeChannel
(is_system_install);
/external/chromium/chrome/browser/
platform_util_win.cc
207
GoogleUpdateSettings::
GetChromeChannel
(is_system_install, &channel);
/external/chromium_org/chrome/app/
chrome_breakpad_client.cc
176
GoogleUpdateSettings::
GetChromeChannel
(!is_per_user_install)));
Completed in 301 milliseconds