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

  /external/chromium_org/chrome/browser/search/
instant_service_factory.cc 16 InstantService* InstantServiceFactory::GetForProfile(Profile* profile) {
25 InstantServiceFactory* InstantServiceFactory::GetInstance() {
26 return Singleton<InstantServiceFactory>::get();
29 InstantServiceFactory::InstantServiceFactory()
39 InstantServiceFactory::~InstantServiceFactory() {
42 content::BrowserContext* InstantServiceFactory::GetBrowserContextToUse(
47 KeyedService* InstantServiceFactory::BuildServiceInstanceFor
    [all...]
instant_service_factory.h 17 class InstantServiceFactory : public BrowserContextKeyedServiceFactory {
22 static InstantServiceFactory* GetInstance();
25 friend struct DefaultSingletonTraits<InstantServiceFactory>;
27 InstantServiceFactory();
28 virtual ~InstantServiceFactory();
36 DISALLOW_COPY_AND_ASSIGN(InstantServiceFactory);

Completed in 455 milliseconds