HomeSort by relevance Sort by last modified time
    Searched refs:attached_tabstrip (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 126 void Attach(TabStripGtk* attached_tabstrip, const gfx::Point& screen_point);
dragged_tab_controller_gtk.cc 339 void DraggedTabControllerGtk::Attach(TabStripGtk* attached_tabstrip,
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();
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 210 void Attach(BaseTabStrip* attached_tabstrip, const gfx::Point& screen_point);
dragged_tab_controller.cc 859 void DraggedTabController::Attach(BaseTabStrip* attached_tabstrip,
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);
    [all...]

Completed in 555 milliseconds