Searched refs:constrained_window_count (Results 1 – 4 of 4) sorted by relevance
73 ASSERT_EQ(1U, tab_contents->constrained_window_count()); in IN_PROC_BROWSER_TEST_F()
488 EXPECT_EQ(0, static_cast<int>(tab->constrained_window_count())); in IN_PROC_BROWSER_TEST_F()743 if (static_cast<int>(tab1->constrained_window_count()) > 0) in IN_PROC_BROWSER_TEST_F()749 ASSERT_EQ(1, static_cast<int>(tab1->constrained_window_count())); in IN_PROC_BROWSER_TEST_F()
147 if (tab_contents()->constrained_window_count() > 0) { in Focus()
457 size_t constrained_window_count() { return child_windows_.size(); } in constrained_window_count() function