Searched defs:PageActionWithBadgeView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_action_with_badge_view.h20 class PageActionWithBadgeView : public views::View { class in inherits:views::View
22 explicit PageActionWithBadgeView(PageActionImageView* image_view);
38 DISALLOW_COPY_AND_ASSIGN(PageActionWithBadgeView);
H A Dpage_action_with_badge_view.cc13 PageActionWithBadgeView::PageActionWithBadgeView( function in class:PageActionWithBadgeView
19 void PageActionWithBadgeView::GetAccessibleState(
24 gfx::Size PageActionWithBadgeView::GetPreferredSize() const {
29 void PageActionWithBadgeView::Layout() {
39 void PageActionWithBadgeView::UpdateVisibility(WebContents* contents,

Completed in 68 milliseconds