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

/external/chromium_org/chrome/browser/search/
H A Dinstant_service_factory.h18 class InstantServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
23 static InstantServiceFactory* GetInstance();
26 friend struct DefaultSingletonTraits<InstantServiceFactory>;
28 InstantServiceFactory();
29 virtual ~InstantServiceFactory();
37 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 BrowserContextKeyedService* InstantServiceFactory
[all...]

Completed in 67 milliseconds