HomeSort by relevance Sort by last modified time
    Searched defs:StackedTabStripLayout (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.h 18 // 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 {
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);
stacked_tab_strip_layout.cc 12 StackedTabStripLayout::StackedTabStripLayout(const gfx::Size& size,
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::AddTab(int index, int add_types, int start_x)
    [all...]

Completed in 38 milliseconds