HomeSort by relevance Sort by last modified time
    Searched refs:attached_tabstrip (Results 1 - 8 of 8) 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...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 133 void Attach(TabStripGtk* attached_tabstrip, const gfx::Point& screen_point);
dragged_tab_controller_gtk.cc 395 void DraggedTabControllerGtk::Attach(TabStripGtk* attached_tabstrip,
397 attached_tabstrip_ = attached_tabstrip;
429 // There is no tab in |attached_tabstrip| that corresponds to the dragged
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 128 const TabStrip* attached_tabstrip() const { return attached_tabstrip_; } function in class:TabDragController
340 void Attach(TabStrip* attached_tabstrip, const gfx::Point& point_in_screen);
tab_drag_controller.cc 465 instance_->attached_tabstrip() == tab_strip);
    [all...]

Completed in 190 milliseconds