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

Completed in 902 milliseconds