Home
last modified time | relevance | path

Searched refs:SetBackgroundOffset (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dabstract_tab_strip_view.h34 virtual void SetBackgroundOffset(const gfx::Point& offset) = 0;
Dside_tab_strip.h24 virtual void SetBackgroundOffset(const gfx::Point& offset) OVERRIDE;
Dtab_strip.h60 virtual void SetBackgroundOffset(const gfx::Point& offset) OVERRIDE;
Dside_tab_strip.cc154 void SideTabStrip::SetBackgroundOffset(const gfx::Point& offset) { in SetBackgroundOffset() function in SideTabStrip
Dtab_strip.cc193 void TabStrip::SetBackgroundOffset(const gfx::Point& offset) { in SetBackgroundOffset() function in TabStrip
/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab_strip.h31 virtual void SetBackgroundOffset(const gfx::Point& offset);
Dtouch_tab_strip.cc57 void TouchTabStrip::SetBackgroundOffset(const gfx::Point& offset) { in SetBackgroundOffset() function in TouchTabStrip
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc252 tabstrip_->SetBackgroundOffset(gfx::Point( in Layout()