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

  /external/chromium_org/extensions/browser/value_store/
testing_value_store.cc 11 const char kGenericErrorMessage[] = "TestingValueStore configured to error";
15 TestingValueStore::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::Get
    [all...]
testing_value_store.h 13 class TestingValueStore : public ValueStore {
15 TestingValueStore();
16 virtual ~TestingValueStore();
59 DISALLOW_COPY_AND_ASSIGN(TestingValueStore);

Completed in 43 milliseconds