Home
last modified time | relevance | path

Searched refs:TabIconView (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
Dtab_icon_view.cc32 void TabIconView::InitializeIfNeeded() { in InitializeIfNeeded()
51 TabIconView::TabIconView(chrome::TabIconViewModel* model, in TabIconView() function in TabIconView
61 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()
Dtab_icon_view.h22 class TabIconView : public views::MenuButton {
26 TabIconView(chrome::TabIconViewModel* model,
28 virtual ~TabIconView();
64 DISALLOW_COPY_AND_ASSIGN(TabIconView);
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_frame_view.h14 class TabIconView; variable
53 TabIconView* title_icon() const { return title_icon_; } in title_icon()
114 TabIconView* title_icon_;
Dpanel_view_browsertest.cc97 TabIconView* title_icon = frame_view->title_icon(); in IN_PROC_BROWSER_TEST_F()
Dpanel_frame_view.cc300 title_icon_ = new TabIconView(this, NULL); in Init()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_non_client_frame_view_ash.h16 class TabIconView; variable
145 TabIconView* window_icon_;
Dopaque_browser_frame_view.h23 class TabIconView; variable
170 TabIconView* window_icon_;
Dopaque_browser_frame_view_layout_unittest.cc202 tab_icon_view_ = new TabIconView(NULL, NULL); in AddWindowTitleIcons()
263 TabIconView* tab_icon_view_;
Dbrowser_non_client_frame_view_ash.cc121 window_icon_ = new TabIconView(this, NULL); in Init()
Dopaque_browser_frame_view.cc131 window_icon_ = new TabIconView(this, this); in OpaqueBrowserFrameView()