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

/external/chromium_org/chrome/browser/extensions/
H A Dstate_store.h30 class StateStore class in namespace:extensions
31 : public base::SupportsWeakPtr<StateStore>,
39 StateStore(Profile* profile, const base::FilePath& db_path,
42 StateStore(Profile* profile, scoped_ptr<ValueStore> store);
43 virtual ~StateStore();
64 // Return whether or not the StateStore has initialized itself.
H A Dstate_store.cc32 class StateStore::DelayedTaskQueue {
52 void StateStore::DelayedTaskQueue::InvokeWhenReady(base::Closure task) {
60 void StateStore::DelayedTaskQueue::SetReady() {
68 StateStore::StateStore(Profile* profile, function in class:extensions::StateStore
89 StateStore::StateStore(Profile* profile, scoped_ptr<ValueStore> value_store) function in class:extensions::StateStore
99 StateStore::~StateStore() {
102 void StateStore
[all...]

Completed in 153 milliseconds