Home
last modified time | relevance | path

Searched refs:GetUsageStats (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dinstallation_state.h80 bool GetUsageStats(DWORD* usagestats) const;
Dinstallation_state.cc211 bool ProductState::GetUsageStats(DWORD* usagestats) const { in GetUsageStats() function in installer::ProductState
Dinstallation_validator.cc641 if (ctx.state.GetUsageStats(&usagestats)) { in ValidateUsageStats()
/external/chromium_org/chrome/installer/setup/
Dsetup_util.cc372 if (product && product->GetUsageStats(&usagestats)) { in MigrateGoogleUpdateStateMultiToSingle()
Dsetup_util_unittest.cc480 EXPECT_TRUE(chrome_frame.GetUsageStats(&usagestats)); in TEST_F()
Dinstall_worker.cc1053 value_found = product_state->GetUsageStats(&usagestats); in AddUsageStatsWorkItems()