Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_controller.h90 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) = 0;
Dtab_strip.h241 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) OVERRIDE;
Dtab_unittest.cc62 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) OVERRIDE { in ShouldPaintTab() function in FakeTabController
Dtab.cc706 controller_->ShouldPaintTab(this, &clip); in GetHitTestMask()
727 if (!controller_->ShouldPaintTab(this, &clip)) in OnPaint()
Dtab_strip.cc1149 bool TabStrip::ShouldPaintTab(const Tab* tab, gfx::Rect* clip) { in ShouldPaintTab() function in TabStrip