Searched defs:InstantServiceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/search/
H A Dinstant_service_factory.h17 class InstantServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
22 static InstantServiceFactory* GetInstance();
25 friend struct DefaultSingletonTraits<InstantServiceFactory>;
27 InstantServiceFactory();
28 virtual ~InstantServiceFactory();
36 DISALLOW_COPY_AND_ASSIGN(InstantServiceFactory);
H A Dinstant_service_factory.cc16 InstantService* InstantServiceFactory::GetForProfile(Profile* profile) {
25 InstantServiceFactory* InstantServiceFactory::GetInstance() {
26 return Singleton<InstantServiceFactory>::get();
29 InstantServiceFactory::InstantServiceFactory() function in class:InstantServiceFactory
39 InstantServiceFactory::~InstantServiceFactory() {
42 content::BrowserContext* InstantServiceFactory::GetBrowserContextToUse(
47 KeyedService* InstantServiceFactory
[all...]

Completed in 120 milliseconds