Home
last modified time | relevance | path

Searched refs:WaitForPageActionCountChangeTo (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_browsertest.h94 bool WaitForPageActionCountChangeTo(int count);
Dextension_browsertests_misc.cc192 ASSERT_TRUE(WaitForPageActionCountChangeTo(1)); in IN_PROC_BROWSER_TEST_F()
197 ASSERT_TRUE(WaitForPageActionCountChangeTo(0)); in IN_PROC_BROWSER_TEST_F()
Dextension_browsertest.cc296 bool ExtensionBrowserTest::WaitForPageActionCountChangeTo(int count) { in WaitForPageActionCountChangeTo() function in ExtensionBrowserTest