OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetGoogleUpdateVersion
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/util/
google_update_settings.cc
605
Version GoogleUpdateSettings::
GetGoogleUpdateVersion
(bool system_install) {
google_update_settings_unittest.cc
704
// Test GoogleUpdateSettings::
GetGoogleUpdateVersion
at system- or user-level,
706
class
GetGoogleUpdateVersion
: public GoogleUpdateSettingsTest,
721
const wchar_t
GetGoogleUpdateVersion
::kDummyVersion[] = L"1.2.3.4";
723
// Tests that
GetGoogleUpdateVersion
returns an empty string if there's no
725
TEST_P(
GetGoogleUpdateVersion
, TestNoKey) {
727
GoogleUpdateSettings::
GetGoogleUpdateVersion
(system_install_).IsValid());
730
// Tests that
GetGoogleUpdateVersion
returns an empty string if there's no
732
TEST_P(
GetGoogleUpdateVersion
, TestNoValue) {
735
GoogleUpdateSettings::
GetGoogleUpdateVersion
(system_install_).IsValid());
738
// Tests that
GetGoogleUpdateVersion
returns an empty string if there's a
[
all
...]
Completed in 116 milliseconds