Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dpage_action_with_badge_view.cc11 PageActionWithBadgeView::PageActionWithBadgeView( in PageActionWithBadgeView() function in PageActionWithBadgeView
16 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()
Dpage_action_with_badge_view.h19 class PageActionWithBadgeView : public views::View {
21 explicit PageActionWithBadgeView(PageActionImageView* image_view);
37 DISALLOW_COPY_AND_ASSIGN(PageActionWithBadgeView);
Dlocation_bar_view.h43 class PageActionWithBadgeView; variable
178 PageActionWithBadgeView* GetPageActionView(ExtensionAction* page_action);
280 friend class PageActionWithBadgeView; variable
282 typedef std::vector<PageActionWithBadgeView*> PageActionViews;
Dlocation_bar_view.cc126 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()