Searched refs:PageActionWithBadgeView (Results 1 – 4 of 4) sorted by relevance
11 PageActionWithBadgeView::PageActionWithBadgeView( in PageActionWithBadgeView() function in PageActionWithBadgeView17 void PageActionWithBadgeView::GetAccessibleState( in GetAccessibleState()22 gfx::Size PageActionWithBadgeView::GetPreferredSize() { in GetPreferredSize()27 void PageActionWithBadgeView::Layout() { in Layout()37 void PageActionWithBadgeView::UpdateVisibility(TabContents* contents, in UpdateVisibility()
17 class PageActionWithBadgeView : public views::View {19 explicit PageActionWithBadgeView(PageActionImageView* image_view);35 DISALLOW_COPY_AND_ASSIGN(PageActionWithBadgeView);
40 class PageActionWithBadgeView; variable282 friend class PageActionWithBadgeView; variable283 typedef std::vector<PageActionWithBadgeView*> PageActionViews;
348 PageActionWithBadgeView* page_action_view = in SetPreviewEnabledPageAction()349 static_cast<PageActionWithBadgeView*>(GetPageActionView(page_action)); in SetPreviewEnabledPageAction()926 page_action_views_[i] = new PageActionWithBadgeView( in RefreshPageActionViews()