Searched defs:IOThreadDelegate (Results 1 - 1 of 1) 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...]

Completed in 269 milliseconds