Searched defs:TestingValueStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/value_store/
H A Dtesting_value_store.cc11 const char kGenericErrorMessage[] = "TestingValueStore configured to error";
15 TestingValueStore::TestingValueStore() function in class:TestingValueStore
18 TestingValueStore::~TestingValueStore() {}
20 size_t TestingValueStore::GetBytesInUse(const std::string& key) {
26 size_t TestingValueStore::GetBytesInUse(
33 size_t TestingValueStore::GetBytesInUse() {
39 ValueStore::ReadResult TestingValueStore::Get(const std::string& key) {
43 ValueStore::ReadResult TestingValueStore
[all...]
H A Dtesting_value_store.h13 class TestingValueStore : public ValueStore { class in inherits:ValueStore
15 TestingValueStore();
16 virtual ~TestingValueStore();
59 DISALLOW_COPY_AND_ASSIGN(TestingValueStore);

Completed in 78 milliseconds