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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 29 const int ContentSettingImageView::kOpenTimeMS = 150;
30 const int ContentSettingImageView::kAnimationDurationMS =
33 ContentSettingImageView::ContentSettingImageView(
92 ContentSettingImageView::~ContentSettingImageView() {
97 void ContentSettingImageView::Update(content::WebContents* web_contents) {
136 int ContentSettingImageView::GetBubbleOuterPadding(bool by_icon) {
141 void ContentSettingImageView::AnimationEnded(const ui::Animation* animation) {
150 void ContentSettingImageView::AnimationProgressed
    [all...]
content_setting_image_view.h 29 // The ContentSettingImageView displays an icon and optional text label for
32 class ContentSettingImageView : public ui::AnimationDelegate,
36 ContentSettingImageView(ContentSettingsType content_type,
42 virtual ~ContentSettingImageView();
96 DISALLOW_COPY_AND_ASSIGN(ContentSettingImageView);
location_bar_view.h 38 class ContentSettingImageView;
364 typedef std::vector<ContentSettingImageView*> ContentSettingViews;
location_bar_view.cc 356 ContentSettingImageView* content_blocked_view =
357 new ContentSettingImageView(static_cast<ContentSettingsType>(i), this,
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 26 class ContentSettingImageView : public views::ImageView,
30 ContentSettingImageView(ContentSettingsType content_type,
33 virtual ~ContentSettingImageView();
76 DISALLOW_IMPLICIT_CONSTRUCTORS(ContentSettingImageView);
content_setting_image_view.cc 47 ContentSettingImageView::ContentSettingImageView(
64 ContentSettingImageView::~ContentSettingImageView() {
69 void ContentSettingImageView::UpdateFromTabContents(TabContents* tab_contents) {
114 gfx::Size ContentSettingImageView::GetPreferredSize() {
121 bool ContentSettingImageView::OnMousePressed(const views::MouseEvent& event) {
127 void ContentSettingImageView::OnMouseReleased(const views::MouseEvent& event) {
155 void ContentSettingImageView::VisibilityChanged(View* starting_from,
161 void ContentSettingImageView::OnPaint(gfx::Canvas* canvas)
    [all...]
location_bar_view.h 33 class ContentSettingImageView;
279 typedef std::vector<ContentSettingImageView*> ContentSettingViews;
location_bar_view.cc 198 ContentSettingImageView* content_blocked_view = new ContentSettingImageView(
    [all...]

Completed in 1164 milliseconds