Searched refs:RegisterFactory (Results 1 - 25 of 41) sorted by path

12

/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc1271 content::WebUIControllerFactory::RegisterFactory(
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc1068 SafeBrowsingService::RegisterFactory(safe_browsing_factory_.get());
1074 SafeBrowsingService::RegisterFactory(NULL);
/external/chromium_org/chrome/browser/renderer_host/
H A Dsafe_browsing_resource_throttle_factory.cc19 void SafeBrowsingResourceThrottleFactory::RegisterFactory( function in class:SafeBrowsingResourceThrottleFactory
H A Dsafe_browsing_resource_throttle_factory.h30 static void RegisterFactory(SafeBrowsingResourceThrottleFactory* factory);
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_feedback.h49 static void RegisterFactory(DownloadFeedbackFactory* factory) { function in class:safe_browsing::DownloadFeedback
H A Ddownload_feedback_service_unittest.cc144 DownloadFeedback::RegisterFactory(&download_feedback_factory_);
148 DownloadFeedback::RegisterFactory(NULL);
H A Ddownload_feedback_unittest.cc122 TwoPhaseUploader::RegisterFactory(&two_phase_uploader_factory_);
126 TwoPhaseUploader::RegisterFactory(NULL);
H A Dmalware_details.h57 static void RegisterFactory(MalwareDetailsFactory* factory) { function in class:MalwareDetails
H A Dprotocol_manager.h71 static void RegisterFactory(SBProtocolManagerFactory* factory) { function in class:SafeBrowsingProtocolManager
H A Dsafe_browsing_blocking_page.h87 static void RegisterFactory(SafeBrowsingBlockingPageFactory* factory) { function in class:SafeBrowsingBlockingPage
H A Dsafe_browsing_blocking_page_test.cc377 SafeBrowsingService::RegisterFactory(&factory_);
378 SafeBrowsingBlockingPage::RegisterFactory(&blocking_page_factory_);
379 MalwareDetails::RegisterFactory(&details_factory_);
385 SafeBrowsingBlockingPage::RegisterFactory(NULL);
386 SafeBrowsingService::RegisterFactory(NULL);
387 MalwareDetails::RegisterFactory(NULL);
H A Dsafe_browsing_blocking_page_unittest.cc104 SafeBrowsingBlockingPage::RegisterFactory(&factory_);
111 SafeBrowsingBlockingPage::RegisterFactory(NULL);
113 MalwareDetails::RegisterFactory(NULL);
H A Dsafe_browsing_database.h83 static void RegisterFactory(SafeBrowsingDatabaseFactory* factory) { function in class:SafeBrowsingDatabase
H A Dsafe_browsing_service.h66 static void RegisterFactory(SafeBrowsingServiceFactory* factory) { function in class:SafeBrowsingService
H A Dsafe_browsing_service_browsertest.cc389 // RegisterFactory has to be called before SafeBrowsingService is created.
392 SafeBrowsingService::RegisterFactory(sb_factory_.get());
393 SafeBrowsingDatabase::RegisterFactory(&db_factory_);
394 SafeBrowsingProtocolManager::RegisterFactory(&pm_factory_);
403 SafeBrowsingDatabase::RegisterFactory(NULL);
404 SafeBrowsingProtocolManager::RegisterFactory(NULL);
405 SafeBrowsingService::RegisterFactory(NULL);
1005 SafeBrowsingService::RegisterFactory(sb_factory_.get());
1013 SafeBrowsingService::RegisterFactory(NULL);
H A Dsafe_browsing_test.cc273 SafeBrowsingService::RegisterFactory(sb_factory_.get());
281 SafeBrowsingService::RegisterFactory(NULL);
H A Dtwo_phase_uploader.h75 static void RegisterFactory(TwoPhaseUploaderFactory* factory) { function in class:TwoPhaseUploader
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_ui_browsertest.cc200 content::WebUIControllerFactory::RegisterFactory(test_factory_.get());
/external/chromium_org/chrome/test/base/
H A Dchrome_unit_test_suite.cc136 content::WebUIControllerFactory::RegisterFactory(
H A Dtest_chrome_web_ui_controller_factory_browsertest.cc50 content::WebUIControllerFactory::RegisterFactory(test_factory_.get());
H A Dweb_ui_browser_test.cc379 content::WebUIControllerFactory::RegisterFactory(test_factory_.get());
394 content::WebUIControllerFactory::RegisterFactory(
/external/chromium_org/content/browser/
H A Dbrowser_main_loop.cc506 WebUIControllerFactory::RegisterFactory(
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_factory.cc38 void RenderFrameHostFactory::RegisterFactory(RenderFrameHostFactory* factory) { function in class:content::RenderFrameHostFactory
H A Drender_frame_host_factory.h55 static void RegisterFactory(RenderFrameHostFactory* factory);
H A Drender_frame_host_manager_unittest.cc263 WebUIControllerFactory::RegisterFactory(&factory_);

Completed in 2399 milliseconds

12