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

/external/chromium_org/chrome/browser/ui/views/
H A Dtab_icon_view.h22 class TabIconView : public views::MenuButton { class in inherits:views::MenuButton
26 TabIconView(chrome::TabIconViewModel* model,
28 virtual ~TabIconView();
64 DISALLOW_COPY_AND_ASSIGN(TabIconView);
H A Dtab_icon_view.cc32 void TabIconView::InitializeIfNeeded() {
51 TabIconView::TabIconView(chrome::TabIconViewModel* model, function in class:TabIconView
61 TabIconView::~TabIconView() {
64 void TabIconView::Update() {
95 void TabIconView::PaintThrobber(gfx::Canvas* canvas) {
103 void TabIconView::PaintFavicon(gfx::Canvas* canvas,
108 void TabIconView::PaintIcon(gfx::Canvas* canvas,
140 void TabIconView
[all...]

Completed in 384 milliseconds