Searched refs:ContentSettingImageView (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.cc29 const int ContentSettingImageView::kOpenTimeMS = 150;
30 const int ContentSettingImageView::kAnimationDurationMS =
33 ContentSettingImageView::ContentSettingImageView( function in class:ContentSettingImageView
85 ContentSettingImageView::~ContentSettingImageView() {
90 void ContentSettingImageView::Update(content::WebContents* web_contents) {
129 int ContentSettingImageView::GetBubbleOuterPadding(bool by_icon) {
134 void ContentSettingImageView::AnimationEnded(const gfx::Animation* animation) {
143 void ContentSettingImageView
[all...]
H A Dcontent_setting_image_view.h32 // The ContentSettingImageView displays an icon and optional text label for
35 class ContentSettingImageView : public gfx::AnimationDelegate, class in inherits:gfx::AnimationDelegate,views::View,views::WidgetObserver
39 ContentSettingImageView(ContentSettingsType content_type,
44 virtual ~ContentSettingImageView();
98 DISALLOW_COPY_AND_ASSIGN(ContentSettingImageView);
H A Dlocation_bar_view.h32 class ContentSettingImageView;
277 typedef std::vector<ContentSettingImageView*> ContentSettingViews;
H A Dlocation_bar_view.cc316 ContentSettingImageView* content_blocked_view =
317 new ContentSettingImageView(static_cast<ContentSettingsType>(i), this,

Completed in 274 milliseconds