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

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller_interactive_uitest_win.cc64 EXPECT_FALSE(tab_strip->IsDragSessionActive());
105 ASSERT_FALSE(tab_strip2->IsDragSessionActive());
106 ASSERT_FALSE(tab_strip->IsDragSessionActive());
130 ASSERT_FALSE(tab_strip->IsDragSessionActive());
138 ASSERT_FALSE(tab_strip2->IsDragSessionActive());
157 ASSERT_TRUE(tab_strip->IsDragSessionActive());
164 ASSERT_FALSE(tab_strip->IsDragSessionActive());
186 ASSERT_TRUE(tab_strip->IsDragSessionActive());
193 ASSERT_FALSE(tab_strip->IsDragSessionActive());
218 ASSERT_FALSE(tab_strip->IsDragSessionActive());
[all...]
H A Dtab_drag_controller_interactive_uitest.cc330 EXPECT_FALSE(tab_strip->IsDragSessionActive());
355 EXPECT_FALSE(tab_strip->IsDragSessionActive());
573 EXPECT_FALSE(tab_strip->IsDragSessionActive());
582 ASSERT_FALSE(not_attached_tab_strip->IsDragSessionActive());
583 ASSERT_FALSE(target_tab_strip->IsDragSessionActive());
619 ASSERT_TRUE(tab_strip2->IsDragSessionActive());
620 ASSERT_FALSE(tab_strip->IsDragSessionActive());
626 ASSERT_FALSE(tab_strip2->IsDragSessionActive());
627 ASSERT_FALSE(tab_strip->IsDragSessionActive());
684 ASSERT_FALSE(tab_strip->IsDragSessionActive());
[all...]
H A Dtab_strip.cc595 if (tabstrip_->IsDragSessionActive() ||
909 bool TabStrip::IsDragSessionActive() const { function in class:TabStrip
923 return !IsDragSessionActive() && !IsActiveDropTarget();
927 return !IsDragSessionActive();
1266 if (IsDragSessionActive())
2491 if (!IsDragSessionActive() && !TabDragController::IsAttachedTo(this)) {
H A Dtab_strip.h142 bool IsDragSessionActive() const;
/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_org/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.h61 bool IsDragSessionActive() const { return drag_controller_.get() != NULL; } function in class:TabStripGtk
H A Dtab_strip_gtk.cc994 if (IsDragSessionActive()) {
2029 if (!IsDragSessionActive() &&
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc890 return !tabstrip()->IsDragSessionActive() &&
1433 if (tabstrip_->IsDragSessionActive())
/external/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc1010 return !tabstrip()->IsDragSessionActive() &&
1443 if (tabstrip_->IsDragSessionActive())

Completed in 132 milliseconds