/external/chromium/chrome/browser/ |
D | plugin_observer.cc | 43 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()
|
D | plugin_installer_infobar_delegate.h | 30 virtual bool LinkClicked(WindowOpenDisposition disposition);
|
D | plugin_installer_infobar_delegate.cc | 57 bool PluginInstallerInfoBarDelegate::LinkClicked( in LinkClicked() function in PluginInstallerInfoBarDelegate
|
D | alternate_nav_url_fetcher.h | 65 virtual bool LinkClicked(WindowOpenDisposition disposition);
|
D | alternate_nav_url_fetcher.cc | 121 bool AlternateNavURLFetcher::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked() function in AlternateNavURLFetcher
|
/external/chromium/chrome/browser/tab_contents/ |
D | link_infobar_delegate.cc | 9 bool LinkInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked() function in LinkInfoBarDelegate
|
D | link_infobar_delegate.h | 32 virtual bool LinkClicked(WindowOpenDisposition disposition);
|
D | confirm_infobar_delegate.cc | 35 bool ConfirmInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked() function in ConfirmInfoBarDelegate
|
D | confirm_infobar_delegate.h | 55 virtual bool LinkClicked(WindowOpenDisposition disposition);
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
D | infobar_controller_unittest.mm | 130 // 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
|
D | mock_link_infobar_delegate.cc | 47 bool MockLinkInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked() function in MockLinkInfoBarDelegate
|
D | mock_confirm_infobar_delegate.cc | 61 bool MockConfirmInfoBarDelegate::LinkClicked( in LinkClicked() function in MockConfirmInfoBarDelegate
|
D | mock_link_infobar_delegate.h | 37 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
D | mock_confirm_infobar_delegate.h | 41 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
D | infobar_controller.mm | 377 if (delegate_ && delegate_->AsLinkInfoBarDelegate()->LinkClicked(disposition)) 499 delegate_->AsConfirmInfoBarDelegate()->LinkClicked(disposition))
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | link_infobar_gtk.cc | 31 if (GetDelegate()->LinkClicked( in OnLinkClicked()
|
D | confirm_infobar_gtk.cc | 87 if (delegate_->AsConfirmInfoBarDelegate()->LinkClicked( in OnLinkClicked()
|
/external/chromium/chrome/browser/custom_handlers/ |
D | register_protocol_handler_infobar_delegate.h | 35 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
D | register_protocol_handler_infobar_delegate.cc | 73 bool RegisterProtocolHandlerInfoBarDelegate::LinkClicked( in LinkClicked() function in RegisterProtocolHandlerInfoBarDelegate
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_cc_infobar_delegate.h | 49 virtual bool LinkClicked(WindowOpenDisposition disposition);
|
D | autofill_cc_infobar_delegate.cc | 93 bool AutofillCCInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked() function in AutofillCCInfoBarDelegate
|
/external/chromium/chrome/browser/ui/views/infobars/ |
D | link_infobar.cc | 74 if (GetDelegate()->LinkClicked( in LinkActivated()
|
D | confirm_infobar.cc | 124 if (GetDelegate()->LinkClicked( in LinkActivated()
|
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_permission_context.cc | 136 virtual bool LinkClicked(WindowOpenDisposition disposition); 213 bool GeolocationConfirmInfoBarDelegate::LinkClicked( in LinkClicked() function in __anon370b95c10111::GeolocationConfirmInfoBarDelegate
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.messages.in | 57 LinkClicked(WTF::String url, WebKit::WebMouseEvent event)
|