Searched refs:ShouldPaintTab (Results 1 – 5 of 5) sorted by relevance
90 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) = 0;
241 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) OVERRIDE;
62 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) OVERRIDE { in ShouldPaintTab() function in FakeTabController
706 controller_->ShouldPaintTab(this, &clip); in GetHitTestMask()727 if (!controller_->ShouldPaintTab(this, &clip)) in OnPaint()
1149 bool TabStrip::ShouldPaintTab(const Tab* tab, gfx::Rect* clip) { in ShouldPaintTab() function in TabStrip