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

/external/chromium_org/chrome/browser/history/
H A Dhistory_service_factory.h16 class HistoryServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
27 static HistoryServiceFactory* GetInstance();
36 friend struct DefaultSingletonTraits<HistoryServiceFactory>;
38 HistoryServiceFactory();
39 virtual ~HistoryServiceFactory();
H A Dhistory_service_factory.cc16 HistoryService* HistoryServiceFactory::GetForProfile(
29 HistoryServiceFactory::GetForProfileIfExists(
42 HistoryServiceFactory::GetForProfileWithoutCreating(Profile* profile) {
48 HistoryServiceFactory* HistoryServiceFactory::GetInstance() {
49 return Singleton<HistoryServiceFactory>::get();
53 void HistoryServiceFactory::ShutdownForProfile(Profile* profile) {
54 HistoryServiceFactory* factory = GetInstance();
58 HistoryServiceFactory::HistoryServiceFactory() function in class:HistoryServiceFactory
[all...]

Completed in 109 milliseconds