Searched defs:kAccountInfoPref (Results 1 - 3 of 3) sorted by path

/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service.cc148 const char AccountTrackerService::kAccountInfoPref[] = "account_info"; member in class:AccountTrackerService
373 const base::ListValue* list = pref_service_->GetList(kAccountInfoPref);
401 ListPrefUpdate update(pref_service_, kAccountInfoPref);
425 ListPrefUpdate update(pref_service_, kAccountInfoPref);
H A Daccount_tracker_service.h31 static const char kAccountInfoPref[]; member in class:AccountTrackerService
H A Daccount_tracker_service_unittest.cc202 AccountTrackerService::kAccountInfoPref); variable

Completed in 336 milliseconds