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

  /external/chromium/chrome/browser/ui/gtk/tabs/
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_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 129 const TabStrip* attached_tabstrip() const { return attached_tabstrip_; } function in class:TabDragController
344 void Attach(TabStrip* attached_tabstrip, const gfx::Point& point_in_screen);

Completed in 30 milliseconds