Home
last modified time | relevance | path

Searched refs:LinkClicked (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium/chrome/browser/
Dplugin_observer.cc43 virtual bool LinkClicked(WindowOpenDisposition disposition);
77 bool PluginInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked() function in __anone1915df40111::PluginInfoBarDelegate
110 virtual bool LinkClicked(WindowOpenDisposition disposition);
178 bool BlockedPluginInfoBarDelegate::LinkClicked( in LinkClicked() function in __anone1915df40111::BlockedPluginInfoBarDelegate
182 return PluginInfoBarDelegate::LinkClicked(disposition); in LinkClicked()
203 virtual bool LinkClicked(WindowOpenDisposition disposition);
279 bool OutdatedPluginInfoBarDelegate::LinkClicked( in LinkClicked() function in __anone1915df40111::OutdatedPluginInfoBarDelegate
283 return PluginInfoBarDelegate::LinkClicked(disposition); in LinkClicked()
Dplugin_installer_infobar_delegate.h30 virtual bool LinkClicked(WindowOpenDisposition disposition);
Dplugin_installer_infobar_delegate.cc57 bool PluginInstallerInfoBarDelegate::LinkClicked( in LinkClicked() function in PluginInstallerInfoBarDelegate
Dalternate_nav_url_fetcher.h65 virtual bool LinkClicked(WindowOpenDisposition disposition);
Dalternate_nav_url_fetcher.cc121 bool AlternateNavURLFetcher::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked() function in AlternateNavURLFetcher
/external/chromium/chrome/browser/tab_contents/
Dlink_infobar_delegate.cc9 bool LinkInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked() function in LinkInfoBarDelegate
Dlink_infobar_delegate.h32 virtual bool LinkClicked(WindowOpenDisposition disposition);
Dconfirm_infobar_delegate.cc35 bool ConfirmInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked() function in ConfirmInfoBarDelegate
Dconfirm_infobar_delegate.h55 virtual bool LinkClicked(WindowOpenDisposition disposition);
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_controller_unittest.mm130 // Check that clicking on the link calls LinkClicked() on the
140 // Check that clicking on the link calls LinkClicked() on the
219 // Check that clicking on the link calls LinkClicked() on the
231 // Check that clicking on the link calls LinkClicked() on the
Dmock_link_infobar_delegate.cc47 bool MockLinkInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked() function in MockLinkInfoBarDelegate
Dmock_confirm_infobar_delegate.cc61 bool MockConfirmInfoBarDelegate::LinkClicked( in LinkClicked() function in MockConfirmInfoBarDelegate
Dmock_link_infobar_delegate.h37 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
Dmock_confirm_infobar_delegate.h41 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
Dinfobar_controller.mm377 if (delegate_ && delegate_->AsLinkInfoBarDelegate()->LinkClicked(disposition))
499 delegate_->AsConfirmInfoBarDelegate()->LinkClicked(disposition))
/external/chromium/chrome/browser/ui/gtk/infobars/
Dlink_infobar_gtk.cc31 if (GetDelegate()->LinkClicked( in OnLinkClicked()
Dconfirm_infobar_gtk.cc87 if (delegate_->AsConfirmInfoBarDelegate()->LinkClicked( in OnLinkClicked()
/external/chromium/chrome/browser/custom_handlers/
Dregister_protocol_handler_infobar_delegate.h35 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
Dregister_protocol_handler_infobar_delegate.cc73 bool RegisterProtocolHandlerInfoBarDelegate::LinkClicked( in LinkClicked() function in RegisterProtocolHandlerInfoBarDelegate
/external/chromium/chrome/browser/autofill/
Dautofill_cc_infobar_delegate.h49 virtual bool LinkClicked(WindowOpenDisposition disposition);
Dautofill_cc_infobar_delegate.cc93 bool AutofillCCInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked() function in AutofillCCInfoBarDelegate
/external/chromium/chrome/browser/ui/views/infobars/
Dlink_infobar.cc74 if (GetDelegate()->LinkClicked( in LinkActivated()
Dconfirm_infobar.cc124 if (GetDelegate()->LinkClicked( in LinkActivated()
/external/chromium/chrome/browser/geolocation/
Dgeolocation_permission_context.cc136 virtual bool LinkClicked(WindowOpenDisposition disposition);
213 bool GeolocationConfirmInfoBarDelegate::LinkClicked( in LinkClicked() function in __anon370b95c10111::GeolocationConfirmInfoBarDelegate
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.messages.in57 LinkClicked(WTF::String url, WebKit::WebMouseEvent event)

12