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

/external/chromium/chrome/browser/ui/views/
H A Dtab_icon_view.h19 class TabIconView : public views::View { class in inherits:views::View
21 // Classes implement this interface to provide state for the TabIconView.
24 // Returns true if the TabIconView should show a loading animation.
33 explicit TabIconView(TabIconViewModel* provider);
34 virtual ~TabIconView();
70 DISALLOW_COPY_AND_ASSIGN(TabIconView);
H A Dtab_icon_view.cc31 void TabIconView::InitializeIfNeeded() {
49 TabIconView::TabIconView(TabIconViewModel* model) function in class:TabIconView
57 TabIconView::~TabIconView() {
60 void TabIconView::Update() {
91 void TabIconView::PaintThrobber(gfx::Canvas* canvas) {
99 void TabIconView::PaintFavicon(gfx::Canvas* canvas, const SkBitmap& bitmap) {
103 void TabIconView::PaintIcon(gfx::Canvas* canvas,
135 void TabIconView
[all...]

Completed in 93 milliseconds