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

  /external/chromium/chrome/browser/custom_handlers/
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...]
register_protocol_handler_infobar_delegate.h 19 class RegisterProtocolHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
21 RegisterProtocolHandlerInfoBarDelegate(TabContents* tab_contents,
42 DISALLOW_COPY_AND_ASSIGN(RegisterProtocolHandlerInfoBarDelegate);
  /external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc 18 void RegisterProtocolHandlerInfoBarDelegate::Create(
27 new RegisterProtocolHandlerInfoBarDelegate(registry, handler))));
31 RegisterProtocolHandlerInfoBarDelegate* existing_delegate =
44 RegisterProtocolHandlerInfoBarDelegate::RegisterProtocolHandlerInfoBarDelegate(
52 RegisterProtocolHandlerInfoBarDelegate::
53 ~RegisterProtocolHandlerInfoBarDelegate() {
57 RegisterProtocolHandlerInfoBarDelegate::GetInfoBarAutomationType() const {
62 RegisterProtocolHandlerInfoBarDelegate::GetInfoBarType() const {
66 RegisterProtocolHandlerInfoBarDelegate*
    [all...]
register_protocol_handler_infobar_delegate.h 17 class RegisterProtocolHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
28 RegisterProtocolHandlerInfoBarDelegate(ProtocolHandlerRegistry* registry,
30 virtual ~RegisterProtocolHandlerInfoBarDelegate();
35 virtual RegisterProtocolHandlerInfoBarDelegate*
51 DISALLOW_COPY_AND_ASSIGN(RegisterProtocolHandlerInfoBarDelegate);
  /external/chromium_org/chrome/browser/infobars/
infobar_delegate.h 20 class RegisterProtocolHandlerInfoBarDelegate;
93 virtual RegisterProtocolHandlerInfoBarDelegate*
infobar_delegate.cc 79 RegisterProtocolHandlerInfoBarDelegate*
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 304 new RegisterProtocolHandlerInfoBarDelegate(tab_contents(), registry,
  /external/chromium_org/chrome/browser/ui/
browser.cc     [all...]

Completed in 428 milliseconds