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

  /external/chromium_org/chrome/browser/history/
history_service_factory.h 16 class HistoryServiceFactory : public BrowserContextKeyedServiceFactory {
27 static HistoryServiceFactory* GetInstance();
36 friend struct DefaultSingletonTraits<HistoryServiceFactory>;
38 HistoryServiceFactory();
39 virtual ~HistoryServiceFactory();
history_service_factory.cc 18 HistoryService* HistoryServiceFactory::GetForProfile(
31 HistoryServiceFactory::GetForProfileIfExists(
44 HistoryServiceFactory::GetForProfileWithoutCreating(Profile* profile) {
50 HistoryServiceFactory* HistoryServiceFactory::GetInstance() {
51 return Singleton<HistoryServiceFactory>::get();
55 void HistoryServiceFactory::ShutdownForProfile(Profile* profile) {
56 HistoryServiceFactory* factory = GetInstance();
60 HistoryServiceFactory::HistoryServiceFactory()
    [all...]

Completed in 182 milliseconds