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

  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_manager_factory.h 76 (*TestingFactoryFunction)(content::BrowserContext* context);
83 void RegisterTestingFactory(TestingFactoryFunction factory);
123 TestingFactoryFunction testing_factory_;
  /external/chromium_org/components/keyed_service/content/
browser_context_keyed_service_factory.h 32 typedef KeyedService* (*TestingFactoryFunction)(
40 TestingFactoryFunction factory);
46 TestingFactoryFunction factory);
111 typedef std::map<content::BrowserContext*, TestingFactoryFunction>
118 // TestingFactoryFunction.
refcounted_browser_context_keyed_service_factory.h 37 *TestingFactoryFunction)(content::BrowserContext* context);
44 TestingFactoryFunction factory);
51 TestingFactoryFunction factory);
87 typedef std::map<content::BrowserContext*, TestingFactoryFunction>
94 // TestingFactoryFunction.

Completed in 705 milliseconds