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

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 40 source_tab_(source_tab),
69 if (!source_tab_ || !dragged_contents_)
78 if (source_tab_->IsVisible()) {
82 if (!source_tab_->IsVisible()) {
95 return contents == dragged_contents_->tab_contents() ? source_tab_ : NULL;
100 return source_tab_ == tab;
654 source_tab_->SetVisible(true);
655 source_tab_->set_dragging(false);
749 source_tabstrip_->DestroyDraggedSourceTab(source_tab_);
750 source_tab_ = NULL
    [all...]
dragged_tab_controller_gtk.h 209 TabGtk* source_tab_; member in class:DraggedTabControllerGtk
211 // The tab strip |source_tab_| originated from.
214 // This is the index of the |source_tab_| in |source_tabstrip_| when the drag

Completed in 113 milliseconds