Home
last modified time | relevance | path

Searched refs:IsDragSessionActive (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller_interactive_uitest_win.cc64 EXPECT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
105 ASSERT_FALSE(tab_strip2->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
106 ASSERT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
130 ASSERT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
138 ASSERT_FALSE(tab_strip2->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
157 ASSERT_TRUE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
164 ASSERT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
186 ASSERT_TRUE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
193 ASSERT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
218 ASSERT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
[all …]
Dtab_drag_controller_interactive_uitest.cc322 EXPECT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
350 EXPECT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_F()
558 EXPECT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_P()
571 ASSERT_FALSE(not_attached_tab_strip->IsDragSessionActive()); in DragToSeparateWindowStep2()
572 ASSERT_FALSE(target_tab_strip->IsDragSessionActive()); in DragToSeparateWindowStep2()
615 ASSERT_TRUE(tab_strip2->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_P()
616 ASSERT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_P()
622 ASSERT_FALSE(tab_strip2->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_P()
623 ASSERT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_P()
692 ASSERT_FALSE(tab_strip->IsDragSessionActive()); in IN_PROC_BROWSER_TEST_P()
[all …]
Dtab_strip.cc501 if (!tab_strip()->IsDragSessionActive() && in AnimationEnded()
874 bool TabStrip::IsDragSessionActive() const { in IsDragSessionActive() function in TabStrip
888 return !IsDragSessionActive() && !IsActiveDropTarget(); in IsTabStripEditable()
892 return !IsDragSessionActive(); in IsTabStripCloseable()
1217 if (IsDragSessionActive()) in Layout()
2323 if (!IsDragSessionActive() && !TabDragController::IsAttachedTo(this)) { in PrepareForAnimation()
Dtab_strip.h172 bool IsDragSessionActive() const;