HomeSort by relevance Sort by last modified time
    Searched defs:StateStore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
state_store.h 22 class StateStore
23 : public base::SupportsWeakPtr<StateStore>,
30 StateStore(Profile* profile, const base::FilePath& db_path,
33 StateStore(Profile* profile, scoped_ptr<ValueStore> store);
34 virtual ~StateStore();
state_store.cc 30 class StateStore::DelayedTaskQueue {
47 void StateStore::DelayedTaskQueue::InvokeWhenReady(base::Closure task) {
55 void StateStore::DelayedTaskQueue::SetReady() {
63 StateStore::StateStore(Profile* profile,
85 StateStore::StateStore(Profile* profile, scoped_ptr<ValueStore> value_store)
96 StateStore::~StateStore() {
99 void StateStore::RegisterKey(const std::string& key)
    [all...]

Completed in 52 milliseconds