Searched refs:IsDragSessionActive (Results 1 – 4 of 4) sorted by relevance
64 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 …]
322 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 …]
501 if (!tab_strip()->IsDragSessionActive() && in AnimationEnded()874 bool TabStrip::IsDragSessionActive() const { in IsDragSessionActive() function in TabStrip888 return !IsDragSessionActive() && !IsActiveDropTarget(); in IsTabStripEditable()892 return !IsDragSessionActive(); in IsTabStripCloseable()1217 if (IsDragSessionActive()) in Layout()2323 if (!IsDragSessionActive() && !TabDragController::IsAttachedTo(this)) { in PrepareForAnimation()
172 bool IsDragSessionActive() const;