Home | History | Annotate | Download | only in custom_handlers

Lines Matching defs:SetDefault

85   void SetDefault(const ProtocolHandler& handler);
129 void ProtocolHandlerRegistry::IOThreadDelegate::SetDefault(
340 SetDefault(handler);
618 // NOTE We pass a copy because SetDefault() modifies handlers.
619 SetDefault(ProtocolHandler(handlers[0]));
761 void ProtocolHandlerRegistry::SetDefault(const ProtocolHandler& handler) {
775 base::Bind(&IOThreadDelegate::SetDefault, io_thread_delegate_, handler));
886 SetDefault(handler);
942 SetDefault(handler);