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

/external/chromium/chrome/browser/ui/views/location_bar/
H A Dpage_action_with_badge_view.h17 class PageActionWithBadgeView : public views::View { class in inherits:views::View
19 explicit PageActionWithBadgeView(PageActionImageView* image_view);
35 DISALLOW_COPY_AND_ASSIGN(PageActionWithBadgeView);
H A Dpage_action_with_badge_view.cc11 PageActionWithBadgeView::PageActionWithBadgeView( function in class:PageActionWithBadgeView
17 void PageActionWithBadgeView::GetAccessibleState(
22 gfx::Size PageActionWithBadgeView::GetPreferredSize() {
27 void PageActionWithBadgeView::Layout() {
37 void PageActionWithBadgeView::UpdateVisibility(TabContents* contents,
/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.cc14 PageActionWithBadgeView::PageActionWithBadgeView( function in class:PageActionWithBadgeView
21 void PageActionWithBadgeView::GetAccessibleState(
26 gfx::Size PageActionWithBadgeView::GetPreferredSize() {
31 void PageActionWithBadgeView::Layout() {
41 void PageActionWithBadgeView::UpdateVisibility(WebContents* contents,

Completed in 75 milliseconds