Searched refs:ShouldPaintTab (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_controller.h87 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) = 0;
H A Dtab_unittest.cc58 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) OVERRIDE {
H A Dtab_strip.h213 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) OVERRIDE;
H A Dtab.cc770 if (!controller()->ShouldPaintTab(this, &clip))
934 controller()->ShouldPaintTab(this, &clip);
H A Dtab_strip.cc1204 bool TabStrip::ShouldPaintTab(const Tab* tab, gfx::Rect* clip) { function in class:TabStrip

Completed in 8131 milliseconds