HomeSort by relevance Sort by last modified time
    Searched refs:ShouldPaintTab (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_controller.h 87 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) = 0;
tab_strip.h 231 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) OVERRIDE;
tab_unittest.cc 59 virtual bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) OVERRIDE {
tab.cc 651 if (!controller_->ShouldPaintTab(this, &clip))
769 controller_->ShouldPaintTab(this, &clip);
    [all...]
tab_strip.cc     [all...]

Completed in 74 milliseconds