IOThreadDelegate   66 chrome/browser/custom_handlers/protocol_handler_registry.cc class ProtocolHandlerRegistry::IOThreadDelegate
IOThreadDelegate   68 chrome/browser/custom_handlers/protocol_handler_registry.cc           ProtocolHandlerRegistry::IOThreadDelegate> {
IOThreadDelegate   73 chrome/browser/custom_handlers/protocol_handler_registry.cc   explicit IOThreadDelegate(bool enabled);
IOThreadDelegate  101 chrome/browser/custom_handlers/protocol_handler_registry.cc   friend class base::RefCountedThreadSafe<IOThreadDelegate>;
IOThreadDelegate  102 chrome/browser/custom_handlers/protocol_handler_registry.cc   virtual ~IOThreadDelegate();
IOThreadDelegate  110 chrome/browser/custom_handlers/protocol_handler_registry.cc   DISALLOW_COPY_AND_ASSIGN(IOThreadDelegate);
IOThreadDelegate  113 chrome/browser/custom_handlers/protocol_handler_registry.cc ProtocolHandlerRegistry::IOThreadDelegate::IOThreadDelegate(bool)
IOThreadDelegate  115 chrome/browser/custom_handlers/protocol_handler_registry.cc ProtocolHandlerRegistry::IOThreadDelegate::~IOThreadDelegate() {}
IOThreadDelegate  117 chrome/browser/custom_handlers/protocol_handler_registry.cc bool ProtocolHandlerRegistry::IOThreadDelegate::IsHandledProtocol(
IOThreadDelegate  123 chrome/browser/custom_handlers/protocol_handler_registry.cc void ProtocolHandlerRegistry::IOThreadDelegate::ClearDefault(
IOThreadDelegate  129 chrome/browser/custom_handlers/protocol_handler_registry.cc void ProtocolHandlerRegistry::IOThreadDelegate::SetDefault(
IOThreadDelegate  139 chrome/browser/custom_handlers/protocol_handler_registry.cc net::URLRequestJob* ProtocolHandlerRegistry::IOThreadDelegate::MaybeCreateJob(
IOThreadDelegate  165 chrome/browser/custom_handlers/protocol_handler_registry.cc     IOThreadDelegate* io_thread_delegate)
IOThreadDelegate  319 chrome/browser/custom_handlers/protocol_handler_registry.cc       io_thread_delegate_(new IOThreadDelegate(enabled_)){
IOThreadDelegate  404 chrome/browser/custom_handlers/protocol_handler_registry.cc       base::Bind(&IOThreadDelegate::ClearDefault, io_thread_delegate_, scheme));
IOThreadDelegate  632 chrome/browser/custom_handlers/protocol_handler_registry.cc           base::Bind(&IOThreadDelegate::ClearDefault, io_thread_delegate_,
IOThreadDelegate  668 chrome/browser/custom_handlers/protocol_handler_registry.cc       base::Bind(&IOThreadDelegate::Enable, io_thread_delegate_));
IOThreadDelegate  687 chrome/browser/custom_handlers/protocol_handler_registry.cc       base::Bind(&IOThreadDelegate::Disable, io_thread_delegate_));
IOThreadDelegate  779 chrome/browser/custom_handlers/protocol_handler_registry.cc       base::Bind(&IOThreadDelegate::SetDefault, io_thread_delegate_, handler));
IOThreadDelegate   92 chrome/browser/custom_handlers/protocol_handler_registry.h   class IOThreadDelegate;
IOThreadDelegate  103 chrome/browser/custom_handlers/protocol_handler_registry.h     explicit JobInterceptorFactory(IOThreadDelegate* io_thread_delegate);
IOThreadDelegate  125 chrome/browser/custom_handlers/protocol_handler_registry.h     scoped_refptr<IOThreadDelegate> io_thread_delegate_;
IOThreadDelegate  328 chrome/browser/custom_handlers/protocol_handler_registry.h   scoped_refptr<IOThreadDelegate> io_thread_delegate_;