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

/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc339 void DraggedTabControllerGtk::Attach(TabStripGtk* attached_tabstrip, argument
341 attached_tabstrip_ = attached_tabstrip;
367 // There is no tab in |attached_tabstrip| that corresponds to the dragged
415 TabStripGtk* attached_tabstrip = attached_tabstrip_; local
417 attached_tabstrip->SchedulePaint();
H A Ddragged_tab_controller_gtk.h126 void Attach(TabStripGtk* attached_tabstrip, const gfx::Point& screen_point);
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.h210 void Attach(BaseTabStrip* attached_tabstrip, const gfx::Point& screen_point);
H A Ddragged_tab_controller.cc859 void DraggedTabController::Attach(BaseTabStrip* attached_tabstrip, argument
864 attached_tabstrip_ = attached_tabstrip;
873 // There is no Tab in |attached_tabstrip| that corresponds to the dragged
888 last_move_screen_loc_ = MajorAxisValue(screen_point, attached_tabstrip);

Completed in 38 milliseconds