Searched refs:DidDisplayPass (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc127 // DidDisplayPass() is called, and returns true if the page behaved as it
1562 bool DidDisplayPass(WebContents* web_contents) const { function in class:prerender::PrerenderBrowserTest
1566 "window.domAutomationController.send(DidDisplayPass())",
1720 EXPECT_TRUE(DidDisplayPass(web_contents));
2107 EXPECT_TRUE(DidDisplayPass(GetActiveWebContents()));
2240 EXPECT_TRUE(DidDisplayPass(GetActiveWebContents()));
2410 EXPECT_TRUE(DidDisplayPass(GetActiveWebContents()));
3607 "window.domAutomationController.send(DidDisplayPass())",
3949 // Now check DidDisplayPass.
3950 EXPECT_TRUE(DidDisplayPass(GetActiveWebContent
[all...]

Completed in 209 milliseconds