HomeSort by relevance Sort by last modified time
    Searched full:touch_layout_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 655 if (touch_layout_.get() && active_index != -1) {
656 touch_layout_->SetActiveTabLocation(
699 if (touch_layout_.get()) {
706 touch_layout_->AddTab(model_index, add_types, GetStartXForNormalTabs());
728 if (touch_layout_.get()) {
732 touch_layout_->MoveTab(
750 if (touch_layout_.get()) {
757 touch_layout_->RemoveTab(model_index, GenerateIdealBoundsForMiniTabs(NULL),
777 if (touch_layout_.get()) {
780 touch_layout_->SetXAndMiniCount(start_x, mini_tab_count)
    [all...]
tab_drag_controller.cc 898 int index = attached_tabstrip_->touch_layout_->active_index();
909 int index = attached_tabstrip_->touch_layout_->active_index();
    [all...]
tab_strip.h 520 // Creates/Destroys |touch_layout_| as necessary.
523 // Returns true if |touch_layout_| is needed.
602 scoped_ptr<StackedTabStripLayout> touch_layout_; member in class:TabStrip

Completed in 81 milliseconds