Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/location_bar/
Dpage_action_with_badge_view.cc11 PageActionWithBadgeView::PageActionWithBadgeView( in PageActionWithBadgeView() function in PageActionWithBadgeView
17 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()
Dpage_action_with_badge_view.h17 class PageActionWithBadgeView : public views::View {
19 explicit PageActionWithBadgeView(PageActionImageView* image_view);
35 DISALLOW_COPY_AND_ASSIGN(PageActionWithBadgeView);
Dlocation_bar_view.h40 class PageActionWithBadgeView; variable
282 friend class PageActionWithBadgeView; variable
283 typedef std::vector<PageActionWithBadgeView*> PageActionViews;
Dlocation_bar_view.cc348 PageActionWithBadgeView* page_action_view = in SetPreviewEnabledPageAction()
349 static_cast<PageActionWithBadgeView*>(GetPageActionView(page_action)); in SetPreviewEnabledPageAction()
926 page_action_views_[i] = new PageActionWithBadgeView( in RefreshPageActionViews()