Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.cc520 class ContentSettingPluginBubbleModel : public ContentSettingSimpleBubbleModel { class
522 ContentSettingPluginBubbleModel(Delegate* delegate,
531 DISALLOW_COPY_AND_ASSIGN(ContentSettingPluginBubbleModel);
534 ContentSettingPluginBubbleModel::ContentSettingPluginBubbleModel( in ContentSettingPluginBubbleModel() function in ContentSettingPluginBubbleModel
568 void ContentSettingPluginBubbleModel::OnLearnMoreClicked() { in OnLearnMoreClicked()
576 void ContentSettingPluginBubbleModel::OnCustomLinkClicked() { in OnCustomLinkClicked()
584 void ContentSettingPluginBubbleModel::RunPluginsOnPage() { in RunPluginsOnPage()
1720 return std::make_unique<ContentSettingPluginBubbleModel>(delegate, in CreateContentSettingBubbleModel()