Searched defs:testing_factory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/invalidation/
H A Dprofile_invalidation_provider_factory.cc91 TestingFactoryFunction testing_factory) {
92 testing_factory_ = testing_factory;
90 RegisterTestingFactory( TestingFactoryFunction testing_factory) argument
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_keyed_service_factory.cc17 TestingFactoryFunction testing_factory) {
41 testing_factories_[context] = testing_factory;
46 TestingFactoryFunction testing_factory) {
47 DCHECK(testing_factory);
48 SetTestingFactory(context, testing_factory);
15 SetTestingFactory( content::BrowserContext* context, TestingFactoryFunction testing_factory) argument
44 SetTestingFactoryAndUse( content::BrowserContext* context, TestingFactoryFunction testing_factory) argument
H A Drefcounted_browser_context_keyed_service_factory.cc15 TestingFactoryFunction testing_factory) {
31 testing_factories_[context] = testing_factory;
37 TestingFactoryFunction testing_factory) {
38 DCHECK(testing_factory);
39 SetTestingFactory(context, testing_factory);
13 SetTestingFactory( content::BrowserContext* context, TestingFactoryFunction testing_factory) argument
35 SetTestingFactoryAndUse( content::BrowserContext* context, TestingFactoryFunction testing_factory) argument
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_sync_unittest.cc710 TestingValueStoreFactory* testing_factory = new TestingValueStoreFactory(); local
711 storage_factory_->Reset(testing_factory);
717 testing_factory->GetExisting("bad")->set_error_code(ValueStore::CORRUPTION);
731 testing_factory->GetExisting("bad")->set_error_code(ValueStore::OK);
814 testing_factory->GetExisting("bad")->set_error_code(ValueStore::CORRUPTION);
824 testing_factory->GetExisting("bad")->set_error_code(ValueStore::OK);
907 TestingValueStoreFactory* testing_factory = new TestingValueStoreFactory(); local
908 storage_factory_->Reset(testing_factory);
942 testing_factory->GetExisting("bad")->set_error_code(ValueStore::CORRUPTION);
951 testing_factory
1005 TestingValueStoreFactory* testing_factory = new TestingValueStoreFactory(); local
1060 TestingValueStoreFactory* testing_factory = new TestingValueStoreFactory(); local
1164 TestingValueStoreFactory* testing_factory = new TestingValueStoreFactory(); local
1255 TestingValueStoreFactory* testing_factory = new TestingValueStoreFactory(); local
[all...]

Completed in 461 milliseconds