Searched refs:StackedTabStripLayout (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
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...]
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_unittest.cc36 void Reset(StackedTabStripLayout* layout,
49 layout_.reset(new StackedTabStripLayout(
131 scoped_ptr<StackedTabStripLayout> layout_;
142 StackedTabStripLayout layout(gfx::Size(100, 10), -10, 2, 4, &view_model_);
335 add_types |= StackedTabStripLayout::kAddTypeActive;
337 add_types |= StackedTabStripLayout::kAddTypeMini;
454 StackedTabStripLayout layout(gfx::Size(160, 10), -27, 6, 4, &view_model_);
456 layout.AddTab(0, StackedTabStripLayout::kAddTypeActive, 0);
509 layout_.reset(new StackedTabStripLayout(
530 layout_.reset(new StackedTabStripLayout(
[all...]
H A Dtab_strip.h26 class StackedTabStripLayout;
659 scoped_ptr<StackedTabStripLayout> touch_layout_;
H A Dtab_strip.cc635 add_types |= StackedTabStripLayout::kAddTypeMini;
637 add_types |= StackedTabStripLayout::kAddTypeActive;
2537 touch_layout_.reset(new StackedTabStripLayout(
2545 // bounds of the mini-tabs (since StackedTabStripLayout doesn't yet know how
H A Dtab_drag_controller.cc777 StackedTabStripLayout* touch_layout = attached_tabstrip_->touch_layout_.get();
911 // StackedTabStripLayout positions relative to the active tab, if we
1245 StackedTabStripLayout* touch_layout = attached_tabstrip_->touch_layout_.get();

Completed in 97 milliseconds