HomeSort by relevance Sort by last modified time
    Searched defs:TabIconView (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/
tab_icon_view.h 19 class TabIconView : public 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);
tab_icon_view.cc 31 void TabIconView::InitializeIfNeeded() {
49 TabIconView::TabIconView(TabIconViewModel* model)
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::OnPaint(gfx::Canvas* canvas)
    [all...]

Completed in 26 milliseconds