Home
last modified time | relevance | path

Searched refs:touch_layout_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc587 if (touch_layout_ && active_index != -1) { in SetStackedLayout()
588 touch_layout_->SetActiveTabLocation( in SetStackedLayout()
631 if (touch_layout_) { in AddTabAt()
638 touch_layout_->AddTab(model_index, add_types, GetStartXForNormalTabs()); in AddTabAt()
660 if (touch_layout_) { in MoveTab()
664 touch_layout_->MoveTab( in MoveTab()
682 if (touch_layout_) { in RemoveTabAt()
689 touch_layout_->RemoveTab(model_index, GenerateIdealBoundsForMiniTabs(NULL), in RemoveTabAt()
709 if (touch_layout_) { in SetTabData()
712 touch_layout_->SetXAndMiniCount(start_x, mini_tab_count); in SetTabData()
[all …]
Dtab_drag_controller.cc659 int index = attached_tabstrip_->touch_layout_->active_index(); in MoveAttachedToNextStackedIndex()
670 int index = attached_tabstrip_->touch_layout_->active_index(); in MoveAttachedToPreviousStackedIndex()
689 if (!attached_tabstrip_->touch_layout_.get()) { in MoveAttached()
777 StackedTabStripLayout* touch_layout = attached_tabstrip_->touch_layout_.get(); in StartMoveStackedTimerIfNecessary()
910 if (attached_tabstrip_->touch_layout_.get()) { in Attach()
1172 if (attached_tabstrip_->touch_layout_.get()) { in GetInsertionIndexForDraggedBounds()
1178 int active_index = attached_tabstrip_->touch_layout_->active_index(); in GetInsertionIndexForDraggedBounds()
1213 !attached_tabstrip_->touch_layout_->IsStacked(index + 1) || in ShouldDragToNextStackedTab()
1230 !attached_tabstrip_->touch_layout_->IsStacked(index - 1) || in ShouldDragToPreviousStackedTab()
1245 StackedTabStripLayout* touch_layout = attached_tabstrip_->touch_layout_.get(); in GetInsertionIndexForDraggedBoundsStacked()
Dtab_strip.h659 scoped_ptr<StackedTabStripLayout> touch_layout_; variable