HomeSort by relevance Sort by last modified time
    Searched defs:ProtocolHandlerRegistry (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.h 28 class ProtocolHandlerRegistry
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);
protocol_handler_registry.cc 16 // ProtocolHandlerRegistry -----------------------------------------------------
18 ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile)
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::CanSchemeBeOverridden
    [all...]

Completed in 33 milliseconds