ShouldPaintTab    766 chrome/browser/ui/views/tabs/tab.cc   if (!controller_->ShouldPaintTab(this, &clip))
ShouldPaintTab    928 chrome/browser/ui/views/tabs/tab.cc   controller_->ShouldPaintTab(this, &clip);
ShouldPaintTab     87 chrome/browser/ui/views/tabs/tab_controller.h   virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) = 0;
ShouldPaintTab    209 chrome/browser/ui/views/tabs/tab_strip.h   virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) OVERRIDE;