Searched refs:WaitForPageActionCountChangeTo (Results 1 – 3 of 3) sorted by relevance
94 bool WaitForPageActionCountChangeTo(int count);
192 ASSERT_TRUE(WaitForPageActionCountChangeTo(1)); in IN_PROC_BROWSER_TEST_F()197 ASSERT_TRUE(WaitForPageActionCountChangeTo(0)); in IN_PROC_BROWSER_TEST_F()
296 bool ExtensionBrowserTest::WaitForPageActionCountChangeTo(int count) { in WaitForPageActionCountChangeTo() function in ExtensionBrowserTest