Searched refs:HistoryFactory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_factory.cc18 HistoryFactory* HistoryFactory::GetInstance() {
19 return Singleton<HistoryFactory>::get();
23 History* HistoryFactory::GetForBrowserContext(
29 HistoryFactory::HistoryFactory() function in class:app_list::HistoryFactory
34 HistoryFactory::~HistoryFactory() {}
36 KeyedService* HistoryFactory::BuildServiceInstanceFor(
H A Dhistory_factory.h21 class HistoryFactory : public BrowserContextKeyedServiceFactory { class in namespace:app_list
23 // Returns singleton instance of HistoryFactory.
24 static HistoryFactory* GetInstance();
30 friend struct DefaultSingletonTraits<HistoryFactory>;
32 HistoryFactory();
33 virtual ~HistoryFactory();
39 DISALLOW_COPY_AND_ASSIGN(HistoryFactory);
H A Dsearch_controller.cc57 history_(HistoryFactory::GetForBrowserContext(profile)) {

Completed in 83 milliseconds