Home | History | Annotate | Download | only in custom_handlers

Lines Matching full:handler_

19       handler_(handler) {
40 ProtocolHandler* old_handler = registry_->GetHandlerFor(handler_->protocol());
43 handler_->title(), UTF8ToUTF16(handler_->url().host()),
44 UTF8ToUTF16(handler_->protocol()), old_handler->title()) :
46 handler_->title(), UTF8ToUTF16(handler_->url().host()),
47 UTF8ToUTF16(handler_->protocol()));
54 handler_->title()) :
59 registry_->OnAcceptRegisterProtocolHandler(handler_);
64 registry_->OnDenyRegisterProtocolHandler(handler_);