Searched refs:TabIconView (Results 1 – 10 of 10) sorted by relevance
32 void TabIconView::InitializeIfNeeded() { in InitializeIfNeeded()51 TabIconView::TabIconView(chrome::TabIconViewModel* model, in TabIconView() function in TabIconView61 TabIconView::~TabIconView() { in ~TabIconView()64 void TabIconView::Update() { in Update()95 void TabIconView::PaintThrobber(gfx::Canvas* canvas) { in PaintThrobber()103 void TabIconView::PaintFavicon(gfx::Canvas* canvas, in PaintFavicon()108 void TabIconView::PaintIcon(gfx::Canvas* canvas, in PaintIcon()140 void TabIconView::OnPaint(gfx::Canvas* canvas) { in OnPaint()158 gfx::Size TabIconView::GetPreferredSize() const { in GetPreferredSize()
22 class TabIconView : public views::MenuButton {26 TabIconView(chrome::TabIconViewModel* model,28 virtual ~TabIconView();64 DISALLOW_COPY_AND_ASSIGN(TabIconView);
14 class TabIconView; variable53 TabIconView* title_icon() const { return title_icon_; } in title_icon()114 TabIconView* title_icon_;
97 TabIconView* title_icon = frame_view->title_icon(); in IN_PROC_BROWSER_TEST_F()
300 title_icon_ = new TabIconView(this, NULL); in Init()
16 class TabIconView; variable145 TabIconView* window_icon_;
23 class TabIconView; variable170 TabIconView* window_icon_;
202 tab_icon_view_ = new TabIconView(NULL, NULL); in AddWindowTitleIcons()263 TabIconView* tab_icon_view_;
121 window_icon_ = new TabIconView(this, NULL); in Init()
131 window_icon_ = new TabIconView(this, this); in OpaqueBrowserFrameView()