HomeSort by relevance Sort by last modified time
    Searched refs:FaviconServiceFactory (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/favicon/
favicon_service_factory.h 19 class FaviconServiceFactory : public BrowserContextKeyedServiceFactory {
26 static FaviconServiceFactory* GetInstance();
29 friend struct DefaultSingletonTraits<FaviconServiceFactory>;
31 FaviconServiceFactory();
32 virtual ~FaviconServiceFactory();
39 DISALLOW_COPY_AND_ASSIGN(FaviconServiceFactory);
favicon_service_factory.cc 16 FaviconService* FaviconServiceFactory::GetForProfile(
34 FaviconServiceFactory* FaviconServiceFactory::GetInstance() {
35 return Singleton<FaviconServiceFactory>::get();
38 FaviconServiceFactory::FaviconServiceFactory()
45 FaviconServiceFactory::~FaviconServiceFactory() {}
47 BrowserContextKeyedService* FaviconServiceFactory::BuildServiceInstanceFor(
52 bool FaviconServiceFactory::ServiceIsNULLWhileTesting() const
    [all...]
favicon_tab_helper.cc 120 FaviconService* service = FaviconServiceFactory::GetForProfile(
138 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
165 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
199 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
favicon_handler_unittest.cc 423 FaviconServiceFactory::GetInstance()->SetTestingFactory(
    [all...]
favicon_handler.cc 251 return FaviconServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/ui/android/
navigation_popup.cc 44 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/android/
favicon_helper.cc 85 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
shortcut_helper.cc 80 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/ui/webui/
favicon_source.cc 67 FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
favicon_webui_handler.cc 93 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 204 FaviconServiceFactory::GetForProfile(
232 FaviconServiceFactory::GetForProfile(
bookmark_html_writer.cc 461 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
bookmark_model.cc 1008 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
    [all...]
  /external/chromium_org/chrome/browser/importer/
profile_writer.cc 226 FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS)->
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 311 FaviconServiceFactory::GetInstance();
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.cc 82 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 252 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
back_forward_menu_model_unittest.cc 526 FaviconServiceFactory::GetForProfile(
recent_tabs_sub_menu_model.cc 607 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 213 FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 240 FaviconServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
bookmarks_handler.cc 448 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
  /external/chromium_org/chrome/browser/
jumplist_win.cc 685 FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
  /external/chromium_org/chrome/test/base/
testing_profile.cc 422 FaviconServiceFactory::GetInstance()->SetTestingFactory(
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc     [all...]

Completed in 885 milliseconds

1 2