/external/chromium_org/chrome/browser/custom_handlers/ |
D | protocol_handler_registry.cc | 33 const ProtocolHandlerRegistry::ProtocolHandlerMap& handler_map, in LookupHandler() 35 ProtocolHandlerRegistry::ProtocolHandlerMap::const_iterator p = in LookupHandler() 66 class ProtocolHandlerRegistry::IOThreadDelegate 68 ProtocolHandlerRegistry::IOThreadDelegate> { 105 ProtocolHandlerRegistry::ProtocolHandlerMap default_handlers_; 113 ProtocolHandlerRegistry::IOThreadDelegate::IOThreadDelegate(bool) in IOThreadDelegate() 115 ProtocolHandlerRegistry::IOThreadDelegate::~IOThreadDelegate() {} in ~IOThreadDelegate() 117 bool ProtocolHandlerRegistry::IOThreadDelegate::IsHandledProtocol( in IsHandledProtocol() 123 void ProtocolHandlerRegistry::IOThreadDelegate::ClearDefault( in ClearDefault() 129 void ProtocolHandlerRegistry::IOThreadDelegate::SetDefault( in SetDefault() [all …]
|
D | protocol_handler_registry_factory.cc | 20 ProtocolHandlerRegistry* ProtocolHandlerRegistryFactory::GetForProfile( in GetForProfile() 22 return static_cast<ProtocolHandlerRegistry*>( in GetForProfile() 59 ProtocolHandlerRegistry* registry = new ProtocolHandlerRegistry( in BuildServiceInstanceFor() 60 static_cast<Profile*>(profile), new ProtocolHandlerRegistry::Delegate()); in BuildServiceInstanceFor()
|
D | protocol_handler_registry.h | 36 class ProtocolHandlerRegistry : public BrowserContextKeyedService { 44 explicit DefaultClientObserver(ProtocolHandlerRegistry* registry); 67 ProtocolHandlerRegistry* registry_; 85 ProtocolHandlerRegistry* registry); 88 ProtocolHandlerRegistry* registry); 136 ProtocolHandlerRegistry(Profile* profile, Delegate* delegate); 137 virtual ~ProtocolHandlerRegistry(); 247 friend class base::DeleteHelper<ProtocolHandlerRegistry>; 332 DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistry);
|
D | register_protocol_handler_infobar_delegate.h | 13 class ProtocolHandlerRegistry; variable 24 ProtocolHandlerRegistry* registry, 28 RegisterProtocolHandlerInfoBarDelegate(ProtocolHandlerRegistry* registry, 48 ProtocolHandlerRegistry* registry_;
|
D | protocol_handler_registry_unittest.cc | 84 ProtocolHandlerRegistry::JobInterceptorFactory* interceptor) { in AssertWillHandleIO() 95 ProtocolHandlerRegistry::JobInterceptorFactory* interceptor) { in AssertWillHandle() 106 class FakeDelegate : public ProtocolHandlerRegistry::Delegate { 124 virtual ProtocolHandlerRegistry::DefaultClientObserver* CreateShellObserver( 125 ProtocolHandlerRegistry* registry) OVERRIDE; 129 ProtocolHandlerRegistry* reg) OVERRIDE { in RegisterWithOSAsDefaultClient() 130 ProtocolHandlerRegistry::Delegate::RegisterWithOSAsDefaultClient(protocol, in RegisterWithOSAsDefaultClient() 166 : public ProtocolHandlerRegistry::DefaultClientObserver { 168 FakeClientObserver(ProtocolHandlerRegistry* registry, in FakeClientObserver() 170 : ProtocolHandlerRegistry::DefaultClientObserver(registry), in FakeClientObserver() [all …]
|
D | protocol_handler_registry_factory.h | 13 class ProtocolHandlerRegistry; variable 27 static ProtocolHandlerRegistry* GetForProfile(Profile* profile);
|
D | protocol_handler_registry_browsertest.cc | 75 ProtocolHandlerRegistry* registry = in AddProtocolHandler() 97 ProtocolHandlerRegistry* registry = in IN_PROC_BROWSER_TEST_F()
|
D | register_protocol_handler_infobar_delegate.cc | 20 ProtocolHandlerRegistry* registry, in Create() 45 ProtocolHandlerRegistry* registry, in RegisterProtocolHandlerInfoBarDelegate()
|
/external/chromium/chrome/browser/custom_handlers/ |
D | protocol_handler_registry.cc | 18 ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile) in ProtocolHandlerRegistry() function in ProtocolHandlerRegistry 22 void ProtocolHandlerRegistry::RegisterProtocolHandler( in RegisterProtocolHandler() 31 &ProtocolHandlerRegistry::Factory); in RegisterProtocolHandler() 36 void ProtocolHandlerRegistry::Load() { in Load() 51 void ProtocolHandlerRegistry::RegisterHandlerFromValue( in RegisterHandlerFromValue() 59 void ProtocolHandlerRegistry::Save() { in Save() 65 ProtocolHandler* ProtocolHandlerRegistry::GetHandlerFor( in GetHandlerFor() 71 bool ProtocolHandlerRegistry::CanSchemeBeOverridden( in CanSchemeBeOverridden() 77 bool ProtocolHandlerRegistry::IsAlreadyRegistered( in IsAlreadyRegistered() 83 net::URLRequestJob* ProtocolHandlerRegistry::Factory(net::URLRequest* request, in Factory() [all …]
|
D | protocol_handler_registry.h | 28 class ProtocolHandlerRegistry 29 : public base::RefCountedThreadSafe<ProtocolHandlerRegistry> { 31 explicit ProtocolHandlerRegistry(Profile* profile); 70 friend class base::RefCountedThreadSafe<ProtocolHandlerRegistry>; 71 ~ProtocolHandlerRegistry(); 89 DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistry);
|
D | register_protocol_handler_infobar_delegate.h | 14 class ProtocolHandlerRegistry; variable 22 ProtocolHandlerRegistry* registry, 39 ProtocolHandlerRegistry* registry_;
|
D | register_protocol_handler_infobar_delegate.cc | 14 ProtocolHandlerRegistry* registry, in RegisterProtocolHandlerInfoBarDelegate()
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | handler_options_handler.cc | 77 ProtocolHandlerRegistry* HandlerOptionsHandler::GetProtocolHandlerRegistry() { in GetProtocolHandlerRegistry() 83 const ProtocolHandlerRegistry::ProtocolHandlerList& handlers, in GetHandlersAsListValue() 85 ProtocolHandlerRegistry::ProtocolHandlerList::const_iterator handler; in GetHandlersAsListValue() 98 ProtocolHandlerRegistry* registry = GetProtocolHandlerRegistry(); in GetHandlersForProtocol() 109 ProtocolHandlerRegistry* registry = GetProtocolHandlerRegistry(); in GetIgnoredHandlers() 110 ProtocolHandlerRegistry::ProtocolHandlerList ignored_handlers = in GetIgnoredHandlers() 116 ProtocolHandlerRegistry* registry = GetProtocolHandlerRegistry(); in UpdateHandlerList()
|
D | content_settings_handler.h | 21 class ProtocolHandlerRegistry; variable 172 ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
|
D | handler_options_handler.h | 79 ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
|
/external/chromium/chrome/browser/net/ |
D | chrome_network_delegate.h | 16 class ProtocolHandlerRegistry; variable 33 ProtocolHandlerRegistry* protocol_handler_registry); 59 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_io_data.h | 36 class ProtocolHandlerRegistry; variable 109 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> 278 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> 309 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> 424 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> 442 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
|
D | off_the_record_profile_io_data.cc | 127 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> in CreateIsolatedAppRequestContextGetter() 272 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>(), in InitializeExtensionsRequestContext() 282 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> in InitializeAppRequestContext() 335 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> in AcquireIsolatedAppRequestContext()
|
D | off_the_record_profile_io_data.h | 113 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> 125 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
|
D | profile_impl_io_data.h | 155 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> 167 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
|
/external/chromium_org/chrome/browser/net/ |
D | chrome_url_request_context.cc | 81 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> in FactoryForIsolatedApp() 109 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> 226 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory> in CreateForIsolatedApp()
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
D | content_setting_bubble_model.h | 25 class ProtocolHandlerRegistry; variable 194 ProtocolHandlerRegistry* registry, 215 ProtocolHandlerRegistry* registry_;
|
D | content_setting_bubble_model_unittest.cc | 580 class FakeDelegate : public ProtocolHandlerRegistry::Delegate { 595 virtual ProtocolHandlerRegistry::DefaultClientObserver* CreateShellObserver( in CreateShellObserver() 596 ProtocolHandlerRegistry* registry) OVERRIDE { in CreateShellObserver() 602 ProtocolHandlerRegistry* registry) OVERRIDE { in RegisterWithOSAsDefaultClient() 608 ProtocolHandlerRegistry registry(profile(), new FakeDelegate()); in TEST_F()
|
/external/chromium/chrome/browser/profiles/ |
D | profile_io_data.h | 43 class ProtocolHandlerRegistry; variable 115 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry;
|
/external/chromium_org/chrome/browser/tab_contents/ |
D | render_view_context_menu.h | 260 ProtocolHandlerRegistry::ProtocolHandlerList GetHandlersForLinkUrl(); 273 ProtocolHandlerRegistry* protocol_handler_registry_;
|