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

  /external/chromium_org/rlz/chromeos/lib/
rlz_value_store_chromeos.cc 80 : rlz_store_(new base::DictionaryValue),
97 rlz_store_->SetString(GetKeyName(kPingTimeKey, product),
105 return rlz_store_->GetString(GetKeyName(kPingTimeKey, product), &ping_time) &&
111 rlz_store_->Remove(GetKeyName(kPingTimeKey, product), NULL);
118 rlz_store_->SetString(
128 rlz_store_->GetString(GetKeyName(kAccessPointKey, access_point), &rlz_value);
140 rlz_store_->Remove(GetKeyName(kAccessPointKey, access_point), NULL);
156 if (!rlz_store_->GetList(GetKeyName(kProductEventKey, product), &events_list))
177 rlz_store_->Remove(GetKeyName(kProductEventKey, product), NULL);
193 return rlz_store_->GetList(GetKeyName(kStatefulEventKey, product)
    [all...]
rlz_value_store_chromeos.h 75 scoped_ptr<base::DictionaryValue> rlz_store_; member in class:rlz_lib::RlzValueStoreChromeOS

Completed in 33 milliseconds