WebHistoryServiceFactory 1118 chrome/browser/history/history_service.cc       WebHistoryServiceFactory::GetForProfile(profile_);
WebHistoryServiceFactory   29 chrome/browser/history/web_history_service_factory.cc WebHistoryServiceFactory* WebHistoryServiceFactory::GetInstance() {
WebHistoryServiceFactory   30 chrome/browser/history/web_history_service_factory.cc   return Singleton<WebHistoryServiceFactory>::get();
WebHistoryServiceFactory   34 chrome/browser/history/web_history_service_factory.cc history::WebHistoryService* WebHistoryServiceFactory::GetForProfile(
WebHistoryServiceFactory   43 chrome/browser/history/web_history_service_factory.cc KeyedService* WebHistoryServiceFactory::BuildServiceInstanceFor(
WebHistoryServiceFactory   53 chrome/browser/history/web_history_service_factory.cc WebHistoryServiceFactory::WebHistoryServiceFactory()
WebHistoryServiceFactory   61 chrome/browser/history/web_history_service_factory.cc WebHistoryServiceFactory::~WebHistoryServiceFactory() {
WebHistoryServiceFactory   18 chrome/browser/history/web_history_service_factory.h class WebHistoryServiceFactory : public BrowserContextKeyedServiceFactory {
WebHistoryServiceFactory   21 chrome/browser/history/web_history_service_factory.h   static WebHistoryServiceFactory* GetInstance();
WebHistoryServiceFactory   32 chrome/browser/history/web_history_service_factory.h   friend struct DefaultSingletonTraits<WebHistoryServiceFactory>;
WebHistoryServiceFactory   34 chrome/browser/history/web_history_service_factory.h   explicit WebHistoryServiceFactory();
WebHistoryServiceFactory   35 chrome/browser/history/web_history_service_factory.h   virtual ~WebHistoryServiceFactory();
WebHistoryServiceFactory   37 chrome/browser/history/web_history_service_factory.h   DISALLOW_COPY_AND_ASSIGN(WebHistoryServiceFactory);
WebHistoryServiceFactory  173 chrome/browser/ui/webui/history_ui.cc                      WebHistoryServiceFactory::GetForProfile(profile) != NULL);
WebHistoryServiceFactory  466 chrome/browser/ui/webui/history_ui.cc       WebHistoryServiceFactory::GetForProfile(profile);
WebHistoryServiceFactory  547 chrome/browser/ui/webui/history_ui.cc       WebHistoryServiceFactory::GetForProfile(profile);
WebHistoryServiceFactory  448 chrome/test/base/testing_profile.cc   WebHistoryServiceFactory::GetInstance()->SetTestingFactory(this, NULL);