Searched refs:attached_tabstrip (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h110 const TabStrip* attached_tabstrip() const { return attached_tabstrip_; } function in class:TabDragController
291 void Attach(TabStrip* attached_tabstrip, const gfx::Point& point_in_screen);
H A Dtab_drag_controller.cc312 instance_->attached_tabstrip() == tab_strip);
871 void TabDragController::Attach(TabStrip* attached_tabstrip, argument
879 attached_tabstrip_ = attached_tabstrip;
888 selection_model_before_attach_.Copy(attached_tabstrip->GetSelectionModel());

Completed in 826 milliseconds