Searched defs:StackedTabStripLayout (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dstacked_tab_strip_layout.h18 // StackedTabStripLayout is used by TabStrip in touch
19 // mode. StackedTabStripLayout is responsible for managing the bounds of the
20 // tabs. StackedTabStripLayout differs from the normal layout in that it stacks
25 class StackedTabStripLayout { class
35 StackedTabStripLayout(const gfx::Size& size,
40 ~StackedTabStripLayout();
80 // StackedTabStripLayout forces the active index to be in the normal tabs.
241 DISALLOW_COPY_AND_ASSIGN(StackedTabStripLayout);
H A Dstacked_tab_strip_layout.cc12 StackedTabStripLayout::StackedTabStripLayout(const gfx::Size& size, function in class:StackedTabStripLayout
30 StackedTabStripLayout::~StackedTabStripLayout() {
33 void StackedTabStripLayout::SetXAndMiniCount(int x, int mini_tab_count) {
51 void StackedTabStripLayout::SetWidth(int width) {
63 void StackedTabStripLayout::SetActiveIndex(int index) {
74 void StackedTabStripLayout::DragActiveTab(int delta) {
108 void StackedTabStripLayout::SizeToFit() {
150 void StackedTabStripLayout
[all...]

Completed in 526 milliseconds