/external/chromium_org/chrome/browser/history/ |
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...] |
history_service_factory.h | 16 class HistoryServiceFactory : public BrowserContextKeyedServiceFactory { 27 static HistoryServiceFactory* GetInstance(); 36 friend struct DefaultSingletonTraits<HistoryServiceFactory>; 38 HistoryServiceFactory(); 39 virtual ~HistoryServiceFactory();
|
history_browsertest.cc | 92 HistoryServiceFactory::GetForProfile(GetProfile(), 124 EXPECT_TRUE(HistoryServiceFactory::GetForProfile( 126 EXPECT_TRUE(HistoryServiceFactory::GetForProfile( 129 ui_test_utils::WaitForHistoryToLoad(HistoryServiceFactory::GetForProfile( 147 EXPECT_TRUE(HistoryServiceFactory::GetForProfile( 149 EXPECT_FALSE(HistoryServiceFactory::GetForProfile( 152 ui_test_utils::WaitForHistoryToLoad(HistoryServiceFactory::GetForProfile( 166 ui_test_utils::WaitForHistoryToLoad(HistoryServiceFactory::GetForProfile( 196 ui_test_utils::WaitForHistoryToLoad(HistoryServiceFactory::GetForProfile(
|
history_tab_helper.cc | 152 return HistoryServiceFactory::GetForProfile(profile, 168 HistoryServiceFactory::GetForProfile(profile, Profile::IMPLICIT_ACCESS);
|
in_memory_url_index.cc | 207 HistoryServiceFactory::GetForProfile(profile_, 215 HistoryServiceFactory::GetForProfile(profile_, 272 HistoryServiceFactory::GetForProfileWithoutCreating(profile_); 286 HistoryServiceFactory::GetForProfile(profile_,
|
/external/chromium_org/chrome/browser/download/ |
download_service_factory.cc | 28 DependsOn(HistoryServiceFactory::GetInstance());
|
/external/chromium_org/chrome/browser/favicon/ |
favicon_service_factory.cc | 42 DependsOn(HistoryServiceFactory::GetInstance());
|
/external/chromium_org/chrome/browser/predictors/ |
autocomplete_action_predictor_factory.cc | 33 DependsOn(HistoryServiceFactory::GetInstance());
|
resource_prefetch_predictor_factory.cc | 33 DependsOn(HistoryServiceFactory::GetInstance());
|
/external/chromium_org/chrome/browser/history/android/ |
android_history_provider_service.cc | 32 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); 53 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); 73 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); 92 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); 111 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); 132 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); 146 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); 163 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); 183 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); 203 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS) [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
typed_urls_helper.cc | 144 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating( 219 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating( 225 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating( 231 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating( 237 HistoryService* service = HistoryServiceFactory::GetForProfileWithoutCreating( 270 AddToHistory(HistoryServiceFactory::GetForProfileWithoutCreating( 278 HistoryServiceFactory::GetForProfile(test()->verifier(), 292 HistoryServiceFactory::GetForProfileWithoutCreating( 295 HistoryServiceFactory::GetForProfile(test()->verifier(), 302 HistoryServiceFactory::GetForProfileWithoutCreating [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_manager_factory.cc | 54 DependsOn(HistoryServiceFactory::GetInstance());
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_factory.cc | 62 DependsOn(HistoryServiceFactory::GetInstance());
|
/external/chromium_org/chrome/browser/ui/sync/ |
profile_signin_confirmation_helper.cc | 138 HistoryServiceFactory::GetForProfileWithoutCreating(profile_); 154 HistoryServiceFactory::GetForProfileWithoutCreating(profile_);
|
/external/chromium_org/chrome/browser/ |
memory_purger.cc | 115 HistoryServiceFactory::GetForProfileWithoutCreating(profiles[i]);
|
custom_home_pages_table_model.cc | 163 HistoryService* history_service = HistoryServiceFactory::GetForProfile( 224 HistoryService* history_service = HistoryServiceFactory::GetForProfile(
|
/external/chromium_org/chrome/browser/sync/glue/ |
bookmark_data_type_controller.cc | 117 HistoryService* history = HistoryServiceFactory::GetForProfile(
|
typed_url_data_type_controller.cc | 116 HistoryService* history = HistoryServiceFactory::GetForProfile(
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
alternate_nav_infobar_delegate.cc | 79 HistoryServiceFactory::GetForProfile(profile_, Profile::IMPLICIT_ACCESS);
|
/external/chromium_org/chrome/test/base/ |
testing_profile.cc | 441 HistoryServiceFactory::GetInstance()->SetTestingFactoryAndUse( 446 HistoryServiceFactory::GetInstance()->SetTestingFactoryAndUse(this, NULL); 455 HistoryServiceFactory::GetForProfileWithoutCreating(this); 462 HistoryServiceFactory::ShutdownForProfile(this); 514 HistoryServiceFactory::GetForProfileWithoutCreating(this); 536 HistoryServiceFactory::GetForProfileWithoutCreating(this); 826 HistoryServiceFactory::GetForProfile(this, Profile::EXPLICIT_ACCESS);
|
/external/chromium_org/chrome/browser/extensions/api/history/ |
history_api.cc | 303 HistoryService* hs = HistoryServiceFactory::GetForProfile( 350 HistoryService* hs = HistoryServiceFactory::GetForProfile( 384 HistoryService* hs = HistoryServiceFactory::GetForProfile( 403 HistoryService* hs = HistoryServiceFactory::GetForProfile( 432 HistoryService* hs = HistoryServiceFactory::GetForProfile( 462 HistoryService* hs = HistoryServiceFactory::GetForProfile(
|
/external/chromium_org/chrome/browser/autocomplete/ |
history_provider.cc | 33 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
|
history_quick_provider.cc | 136 HistoryServiceFactory::GetForProfile(profile_, 313 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
|
/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details_history.cc | 91 HistoryService* history = HistoryServiceFactory::GetForProfile(
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_source_top_sites.cc | 65 HistoryService* history = HistoryServiceFactory::GetForProfile(
|