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

  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service.h 22 // PrefMetricsService is responsible for recording prefs-related UMA stats.
23 class PrefMetricsService : public BrowserContextKeyedService {
30 explicit PrefMetricsService(Profile* profile);
31 virtual ~PrefMetricsService();
36 static PrefMetricsService* GetForProfile(Profile* profile);
63 PrefMetricsService(Profile* profile,
132 base::WeakPtrFactory<PrefMetricsService> weak_factory_;
134 DISALLOW_COPY_AND_ASSIGN(PrefMetricsService);
pref_metrics_service.cc 75 PrefMetricsService::PrefMetricsService(Profile* profile)
100 "PrefMetricsService", // non-empty string to obfuscate the device id.
101 Bind(&PrefMetricsService::GetDeviceIdCallback,
107 PrefMetricsService::PrefMetricsService(Profile* profile,
125 PrefMetricsService::~PrefMetricsService() {
128 void PrefMetricsService::RecordLaunchPrefs() {
192 void PrefMetricsService::RegisterPrefs(PrefRegistrySimple* registry)
    [all...]

Completed in 25 milliseconds