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

1 2

  /external/chromium_org/content/public/browser/
web_ui_controller_factory.h 26 static void RegisterFactory(WebUIControllerFactory* factory);
  /external/chromium_org/content/test/
test_render_frame_host_factory.cc 15 RenderFrameHostFactory::RegisterFactory(this);
test_render_view_host_factory.cc 16 RenderViewHostFactory::RegisterFactory(this);
  /external/chromium_org/chrome/browser/renderer_host/
safe_browsing_resource_throttle_factory.h 30 static void RegisterFactory(SafeBrowsingResourceThrottleFactory* factory) {
  /external/chromium_org/content/browser/frame_host/
render_frame_host_factory.cc 38 void RenderFrameHostFactory::RegisterFactory(RenderFrameHostFactory* factory) {
render_frame_host_factory.h 55 static void RegisterFactory(RenderFrameHostFactory* factory);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_factory.cc 34 void RenderViewHostFactory::RegisterFactory(RenderViewHostFactory* factory) {
render_view_host_factory.h 58 CONTENT_EXPORT static void RegisterFactory(RenderViewHostFactory* factory);
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback.h 49 static void RegisterFactory(DownloadFeedbackFactory* factory) {
two_phase_uploader.h 75 static void RegisterFactory(TwoPhaseUploaderFactory* factory) {
malware_details.h 57 static void RegisterFactory(MalwareDetailsFactory* factory) {
safe_browsing_service.h 65 static void RegisterFactory(SafeBrowsingServiceFactory* factory) {
download_feedback_unittest.cc 122 TwoPhaseUploader::RegisterFactory(&two_phase_uploader_factory_);
126 TwoPhaseUploader::RegisterFactory(NULL);
safe_browsing_service_browsertest.cc 385 // RegisterFactory has to be called before SafeBrowsingService is created.
388 SafeBrowsingService::RegisterFactory(sb_factory_.get());
389 SafeBrowsingDatabase::RegisterFactory(&db_factory_);
390 SafeBrowsingProtocolManager::RegisterFactory(&pm_factory_);
399 SafeBrowsingDatabase::RegisterFactory(NULL);
400 SafeBrowsingProtocolManager::RegisterFactory(NULL);
401 SafeBrowsingService::RegisterFactory(NULL);
890 SafeBrowsingService::RegisterFactory(sb_factory_.get());
898 SafeBrowsingService::RegisterFactory(NULL);
    [all...]
safe_browsing_blocking_page.h 73 static void RegisterFactory(SafeBrowsingBlockingPageFactory* factory) {
safe_browsing_blocking_page_test.cc 443 SafeBrowsingService::RegisterFactory(&factory_);
444 SafeBrowsingBlockingPage::RegisterFactory(&blocking_page_factory_);
446 MalwareDetails::RegisterFactory(&details_factory_);
452 SafeBrowsingBlockingPage::RegisterFactory(NULL);
453 SafeBrowsingService::RegisterFactory(NULL);
454 MalwareDetails::RegisterFactory(NULL);
    [all...]
safe_browsing_blocking_page_unittest.cc 145 SafeBrowsingBlockingPage::RegisterFactory(&factory_);
152 SafeBrowsingBlockingPage::RegisterFactory(NULL);
154 MalwareDetails::RegisterFactory(NULL);
download_feedback_service_unittest.cc 144 DownloadFeedback::RegisterFactory(&download_feedback_factory_);
148 DownloadFeedback::RegisterFactory(NULL);
safe_browsing_test.cc 270 SafeBrowsingService::RegisterFactory(sb_factory_.get());
278 SafeBrowsingService::RegisterFactory(NULL);
  /external/chromium_org/chrome/test/base/
test_chrome_web_ui_controller_factory_browsertest.cc 50 content::WebUIControllerFactory::RegisterFactory(test_factory_.get());
chrome_unit_test_suite.cc 132 content::WebUIControllerFactory::RegisterFactory(
  /external/chromium_org/athena/virtual_keyboard/
virtual_keyboard_manager_impl.cc 92 content::WebUIControllerFactory::RegisterFactory(
  /external/chromium_org/content/browser/webui/
web_ui_controller_factory_registry.cc 17 void WebUIControllerFactory::RegisterFactory(WebUIControllerFactory* factory) {
web_ui_mojo_browsertest.cc 176 WebUIControllerFactory::RegisterFactory(&factory_);
  /external/chromium_org/content/browser/media/android/
browser_media_player_manager.h 46 static void RegisterFactory(Factory factory);

Completed in 3376 milliseconds

1 2