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

12

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_factory.cc20 ProtocolHandlerRegistry* ProtocolHandlerRegistryFactory::GetForProfile(
22 return static_cast<ProtocolHandlerRegistry*>(
28 "ProtocolHandlerRegistry",
59 ProtocolHandlerRegistry* registry = new ProtocolHandlerRegistry(
60 static_cast<Profile*>(profile), new ProtocolHandlerRegistry::Delegate());
H A Dprotocol_handler_registry.cc33 const ProtocolHandlerRegistry::ProtocolHandlerMap& handler_map,
35 ProtocolHandlerRegistry::ProtocolHandlerMap::const_iterator p =
66 class ProtocolHandlerRegistry::IOThreadDelegate
68 ProtocolHandlerRegistry::IOThreadDelegate> {
105 ProtocolHandlerRegistry::ProtocolHandlerMap default_handlers_;
113 ProtocolHandlerRegistry::IOThreadDelegate::IOThreadDelegate(bool)
115 ProtocolHandlerRegistry::IOThreadDelegate::~IOThreadDelegate() {}
117 bool ProtocolHandlerRegistry::IOThreadDelegate::IsHandledProtocol(
123 void ProtocolHandlerRegistry::IOThreadDelegate::ClearDefault(
129 void ProtocolHandlerRegistry
311 ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile, function in class:ProtocolHandlerRegistry
[all...]
H A Dprotocol_handler_registry_factory.h13 class ProtocolHandlerRegistry;
18 // the associated ProtocolHandlerRegistry.
25 // Returns the ProtocolHandlerRegistry that provides intent registration for
27 static ProtocolHandlerRegistry* GetForProfile(Profile* profile);
H A Dregister_protocol_handler_infobar_delegate.h13 class ProtocolHandlerRegistry;
24 ProtocolHandlerRegistry* registry,
28 RegisterProtocolHandlerInfoBarDelegate(ProtocolHandlerRegistry* registry,
48 ProtocolHandlerRegistry* registry_;
H A Dprotocol_handler_registry.h36 class ProtocolHandlerRegistry : public BrowserContextKeyedService { class in inherits:BrowserContextKeyedService
44 explicit DefaultClientObserver(ProtocolHandlerRegistry* registry);
67 ProtocolHandlerRegistry* registry_;
85 ProtocolHandlerRegistry* registry);
88 ProtocolHandlerRegistry* registry);
95 // ProtocolHandlerRegistry is registered to handle. When no handler is
99 // |ProtocolHandlerRegistry::CreateJobInterceptorFactory|.
124 // mirroring the ProtocolHandlerRegistry on the IO thread.
136 ProtocolHandlerRegistry(Profile* profile, Delegate* delegate);
137 virtual ~ProtocolHandlerRegistry();
[all...]
H A Dprotocol_handler_registry_unittest.cc59 // ProtocolHandlerRegistry::JobInterceptorFactory so the result of
61 // ProtocolHandlerRegistry properly handled a job creation request.
84 ProtocolHandlerRegistry::JobInterceptorFactory* interceptor) {
95 ProtocolHandlerRegistry::JobInterceptorFactory* interceptor) {
106 class FakeDelegate : public ProtocolHandlerRegistry::Delegate {
124 virtual ProtocolHandlerRegistry::DefaultClientObserver* CreateShellObserver(
125 ProtocolHandlerRegistry* registry) OVERRIDE;
129 ProtocolHandlerRegistry* reg) OVERRIDE {
130 ProtocolHandlerRegistry::Delegate::RegisterWithOSAsDefaultClient(protocol,
166 : public ProtocolHandlerRegistry
[all...]
H A Dprotocol_handler_registry_browsertest.cc75 ProtocolHandlerRegistry* registry =
97 ProtocolHandlerRegistry* registry =
H A Dregister_protocol_handler_infobar_delegate.cc20 ProtocolHandlerRegistry* registry,
45 ProtocolHandlerRegistry* registry,
/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc16 // ProtocolHandlerRegistry -----------------------------------------------------
18 ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile) function in class:ProtocolHandlerRegistry
22 void ProtocolHandlerRegistry::RegisterProtocolHandler(
31 &ProtocolHandlerRegistry::Factory);
36 void ProtocolHandlerRegistry::Load() {
51 void ProtocolHandlerRegistry::RegisterHandlerFromValue(
59 void ProtocolHandlerRegistry::Save() {
65 ProtocolHandler* ProtocolHandlerRegistry::GetHandlerFor(
71 bool ProtocolHandlerRegistry
[all...]
H A Dprotocol_handler_registry.h28 class ProtocolHandlerRegistry class in inherits:base::RefCountedThreadSafe
29 : public base::RefCountedThreadSafe<ProtocolHandlerRegistry> {
31 explicit ProtocolHandlerRegistry(Profile* profile);
70 friend class base::RefCountedThreadSafe<ProtocolHandlerRegistry>;
71 ~ProtocolHandlerRegistry();
86 // The Profile that owns this ProtocolHandlerRegistry.
89 DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistry);
H A Dregister_protocol_handler_infobar_delegate.h14 class ProtocolHandlerRegistry;
22 ProtocolHandlerRegistry* registry,
39 ProtocolHandlerRegistry* registry_;
H A Dregister_protocol_handler_infobar_delegate.cc14 ProtocolHandlerRegistry* registry,
/external/chromium/chrome/browser/net/
H A Dchrome_network_delegate.h16 class ProtocolHandlerRegistry;
33 ProtocolHandlerRegistry* protocol_handler_registry);
59 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
H A Dchrome_network_delegate.cc43 ProtocolHandlerRegistry* protocol_handler_registry)
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dhandler_options_handler.cc77 ProtocolHandlerRegistry* HandlerOptionsHandler::GetProtocolHandlerRegistry() {
83 const ProtocolHandlerRegistry::ProtocolHandlerList& handlers,
85 ProtocolHandlerRegistry::ProtocolHandlerList::const_iterator handler;
98 ProtocolHandlerRegistry* registry = GetProtocolHandlerRegistry();
109 ProtocolHandlerRegistry* registry = GetProtocolHandlerRegistry();
110 ProtocolHandlerRegistry::ProtocolHandlerList ignored_handlers =
116 ProtocolHandlerRegistry* registry = GetProtocolHandlerRegistry();
146 // that the ProtocolHandlerRegistry has changed and we will update the view
H A Dhandler_options_handler.h79 ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
H A Dcontent_settings_handler.h21 class ProtocolHandlerRegistry;
171 // Gets the ProtocolHandlerRegistry for the normal profile.
172 ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
/external/chromium_org/chrome/browser/net/
H A Dchrome_url_request_context.cc81 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
109 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
226 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
H A Dchrome_url_request_context.h114 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.h113 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
125 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
H A Dprofile_io_data.h36 class ProtocolHandlerRegistry;
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>
H A Dprofile_impl_io_data.h155 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
167 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
H A Doff_the_record_profile_io_data.cc127 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
272 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>(),
282 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
335 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.h43 class ProtocolHandlerRegistry;
115 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry;
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.h25 class ProtocolHandlerRegistry;
194 ProtocolHandlerRegistry* registry,
215 ProtocolHandlerRegistry* registry_;

Completed in 291 milliseconds

12