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

/external/chromium_org/chrome/browser/extensions/
H A Dstate_store.h22 class StateStore class in namespace:extensions
23 : public base::SupportsWeakPtr<StateStore>,
30 StateStore(Profile* profile, const base::FilePath& db_path,
33 StateStore(Profile* profile, ValueStore* store);
34 virtual ~StateStore();
H A Dstate_store.cc30 class StateStore::DelayedTaskQueue {
47 void StateStore::DelayedTaskQueue::InvokeWhenReady(base::Closure task) {
55 void StateStore::DelayedTaskQueue::SetReady() {
63 StateStore::StateStore(Profile* profile, function in class:extensions::StateStore
85 StateStore::StateStore(Profile* profile, ValueStore* value_store) function in class:extensions::StateStore
96 StateStore::~StateStore() {
99 void StateStore
[all...]

Completed in 94 milliseconds