HomeSort by relevance Sort by last modified time
    Searched refs:testing_factories_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/browser_context_keyed_service/
browser_context_keyed_service_factory.cc 32 testing_factories_[context] = testing_factory;
76 testing_factories_.find(context);
77 if (jt != testing_factories_.end()) {
122 testing_factories_.erase(context);
refcounted_browser_context_keyed_service_factory.cc 31 testing_factories_[context] = testing_factory;
78 testing_factories_.find(context);
79 if (jt != testing_factories_.end()) {
117 testing_factories_.erase(context);
browser_context_keyed_service_factory.h 121 BrowserContextOverriddenTestingFunctions testing_factories_; member in class:BrowserContextKeyedServiceFactory
refcounted_browser_context_keyed_service_factory.h 96 BrowserContextOverriddenTestingFunctions testing_factories_; member in class:RefcountedBrowserContextKeyedServiceFactory
  /external/chromium_org/chrome/test/base/
testing_profile.h 132 TestingFactories testing_factories_; member in class:TestingProfile::Builder
testing_profile.cc 920 testing_factories_.push_back(std::make_pair(service_factory, callback));
936 testing_factories_));

Completed in 192 milliseconds