Home
last modified time | relevance | path

Searched refs:OnCustomLinkClicked (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
Dcontent_setting_bubble_model.cc158 virtual void OnCustomLinkClicked() {} in OnCustomLinkClicked() function in ContentSettingTitleLinkAndCustomModel
330 virtual void OnCustomLinkClicked() OVERRIDE { in OnCustomLinkClicked() function in ContentSettingCookiesBubbleModel
356 virtual void OnCustomLinkClicked() OVERRIDE { in OnCustomLinkClicked() function in ContentSettingPluginBubbleModel
457 virtual void OnCustomLinkClicked() OVERRIDE { in OnCustomLinkClicked() function in ContentSettingDomainListBubbleModel
Dcontent_setting_bubble_model.h88 virtual void OnCustomLinkClicked() {} in OnCustomLinkClicked() function
/external/chromium/chrome/browser/ui/gtk/
Dcontent_setting_bubble_gtk.h59 CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnCustomLinkClicked);
Dcontent_setting_bubble_gtk.cc307 void ContentSettingBubbleGtk::OnCustomLinkClicked(GtkWidget* button) { in OnCustomLinkClicked() function in ContentSettingBubbleGtk
308 content_setting_bubble_model_->OnCustomLinkClicked(); in OnCustomLinkClicked()
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcontent_setting_bubble_cocoa.mm467 contentSettingBubbleModel_->OnCustomLinkClicked();
472 contentSettingBubbleModel_->OnCustomLinkClicked();
477 contentSettingBubbleModel_->OnCustomLinkClicked();
/external/chromium/chrome/browser/ui/views/
Dcontent_setting_bubble_contents.cc164 content_setting_bubble_model_->OnCustomLinkClicked(); in LinkActivated()