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

  /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/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/chrome/browser/profiles/
profile_io_data.h 43 class ProtocolHandlerRegistry;
115 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry;
profile.h 98 class ProtocolHandlerRegistry;
448 // Returns the ProtocolHandlerRegistry, creating if not yet created.
449 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() = 0;
profile_impl.h 108 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry();
224 scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
profile.cc 505 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() {
profile_impl.cc 559 protocol_handler_registry_ = new ProtocolHandlerRegistry(this);
    [all...]
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 162 ProtocolHandlerRegistry::RegisterPrefs(user_prefs);
  /external/chromium/android/autofill/
profile_android.h 166 virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 294 ProtocolHandlerRegistry* registry = profile()->GetProtocolHandlerRegistry();

Completed in 433 milliseconds