Home
last modified time | relevance | path

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

/external/chromium_org/rlz/win/lib/
Drlz_value_store_registry.cc77 bool GetPingTimesRegKey(REGSAM access, base::win::RegKey* key) { in GetPingTimesRegKey() function
173 return GetPingTimesRegKey(KEY_WRITE, &key) && in WritePingTime()
181 return GetPingTimesRegKey(KEY_READ, &key) && in ReadPingTime()
187 GetPingTimesRegKey(KEY_WRITE, &key); in ClearPingTime()