Searched defs:ProtocolHandlerRegistry (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc32 const ProtocolHandlerRegistry::ProtocolHandlerMap& handler_map,
34 ProtocolHandlerRegistry::ProtocolHandlerMap::const_iterator p =
65 class ProtocolHandlerRegistry::IOThreadDelegate
67 ProtocolHandlerRegistry::IOThreadDelegate> {
104 ProtocolHandlerRegistry::ProtocolHandlerMap default_handlers_;
112 ProtocolHandlerRegistry::IOThreadDelegate::IOThreadDelegate(bool)
114 ProtocolHandlerRegistry::IOThreadDelegate::~IOThreadDelegate() {}
116 bool ProtocolHandlerRegistry::IOThreadDelegate::IsHandledProtocol(
122 void ProtocolHandlerRegistry::IOThreadDelegate::ClearDefault(
128 void ProtocolHandlerRegistry
311 ProtocolHandlerRegistry::ProtocolHandlerRegistry( function in class:ProtocolHandlerRegistry
[all...]
H A Dprotocol_handler_registry.h36 class ProtocolHandlerRegistry : public KeyedService { class in inherits:KeyedService
48 explicit DefaultClientObserver(ProtocolHandlerRegistry* registry);
71 ProtocolHandlerRegistry* registry_;
89 ProtocolHandlerRegistry* registry);
92 ProtocolHandlerRegistry* registry);
99 // ProtocolHandlerRegistry is registered to handle. When no handler is
103 // |ProtocolHandlerRegistry::CreateJobInterceptorFactory|.
128 // mirroring the ProtocolHandlerRegistry on the IO thread.
140 ProtocolHandlerRegistry(content::BrowserContext* context, Delegate* delegate);
141 virtual ~ProtocolHandlerRegistry();
[all...]

Completed in 193 milliseconds