OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRegRLZBrandField
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/installer/util/
google_update_constants.h
66
extern const wchar_t
kRegRLZBrandField
[];
google_update_constants.cc
56
const wchar_t
kRegRLZBrandField
[] = L"brand";
google_chrome_distribution.cc
222
if (client_state_key.ReadValue(google_update::
kRegRLZBrandField
,
224
result = google_update::
kRegRLZBrandField
;
google_update_settings.cc
364
return ReadGoogleUpdateStrKey(google_update::
kRegRLZBrandField
, brand);
/external/chromium_org/chrome/browser/rlz/
rlz_unittest.cc
192
SetRegistryBrandValue(google_update::
kRegRLZBrandField
, brand);
Completed in 65 milliseconds