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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 209 return drag_controller_.get() != NULL;
319 drag_controller_.reset(new DraggedTabController());
341 drag_controller_->Init(this, tab, tabs, gfx::Point(x, y),
349 if (drag_controller_.get()) {
350 bool started_drag = drag_controller_->started_drag();
351 drag_controller_->Drag();
352 if (drag_controller_->started_drag() && !started_drag) {
361 if (!drag_controller_.get())
363 bool started_drag = drag_controller_->started_drag();
364 drag_controller_->EndDrag(canceled)
    [all...]
base_tab_strip.h 263 scoped_ptr<DraggedTabController> drag_controller_; member in class:BaseTabStrip
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 55 bool IsDragSessionActive() const { return drag_controller_.get() != NULL; }
454 scoped_ptr<DraggedTabControllerGtk> drag_controller_; member in class:TabStripGtk
tab_strip_gtk.cc 860 drag_controller_.reset();
957 tab = drag_controller_->GetDragSourceTabForContents(
    [all...]

Completed in 605 milliseconds