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

  /external/chromium/chrome/browser/tab_contents/
link_infobar_delegate.cc 9 bool LinkInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
link_infobar_delegate.h 32 virtual bool LinkClicked(WindowOpenDisposition disposition);
confirm_infobar_delegate.cc 35 bool ConfirmInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
confirm_infobar_delegate.h 55 virtual bool LinkClicked(WindowOpenDisposition disposition);
  /external/chromium/chrome/browser/
plugin_installer_infobar_delegate.h 30 virtual bool LinkClicked(WindowOpenDisposition disposition);
plugin_installer_infobar_delegate.cc 57 bool PluginInstallerInfoBarDelegate::LinkClicked(
plugin_observer.cc 43 virtual bool LinkClicked(WindowOpenDisposition disposition);
77 bool PluginInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
110 virtual bool LinkClicked(WindowOpenDisposition disposition);
178 bool BlockedPluginInfoBarDelegate::LinkClicked(
182 return PluginInfoBarDelegate::LinkClicked(disposition);
203 virtual bool LinkClicked(WindowOpenDisposition disposition);
279 bool OutdatedPluginInfoBarDelegate::LinkClicked(
283 return PluginInfoBarDelegate::LinkClicked(disposition);
alternate_nav_url_fetcher.h 65 virtual bool LinkClicked(WindowOpenDisposition disposition);
alternate_nav_url_fetcher.cc 121 bool AlternateNavURLFetcher::LinkClicked(WindowOpenDisposition disposition) {
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 35 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
register_protocol_handler_infobar_delegate.cc 73 bool RegisterProtocolHandlerInfoBarDelegate::LinkClicked(
  /external/chromium/chrome/browser/ui/cocoa/infobars/
mock_link_infobar_delegate.cc 47 bool MockLinkInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
mock_link_infobar_delegate.h 37 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
mock_confirm_infobar_delegate.cc 61 bool MockConfirmInfoBarDelegate::LinkClicked(
mock_confirm_infobar_delegate.h 41 virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
  /external/chromium/chrome/browser/ui/gtk/infobars/
link_infobar_gtk.cc 31 if (GetDelegate()->LinkClicked(
confirm_infobar_gtk.cc 87 if (delegate_->AsConfirmInfoBarDelegate()->LinkClicked(
  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 49 virtual bool LinkClicked(WindowOpenDisposition disposition);
autofill_cc_infobar_delegate.cc 93 bool AutofillCCInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
  /external/chromium/chrome/browser/ui/views/infobars/
link_infobar.cc 74 if (GetDelegate()->LinkClicked(
confirm_infobar.cc 124 if (GetDelegate()->LinkClicked(
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 136 virtual bool LinkClicked(WindowOpenDisposition disposition);
213 bool GeolocationConfirmInfoBarDelegate::LinkClicked(
  /external/chromium/chrome/browser/ui/
browser_init.cc     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]

Completed in 246 milliseconds