Searched refs:kDeviceActivityTimes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.cc163 registry->RegisterDictionaryPref(prefs::kDeviceActivityTimes,
237 local_state_->GetDictionary(prefs::kDeviceActivityTimes);
260 local_state_->Set(prefs::kDeviceActivityTimes, *copy);
267 DictionaryPrefUpdate update(local_state_, prefs::kDeviceActivityTimes);
310 DictionaryPrefUpdate update(local_state_, prefs::kDeviceActivityTimes);
/external/chromium_org/chrome/common/
H A Dpref_names.h662 extern const char kDeviceActivityTimes[];
H A Dpref_names.cc1848 const char kDeviceActivityTimes[] = "device_status.activity_times"; member in namespace:prefs

Completed in 162 milliseconds