Searched refs:rlz_store_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/rlz/chromeos/lib/
H A Drlz_value_store_chromeos.cc82 : rlz_store_(new base::DictionaryValue),
99 rlz_store_->SetString(GetKeyName(kPingTimeKey, product),
107 return rlz_store_->GetString(GetKeyName(kPingTimeKey, product), &ping_time) &&
113 rlz_store_->Remove(GetKeyName(kPingTimeKey, product), NULL);
120 rlz_store_->SetString(
130 rlz_store_->GetString(GetKeyName(kAccessPointKey, access_point), &rlz_value);
142 rlz_store_->Remove(GetKeyName(kAccessPointKey, access_point), NULL);
158 if (!rlz_store_->GetList(GetKeyName(kProductEventKey, product), &events_list))
179 rlz_store_->Remove(GetKeyName(kProductEventKey, product), NULL);
195 return rlz_store_
[all...]
H A Drlz_value_store_chromeos.h75 scoped_ptr<base::DictionaryValue> rlz_store_; member in class:rlz_lib::RlzValueStoreChromeOS

Completed in 736 milliseconds