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 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()
    [all...]

Completed in 44 milliseconds