Searched refs:IOThreadDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc60 // IOThreadDelegate ------------------------------------------------------------
62 // IOThreadDelegate is an IO thread specific object. Access to the class should
65 class ProtocolHandlerRegistry::IOThreadDelegate class in class:ProtocolHandlerRegistry
67 ProtocolHandlerRegistry::IOThreadDelegate> {
72 explicit IOThreadDelegate(bool enabled);
100 friend class base::RefCountedThreadSafe<IOThreadDelegate>;
101 virtual ~IOThreadDelegate();
109 DISALLOW_COPY_AND_ASSIGN(IOThreadDelegate);
112 ProtocolHandlerRegistry::IOThreadDelegate::IOThreadDelegate(boo function in class:ProtocolHandlerRegistry::IOThreadDelegate
[all...]
H A Dprotocol_handler_registry.h96 class IOThreadDelegate;
107 explicit JobInterceptorFactory(IOThreadDelegate* io_thread_delegate);
129 scoped_refptr<IOThreadDelegate> io_thread_delegate_;
379 scoped_refptr<IOThreadDelegate> io_thread_delegate_;

Completed in 128 milliseconds