Home
last modified time | relevance | path

Searched refs:ProtocolHandlerRegistry (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/chrome/browser/custom_handlers/
Dprotocol_handler_registry.cc33 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 …]
Dprotocol_handler_registry_factory.cc20 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()
Dprotocol_handler_registry.h36 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);
Dregister_protocol_handler_infobar_delegate.h13 class ProtocolHandlerRegistry; variable
24 ProtocolHandlerRegistry* registry,
28 RegisterProtocolHandlerInfoBarDelegate(ProtocolHandlerRegistry* registry,
48 ProtocolHandlerRegistry* registry_;
Dprotocol_handler_registry_unittest.cc84 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 …]
Dprotocol_handler_registry_factory.h13 class ProtocolHandlerRegistry; variable
27 static ProtocolHandlerRegistry* GetForProfile(Profile* profile);
Dprotocol_handler_registry_browsertest.cc75 ProtocolHandlerRegistry* registry = in AddProtocolHandler()
97 ProtocolHandlerRegistry* registry = in IN_PROC_BROWSER_TEST_F()
Dregister_protocol_handler_infobar_delegate.cc20 ProtocolHandlerRegistry* registry, in Create()
45 ProtocolHandlerRegistry* registry, in RegisterProtocolHandlerInfoBarDelegate()
/external/chromium/chrome/browser/custom_handlers/
Dprotocol_handler_registry.cc18 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 …]
Dprotocol_handler_registry.h28 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);
Dregister_protocol_handler_infobar_delegate.h14 class ProtocolHandlerRegistry; variable
22 ProtocolHandlerRegistry* registry,
39 ProtocolHandlerRegistry* registry_;
Dregister_protocol_handler_infobar_delegate.cc14 ProtocolHandlerRegistry* registry, in RegisterProtocolHandlerInfoBarDelegate()
/external/chromium_org/chrome/browser/ui/webui/options/
Dhandler_options_handler.cc77 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()
Dcontent_settings_handler.h21 class ProtocolHandlerRegistry; variable
172 ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
Dhandler_options_handler.h79 ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
/external/chromium/chrome/browser/net/
Dchrome_network_delegate.h16 class ProtocolHandlerRegistry; variable
33 ProtocolHandlerRegistry* protocol_handler_registry);
59 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
/external/chromium_org/chrome/browser/profiles/
Dprofile_io_data.h36 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>
Doff_the_record_profile_io_data.cc127 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()
Doff_the_record_profile_io_data.h113 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
125 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
Dprofile_impl_io_data.h155 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
167 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
/external/chromium_org/chrome/browser/net/
Dchrome_url_request_context.cc81 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/
Dcontent_setting_bubble_model.h25 class ProtocolHandlerRegistry; variable
194 ProtocolHandlerRegistry* registry,
215 ProtocolHandlerRegistry* registry_;
Dcontent_setting_bubble_model_unittest.cc580 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/
Dprofile_io_data.h43 class ProtocolHandlerRegistry; variable
115 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry;
/external/chromium_org/chrome/browser/tab_contents/
Drender_view_context_menu.h260 ProtocolHandlerRegistry::ProtocolHandlerList GetHandlersForLinkUrl();
273 ProtocolHandlerRegistry* protocol_handler_registry_;

12