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

  /external/chromium_org/chrome/browser/extensions/
test_extension_system.h 61 TestingValueStore* value_store() { return value_store_; }
84 TestingValueStore* value_store_; member in class:extensions::TestExtensionSystem
test_extension_system.cc 35 value_store_(NULL),
79 // The ownership of |value_store_| is immediately transferred to state_store_,
81 value_store_ = new TestingValueStore();
82 state_store_.reset(new StateStore(profile_, value_store_));

Completed in 37 milliseconds