Home | History | Annotate | Download | only in history

Lines Matching defs:HistoryServiceFactory

16 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()
64 HistoryServiceFactory::~HistoryServiceFactory() {
68 HistoryServiceFactory::BuildServiceInstanceFor(
79 content::BrowserContext* HistoryServiceFactory::GetBrowserContextToUse(
84 bool HistoryServiceFactory::ServiceIsNULLWhileTesting() const {