Searched refs:attached_tabstrip (Results 1 – 4 of 4) sorted by relevance
339 void DraggedTabControllerGtk::Attach(TabStripGtk* attached_tabstrip, in Attach() argument341 attached_tabstrip_ = attached_tabstrip; in Attach()415 TabStripGtk* attached_tabstrip = attached_tabstrip_; in Detach() local417 attached_tabstrip->SchedulePaint(); in Detach()
126 void Attach(TabStripGtk* attached_tabstrip, const gfx::Point& screen_point);
210 void Attach(BaseTabStrip* attached_tabstrip, const gfx::Point& screen_point);
859 void DraggedTabController::Attach(BaseTabStrip* attached_tabstrip, in Attach() argument864 attached_tabstrip_ = attached_tabstrip; in Attach()888 last_move_screen_loc_ = MajorAxisValue(screen_point, attached_tabstrip); in Attach()