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

  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 19 class RegisterProtocolHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
21 RegisterProtocolHandlerInfoBarDelegate(TabContents* tab_contents,
42 DISALLOW_COPY_AND_ASSIGN(RegisterProtocolHandlerInfoBarDelegate);
register_protocol_handler_infobar_delegate.cc 12 RegisterProtocolHandlerInfoBarDelegate::RegisterProtocolHandlerInfoBarDelegate(
22 bool RegisterProtocolHandlerInfoBarDelegate::ShouldExpire(
30 void RegisterProtocolHandlerInfoBarDelegate::InfoBarClosed() {
35 RegisterProtocolHandlerInfoBarDelegate::GetInfoBarType() const {
39 string16 RegisterProtocolHandlerInfoBarDelegate::GetMessageText() const {
50 string16 RegisterProtocolHandlerInfoBarDelegate::GetButtonLabel(
58 bool RegisterProtocolHandlerInfoBarDelegate::Accept() {
63 bool RegisterProtocolHandlerInfoBarDelegate::Cancel() {
68 string16 RegisterProtocolHandlerInfoBarDelegate::GetLinkText()
    [all...]

Completed in 29 milliseconds