OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rlz_store_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/rlz/chromeos/lib/
rlz_value_store_chromeos.cc
76
:
rlz_store_
(new base::DictionaryValue),
93
rlz_store_
->SetString(GetKeyName(kPingTimeKey, product),
101
return
rlz_store_
->GetString(GetKeyName(kPingTimeKey, product), &ping_time) &&
107
rlz_store_
->Remove(GetKeyName(kPingTimeKey, product), NULL);
114
rlz_store_
->SetString(
124
rlz_store_
->GetString(GetKeyName(kAccessPointKey, access_point), &rlz_value);
136
rlz_store_
->Remove(GetKeyName(kAccessPointKey, access_point), NULL);
152
if (!
rlz_store_
->GetList(GetKeyName(kProductEventKey, product), &events_list))
173
rlz_store_
->Remove(GetKeyName(kProductEventKey, product), NULL);
189
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 34 milliseconds