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

/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store_frontend.h23 class ValueStoreFrontend class in inherits:base::SupportsWeakPtr,base::NonThreadSafe
24 : public base::SupportsWeakPtr<ValueStoreFrontend>,
29 ValueStoreFrontend();
30 explicit ValueStoreFrontend(const base::FilePath& db_path);
32 explicit ValueStoreFrontend(scoped_ptr<ValueStore> value_store);
33 ~ValueStoreFrontend();
54 DISALLOW_COPY_AND_ASSIGN(ValueStoreFrontend);
H A Dvalue_store_frontend.cc16 class ValueStoreFrontend::Backend : public base::RefCountedThreadSafe<Backend> {
23 TRACE_EVENT0("ValueStoreFrontend::Backend", "Init");
36 const ValueStoreFrontend::ReadCallback& callback) {
51 base::Bind(&ValueStoreFrontend::Backend::RunCallback,
82 void RunCallback(const ValueStoreFrontend::ReadCallback& callback,
97 ValueStoreFrontend::ValueStoreFrontend() function in class:ValueStoreFrontend
101 ValueStoreFrontend::ValueStoreFrontend(const base::FilePath& db_path) function in class:ValueStoreFrontend
106 ValueStoreFrontend function in class:ValueStoreFrontend
[all...]

Completed in 88 milliseconds