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

1 2

  /external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.cc 16 // ProtocolHandlerRegistry -----------------------------------------------------
18 ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile)
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::CanSchemeBeOverridden
    [all...]
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();
86 // The Profile that owns this ProtocolHandlerRegistry.
89 DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistry);
register_protocol_handler_infobar_delegate.h 14 class ProtocolHandlerRegistry;
22 ProtocolHandlerRegistry* registry,
39 ProtocolHandlerRegistry* registry_;
register_protocol_handler_infobar_delegate.cc 14 ProtocolHandlerRegistry* registry,
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_factory.cc 20 ProtocolHandlerRegistry* ProtocolHandlerRegistryFactory::GetForProfile(
22 return static_cast<ProtocolHandlerRegistry*>(
28 "ProtocolHandlerRegistry",
59 ProtocolHandlerRegistry* registry = new ProtocolHandlerRegistry(
60 static_cast<Profile*>(profile), new ProtocolHandlerRegistry::Delegate());
register_protocol_handler_infobar_delegate.h 13 class ProtocolHandlerRegistry;
24 ProtocolHandlerRegistry* registry,
28 RegisterProtocolHandlerInfoBarDelegate(ProtocolHandlerRegistry* registry,
48 ProtocolHandlerRegistry* registry_;
protocol_handler_registry_factory.h 13 class ProtocolHandlerRegistry;
18 // the associated ProtocolHandlerRegistry.
25 // Returns the ProtocolHandlerRegistry that provides intent registration for
27 static ProtocolHandlerRegistry* GetForProfile(Profile* profile);
protocol_handler_registry.cc 33 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::IOThreadDelegate::SetDefault
    [all...]
protocol_handler_registry.h 36 class ProtocolHandlerRegistry : public 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...]
protocol_handler_registry_unittest.cc 59 // 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::DefaultClientObserver
    [all...]
protocol_handler_registry_browsertest.cc 75 ProtocolHandlerRegistry* registry =
97 ProtocolHandlerRegistry* registry =
register_protocol_handler_infobar_delegate.cc 20 ProtocolHandlerRegistry* registry,
45 ProtocolHandlerRegistry* registry,
  /external/chromium/chrome/browser/net/
chrome_network_delegate.h 16 class ProtocolHandlerRegistry;
33 ProtocolHandlerRegistry* protocol_handler_registry);
59 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
chrome_network_delegate.cc 43 ProtocolHandlerRegistry* protocol_handler_registry)
  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 77 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
handler_options_handler.h 79 ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
content_settings_handler.h 21 class ProtocolHandlerRegistry;
171 // Gets the ProtocolHandlerRegistry for the normal profile.
172 ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.h 113 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
125 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
profile_io_data.h 36 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>
profile_impl_io_data.h 155 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
167 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
  /external/chromium_org/chrome/browser/net/
chrome_url_request_context.cc 81 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
109 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
226 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
chrome_url_request_context.h 114 scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.h 25 class ProtocolHandlerRegistry;
194 ProtocolHandlerRegistry* registry,
215 ProtocolHandlerRegistry* registry_;
  /external/chromium/chrome/browser/profiles/
profile_io_data.h 43 class ProtocolHandlerRegistry;
115 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry;
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.h 260 ProtocolHandlerRegistry::ProtocolHandlerList GetHandlersForLinkUrl();
273 ProtocolHandlerRegistry* protocol_handler_registry_;

Completed in 732 milliseconds

1 2