HomeSort by relevance Sort by last modified time
    Searched defs:usagestats (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/installer/setup/
setup_util.cc 366 // Copy usagestats from the binaries to the product's ClientState key.
369 DWORD usagestats = 0; local
370 if (product && product->GetUsageStats(&usagestats)) {
376 << dist->GetDisplayName() << " to migrate usagestats.";
378 state_key.WriteValue(google_update::kRegUsageStatsField, usagestats);
setup_util_unittest.cc 435 DWORD usagestats = 0; local
475 // Confirm that usagestats were copied to CF and that its channel was
479 EXPECT_TRUE(chrome_frame.GetUsageStats(&usagestats));
480 EXPECT_EQ(1U, usagestats);
install_worker.cc 923 DWORD usagestats = 0; local
    [all...]
  /external/chromium_org/chrome/installer/util/
installation_validator.cc 56 // Products must not have usagestats consent values when multi-install
90 // Products must not have usagestats consent values when multi-install
146 // UsageStats consent values are always allowed on the binaries.
698 // Validates usagestats for the product or binaries in |ctx|.
701 DWORD usagestats = 0; local
702 if (ctx.state.GetUsageStats(&usagestats)) {
706 << " has a usagestats value (" << usagestats
708 } else if (usagestats != 0 && usagestats != 1)
    [all...]

Completed in 886 milliseconds