Home | History | Annotate | Download | only in custom_handlers

Lines Matching refs:handler_

33         existing_delegate->handler_.IsEquivalent(handler)) {
48 handler_(handler) {
72 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
75 handler_.title(), UTF8ToUTF16(handler_.url().host()),
76 GetProtocolName(handler_)) :
78 handler_.title(), UTF8ToUTF16(handler_.url().host()),
79 GetProtocolName(handler_), old_handler.title());
86 handler_.title()) :
98 registry_->OnAcceptRegisterProtocolHandler(handler_);
105 registry_->OnIgnoreRegisterProtocolHandler(handler_);