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

/external/chromium_org/chrome/test/base/
H A Dbrowser_with_test_window_test.cc173 void BrowserWithTestWindowTest::NavigateAndCommit( function in class:BrowserWithTestWindowTest
182 NavigateAndCommit(&browser()->tab_strip_model()->GetActiveWebContents()->
193 NavigateAndCommit(controller, url);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor_unittest.cc118 // Wrapper around NavigateAndCommit that also sets the redirect chain to
124 NavigateAndCommit(url, GURL(), ui::PAGE_TRANSITION_LINK);
127 // This is similar to NavigateAndCommit that is in WebContentsTester, but
129 void NavigateAndCommit(const GURL& url, function in class:safe_browsing::BrowserFeatureExtractorTest
373 NavigateAndCommit(GURL("http://www.foo.com/"),
411 NavigateAndCommit(GURL("http://www.foo.com/page.html"),
464 NavigateAndCommit(GURL("http://www.bar.com/"),
503 NavigateAndCommit(GURL("http://www.bar.com/other_page.html"),
543 NavigateAndCommit(GURL("http://www.baz.com"),
/external/chromium_org/content/public/test/
H A Dtest_renderer_host.cc155 void RenderViewHostTestHarness::NavigateAndCommit(const GURL& url) { function in class:content::RenderViewHostTestHarness
156 static_cast<TestWebContents*>(web_contents())->NavigateAndCommit(url);
/external/chromium_org/content/test/
H A Dtest_web_contents.cc125 void TestWebContents::NavigateAndCommit(const GURL& url) { function in class:content::TestWebContents

Completed in 3619 milliseconds