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

  /external/chromium_org/chrome/browser/value_store/
testing_value_store.h 13 class TestingValueStore : public ValueStore {
15 TestingValueStore();
16 virtual ~TestingValueStore();
52 DISALLOW_COPY_AND_ASSIGN(TestingValueStore);
testing_value_store.cc 11 const char kGenericErrorMessage[] = "TestingValueStore configured to error";
29 TestingValueStore::TestingValueStore()
32 TestingValueStore::~TestingValueStore() {}
34 void TestingValueStore::SetFailAllRequests(bool fail_all_requests) {
38 size_t TestingValueStore::GetBytesInUse(const std::string& key) {
44 size_t TestingValueStore::GetBytesInUse(
51 size_t TestingValueStore::GetBytesInUse() {
57 ValueStore::ReadResult TestingValueStore::Get(const std::string& key)
    [all...]

Completed in 129 milliseconds