Searched defs:NavigateAndCommit (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dbrowser_with_test_window_test.cc144 void BrowserWithTestWindowTest::NavigateAndCommit( function in class:BrowserWithTestWindowTest
153 NavigateAndCommit(&browser()->tab_strip_model()->GetActiveWebContents()->
164 NavigateAndCommit(controller, url);
/external/chromium_org/content/public/test/
H A Dtest_renderer_host.cc141 void RenderViewHostTestHarness::NavigateAndCommit(const GURL& url) { function in class:content::RenderViewHostTestHarness
142 static_cast<TestWebContents*>(web_contents())->NavigateAndCommit(url);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor_unittest.cc117 // Wrapper around NavigateAndCommit that also sets the redirect chain to
123 NavigateAndCommit(url, GURL(), content::PAGE_TRANSITION_LINK);
126 // This is similar to NavigateAndCommit that is in WebContentsTester, but
128 void NavigateAndCommit(const GURL& url, function in class:safe_browsing::BrowserFeatureExtractorTest
368 NavigateAndCommit(GURL("http://www.foo.com/"),
406 NavigateAndCommit(GURL("http://www.foo.com/page.html"),
459 NavigateAndCommit(GURL("http://www.bar.com/"),
498 NavigateAndCommit(GURL("http://www.bar.com/other_page.html"),
538 NavigateAndCommit(GURL("http://www.baz.com"),
/external/chromium_org/content/test/
H A Dtest_web_contents.cc110 void TestWebContents::NavigateAndCommit(const GURL& url) { function in class:content::TestWebContents

Completed in 216 milliseconds