Searched refs:PageActionWithBadgeView (Results 1 – 4 of 4) sorted by relevance
11 PageActionWithBadgeView::PageActionWithBadgeView( in PageActionWithBadgeView() function in PageActionWithBadgeView16 void PageActionWithBadgeView::GetAccessibleState( in GetAccessibleState()21 gfx::Size PageActionWithBadgeView::GetPreferredSize() const { in GetPreferredSize()26 void PageActionWithBadgeView::Layout() { in Layout()36 void PageActionWithBadgeView::UpdateVisibility(content::WebContents* contents) { in UpdateVisibility()
19 class PageActionWithBadgeView : public views::View {21 explicit PageActionWithBadgeView(PageActionImageView* image_view);37 DISALLOW_COPY_AND_ASSIGN(PageActionWithBadgeView);
43 class PageActionWithBadgeView; variable178 PageActionWithBadgeView* GetPageActionView(ExtensionAction* page_action);280 friend class PageActionWithBadgeView; variable282 typedef std::vector<PageActionWithBadgeView*> PageActionViews;
126 bool operator()(PageActionWithBadgeView* page_action_view) { in operator ()()441 PageActionWithBadgeView* page_action_view = in SetPreviewEnabledPageAction()442 static_cast<PageActionWithBadgeView*>(GetPageActionView(page_action)); in SetPreviewEnabledPageAction()453 PageActionWithBadgeView* LocationBarView::GetPageActionView( in GetPageActionView()1096 PageActionWithBadgeView* page_action_view = new PageActionWithBadgeView( in RefreshPageActionViews()