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.cc20 HistoryService* HistoryServiceFactory::GetForProfile(
33 HistoryServiceFactory::GetForProfileIfExists(
46 HistoryServiceFactory::GetForProfileWithoutCreating(Profile* profile) {
52 HistoryServiceFactory* HistoryServiceFactory::GetInstance() {
53 return Singleton<HistoryServiceFactory>::get();
57 void HistoryServiceFactory::ShutdownForProfile(Profile* profile) {
58 HistoryServiceFactory* factory = GetInstance();
62 HistoryServiceFactory::HistoryServiceFactory() function in class:HistoryServiceFactory
[all...]

Completed in 3039 milliseconds