Searched defs:RlzValueStore (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/rlz/lib/
H A Drlz_value_store.h32 class RlzValueStore { class in namespace:rlz_lib
34 virtual ~RlzValueStore() {}
77 // All methods of RlzValueStore must stays consistent even when accessed from
79 // system, the only way to access the RlzValueStore is through a
85 // RlzValueStore* store = lock.GetStore();
94 // Returns a RlzValueStore protected by a cross-process lock, or NULL if the
97 RlzValueStore* GetStore();
100 scoped_ptr<RlzValueStore> store_;

Completed in 94 milliseconds