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

/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h28 class ProtocolHandlerRegistry class in inherits:base::RefCountedThreadSafe
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);
H A Dprotocol_handler_registry.cc16 // ProtocolHandlerRegistry -----------------------------------------------------
18 ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile) function in class:ProtocolHandlerRegistry
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
[all...]

Completed in 57 milliseconds