HomeSort by relevance Sort by last modified time
    Searched refs:state_store_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/
test_extension_system.cc 79 // The ownership of |value_store_| is immediately transferred to state_store_,
82 state_store_.reset(new StateStore(profile_, value_store_));
122 return state_store_.get();
126 return state_store_.get();
test_extension_system.h 82 scoped_ptr<StateStore> state_store_; member in class:extensions::TestExtensionSystem
83 // A pointer to the TestingValueStore owned by |state_store_|.
extension_system.h 190 scoped_ptr<StateStore> state_store_; member in class:extensions::ExtensionSystemImpl::Shared
extension_system.cc 96 state_store_.reset(new StateStore(
237 return state_store_.get();

Completed in 53 milliseconds