/external/chromium_org/chrome/browser/extensions/ |
suspicious_extension_bubble.h | 21 virtual void OnLinkClicked(const base::Closure&) = 0;
|
extension_message_bubble.h | 26 virtual void OnLinkClicked(const base::Closure& callback) = 0;
|
extension_message_bubble_controller.cc | 81 base::Bind(&ExtensionMessageBubbleController::OnLinkClicked, 85 bubble->OnLinkClicked(link_callback); 107 void ExtensionMessageBubbleController::OnLinkClicked() {
|
extension_message_bubble_controller.h | 77 virtual void OnLinkClicked();
|
extension_message_bubble_controller_unittest.cc | 69 virtual void OnLinkClicked() OVERRIDE { 71 SuspiciousExtensionBubbleController::OnLinkClicked(); 94 virtual void OnLinkClicked() OVERRIDE { 96 DevModeBubbleController::OnLinkClicked(); 134 virtual void OnLinkClicked(const base::Closure& callback) OVERRIDE {
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
link_infobar_gtk.h | 23 CHROMEGTK_CALLBACK_0(LinkInfoBarGtk, void, OnLinkClicked);
|
confirm_infobar_gtk.h | 32 CHROMEGTK_CALLBACK_0(ConfirmInfoBarGtk, void, OnLinkClicked);
|
link_infobar_gtk.cc | 30 void LinkInfoBarGtk::OnLinkClicked(GtkWidget* button) {
|
confirm_infobar_gtk.cc | 86 void ConfirmInfoBarGtk::OnLinkClicked(GtkWidget* widget) {
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
alternate_nav_infobar_gtk.h | 28 CHROMEGTK_CALLBACK_0(AlternateNavInfoBarGtk, void, OnLinkClicked);
|
confirm_infobar_gtk.h | 37 CHROMEGTK_CALLBACK_0(ConfirmInfoBarGtk, void, OnLinkClicked);
|
alternate_nav_infobar_gtk.cc | 45 void AlternateNavInfoBarGtk::OnLinkClicked(GtkWidget* button) {
|
/external/chromium/chrome/browser/ui/gtk/ |
fullscreen_exit_bubble_gtk.h | 37 CHROMEGTK_CALLBACK_0(FullscreenExitBubbleGtk, void, OnLinkClicked);
|
fullscreen_exit_bubble_gtk.cc | 104 void FullscreenExitBubbleGtk::OnLinkClicked(GtkWidget* link) {
|
/external/chromium_org/chrome/browser/ui/android/infobars/ |
confirm_infobar.h | 22 virtual void OnLinkClicked(JNIEnv* env, jobject obj) OVERRIDE;
|
infobar_android.h | 48 virtual void OnLinkClicked(JNIEnv* env, jobject obj) {}
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
generated_credit_card_bubble_cocoa.h | 30 void OnLinkClicked();
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
extension_installed_bubble_gtk.h | 64 CHROMEGTK_CALLBACK_0(ExtensionInstalledBubbleGtk, void, OnLinkClicked);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
tab_modal_confirm_dialog_gtk.h | 48 CHROMEGTK_CALLBACK_0(TabModalConfirmDialogGtk, void, OnLinkClicked);
|
fullscreen_exit_bubble_gtk.h | 58 CHROMEGTK_CALLBACK_0(FullscreenExitBubbleGtk, void, OnLinkClicked);
|
/external/chromium_org/chrome/browser/ui/ |
tab_modal_confirm_dialog_delegate.cc | 76 OnLinkClicked(disposition); 109 void TabModalConfirmDialogDelegate::OnLinkClicked(
|
tab_modal_confirm_dialog_delegate.h | 48 // OnClosed() or OnLinkClicked() callback. 54 // OnClosed() or OnLinkClicked() callback. 63 // OnClosed() or OnLinkClicked() callback. 66 // Called when the link is clicked. Calls OnLinkClicked() if the dialog is 124 virtual void OnLinkClicked(WindowOpenDisposition disposition);
|
/external/chromium_org/chrome/browser/ui/autofill/ |
new_credit_card_bubble_controller.h | 82 void OnLinkClicked();
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_message_bubble_view.h | 40 virtual void OnLinkClicked(const base::Closure& callback) OVERRIDE;
|
suspicious_extension_bubble_view.h | 38 virtual void OnLinkClicked(const base::Closure& callback) OVERRIDE;
|