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 64 TestingValueStore* value_store() { return value_store_; }
88 TestingValueStore* value_store_; member in class:extensions::TestExtensionSystem
test_extension_system.cc 37 value_store_(NULL),
87 // The ownership of |value_store_| is immediately transferred to state_store_,
90 value_store_ = value_store.get();

Completed in 301 milliseconds