Searched refs:IsDragSessionActive (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab_strip.cc84 if (tabstrip_->IsDragSessionActive() ||
208 bool BaseTabStrip::IsDragSessionActive() const { function in class:BaseTabStrip
222 return !IsDragSessionActive() && !IsActiveDropTarget();
226 return !IsDragSessionActive();
468 if (IsDragSessionActive())
503 if (!IsDragSessionActive() && !DraggedTabController::IsAttachedTo(this)) {
H A Dbase_tab_strip.h108 bool IsDragSessionActive() const;
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.h55 bool IsDragSessionActive() const { return drag_controller_.get() != NULL; } function in class:TabStripGtk
H A Dtab_strip_gtk.cc956 if (IsDragSessionActive()) {
1304 if (!IsDragSessionActive() || !drag_controller_->IsDragSourceTab(removed)) {
1876 if (!IsDragSessionActive() &&
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc890 return !tabstrip()->IsDragSessionActive() &&
1433 if (tabstrip_->IsDragSessionActive())

Completed in 412 milliseconds