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

  /external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 17 class RegisterProtocolHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
28 RegisterProtocolHandlerInfoBarDelegate(InfoBarService* infobar_service,
31 virtual ~RegisterProtocolHandlerInfoBarDelegate();
36 virtual RegisterProtocolHandlerInfoBarDelegate*
52 DISALLOW_COPY_AND_ASSIGN(RegisterProtocolHandlerInfoBarDelegate);
register_protocol_handler_infobar_delegate.cc 17 void RegisterProtocolHandlerInfoBarDelegate::Create(
25 new RegisterProtocolHandlerInfoBarDelegate(infobar_service, registry,
29 RegisterProtocolHandlerInfoBarDelegate* existing_delegate =
42 RegisterProtocolHandlerInfoBarDelegate::RegisterProtocolHandlerInfoBarDelegate(
51 RegisterProtocolHandlerInfoBarDelegate::
52 ~RegisterProtocolHandlerInfoBarDelegate() {
56 RegisterProtocolHandlerInfoBarDelegate::GetInfoBarAutomationType() const {
61 RegisterProtocolHandlerInfoBarDelegate::GetInfoBarType() const {
65 RegisterProtocolHandlerInfoBarDelegate*
    [all...]
  /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 850 milliseconds