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

/external/chromium_org/chrome/browser/history/
H A Dweb_history_service_factory.h18 class WebHistoryServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
21 static WebHistoryServiceFactory* GetInstance();
32 friend struct DefaultSingletonTraits<WebHistoryServiceFactory>;
34 explicit WebHistoryServiceFactory();
35 virtual ~WebHistoryServiceFactory();
37 DISALLOW_COPY_AND_ASSIGN(WebHistoryServiceFactory);
H A Dweb_history_service_factory.cc28 WebHistoryServiceFactory* WebHistoryServiceFactory::GetInstance() {
29 return Singleton<WebHistoryServiceFactory>::get();
33 history::WebHistoryService* WebHistoryServiceFactory::GetForProfile(
42 KeyedService* WebHistoryServiceFactory::BuildServiceInstanceFor(
52 WebHistoryServiceFactory::WebHistoryServiceFactory() function in class:WebHistoryServiceFactory
54 "WebHistoryServiceFactory",
60 WebHistoryServiceFactory::~WebHistoryServiceFactory() {
[all...]

Completed in 1788 milliseconds