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

  /external/chromium_org/chrome/browser/history/
web_history_service_factory.h 18 class WebHistoryServiceFactory : public BrowserContextKeyedServiceFactory {
21 static WebHistoryServiceFactory* GetInstance();
32 friend struct DefaultSingletonTraits<WebHistoryServiceFactory>;
34 explicit WebHistoryServiceFactory();
35 virtual ~WebHistoryServiceFactory();
37 DISALLOW_COPY_AND_ASSIGN(WebHistoryServiceFactory);
web_history_service_factory.cc 29 WebHistoryServiceFactory* WebHistoryServiceFactory::GetInstance() {
30 return Singleton<WebHistoryServiceFactory>::get();
34 history::WebHistoryService* WebHistoryServiceFactory::GetForProfile(
43 KeyedService* WebHistoryServiceFactory::BuildServiceInstanceFor(
53 WebHistoryServiceFactory::WebHistoryServiceFactory()
55 "WebHistoryServiceFactory",
61 WebHistoryServiceFactory::~WebHistoryServiceFactory() {
    [all...]

Completed in 47 milliseconds