HomeSort by relevance Sort by last modified time
    Searched refs:WebHistoryServiceFactory (Results 1 - 6 of 6) 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...]
history_service.cc     [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
last_download_finder_unittest.cc 134 WebHistoryServiceFactory::GetInstance(),
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 172 WebHistoryServiceFactory::GetForProfile(profile) != NULL);
465 WebHistoryServiceFactory::GetForProfile(profile);
546 WebHistoryServiceFactory::GetForProfile(profile);
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 463 WebHistoryServiceFactory::GetInstance()->SetTestingFactory(this, NULL);
    [all...]

Completed in 119 milliseconds