Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dcontent_setting_bubble_gtk.cc60 content_setting_bubble_model_(content_setting_bubble_model), in ContentSettingBubbleGtk()
96 content_setting_bubble_model_->bubble_content(); in BuildBubble()
127 if (content_setting_bubble_model_->content_type() == in BuildBubble()
167 if (content_setting_bubble_model_->content_type() != in BuildBubble()
275 content_setting_bubble_model_->OnPopupClicked(i->second); in OnPopupIconButtonPress()
284 content_setting_bubble_model_->OnPopupClicked(i->second); in OnPopupLinkClicked()
295 content_setting_bubble_model_->OnRadioClicked( in OnRadioToggled()
308 content_setting_bubble_model_->OnCustomLinkClicked(); in OnCustomLinkClicked()
313 content_setting_bubble_model_->OnManageLinkClicked(); in OnManageLinkClicked()
Dcontent_setting_bubble_gtk.h79 scoped_ptr<ContentSettingBubbleModel> content_setting_bubble_model_; variable
/external/chromium/chrome/browser/ui/views/
Dcontent_setting_bubble_contents.cc112 : content_setting_bubble_model_(content_setting_bubble_model), in ContentSettingBubbleContents()
129 (!content_setting_bubble_model_->bubble_content().domain_lists.empty() && in GetPreferredSize()
154 content_setting_bubble_model_->OnRadioClicked(i - radio_group_.begin()); in ButtonPressed()
164 content_setting_bubble_model_->OnCustomLinkClicked(); in LinkActivated()
171 content_setting_bubble_model_->OnManageLinkClicked(); in LinkActivated()
179 content_setting_bubble_model_->OnPopupClicked(i->second); in LinkActivated()
202 content_setting_bubble_model_->bubble_content(); in InitControlLayout()
229 if (content_setting_bubble_model_->content_type() == in InitControlLayout()
Dcontent_setting_bubble_contents.h76 scoped_ptr<ContentSettingBubbleModel> content_setting_bubble_model_; variable