Searched refs:GetGoogleUpdateVersion (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc918 // Test GoogleUpdateSettings::GetGoogleUpdateVersion at system- or user-level,
920 class GetGoogleUpdateVersion : public GoogleUpdateSettingsTest, class in inherits:GoogleUpdateSettingsTest,testing::WithParamInterface
935 const wchar_t GetGoogleUpdateVersion::kDummyVersion[] = L"1.2.3.4";
937 // Tests that GetGoogleUpdateVersion returns an empty string if there's no
939 TEST_P(GetGoogleUpdateVersion, TestNoKey) {
941 GoogleUpdateSettings::GetGoogleUpdateVersion(system_install_).IsValid());
944 // Tests that GetGoogleUpdateVersion returns an empty string if there's no
946 TEST_P(GetGoogleUpdateVersion, TestNoValue) {
949 GoogleUpdateSettings::GetGoogleUpdateVersion(system_install_).IsValid());
952 // Tests that GetGoogleUpdateVersion return
[all...]
H A Dgoogle_update_settings.h273 static Version GetGoogleUpdateVersion(bool system_install);
H A Dgoogle_update_util.cc38 return GoogleUpdateSettings::GetGoogleUpdateVersion(system_install).IsValid();
H A Dgoogle_update_settings.cc778 Version GoogleUpdateSettings::GetGoogleUpdateVersion(bool system_install) { function in class:GoogleUpdateSettings
/external/chromium_org/chrome/app/
H A Dchrome_crash_reporter_client.cc174 Version update_version = GoogleUpdateSettings::GetGoogleUpdateVersion(

Completed in 156 milliseconds