Searched defs:TestingFactoryFunction (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_cloud_policy_manager_factory.h76 (*TestingFactoryFunction)(content::BrowserContext* context); typedef in class:policy::UserCloudPolicyManagerFactory
83 void RegisterTestingFactory(TestingFactoryFunction factory);
123 TestingFactoryFunction testing_factory_;
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_keyed_service_factory.h32 typedef KeyedService* (*TestingFactoryFunction)( typedef in class:BrowserContextKeyedServiceFactory
40 TestingFactoryFunction factory);
46 TestingFactoryFunction factory);
111 typedef std::map<content::BrowserContext*, TestingFactoryFunction>
118 // TestingFactoryFunction.
H A Drefcounted_browser_context_keyed_service_factory.h37 *TestingFactoryFunction)(content::BrowserContext* context); typedef in class:RefcountedBrowserContextKeyedServiceFactory
44 TestingFactoryFunction factory);
51 TestingFactoryFunction factory);
87 typedef std::map<content::BrowserContext*, TestingFactoryFunction>
94 // TestingFactoryFunction.

Completed in 1057 milliseconds