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

  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h 22 // ContentSettingBubbleGtk is used when the user turns on different kinds of
26 class ContentSettingBubbleGtk : public InfoBubbleGtkDelegate,
29 ContentSettingBubbleGtk(
34 virtual ~ContentSettingBubbleGtk();
55 CHROMEGTK_CALLBACK_1(ContentSettingBubbleGtk, void, OnPopupIconButtonPress,
57 CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnPopupLinkClicked);
58 CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnRadioToggled);
59 CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnCustomLinkClicked);
60 CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnManageLinkClicked);
61 CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnCloseButtonClicked)
    [all...]
content_setting_bubble_gtk.cc 50 ContentSettingBubbleGtk::ContentSettingBubbleGtk(
67 ContentSettingBubbleGtk::~ContentSettingBubbleGtk() {
70 void ContentSettingBubbleGtk::Close() {
75 void ContentSettingBubbleGtk::InfoBubbleClosing(InfoBubbleGtk* info_bubble,
81 void ContentSettingBubbleGtk::Observe(NotificationType type,
89 void ContentSettingBubbleGtk::BuildBubble() {
270 void ContentSettingBubbleGtk::OnPopupIconButtonPress(
281 void ContentSettingBubbleGtk::OnPopupLinkClicked(GtkWidget* button)
    [all...]
location_bar_view_gtk.h 40 class ContentSettingBubbleGtk;
199 ContentSettingBubbleGtk* info_bubble_;
location_bar_view_gtk.cc     [all...]

Completed in 43 milliseconds