HomeSort by relevance Sort by last modified time
    Searched defs:NavigateAndCommit (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc 146 void BrowserWithTestWindowTest::NavigateAndCommit(
155 NavigateAndCommit(&browser()->tab_strip_model()->GetActiveWebContents()->
166 NavigateAndCommit(controller, url);
  /external/chromium_org/content/public/test/
test_renderer_host.cc 134 void RenderViewHostTestHarness::NavigateAndCommit(const GURL& url) {
135 static_cast<TestWebContents*>(web_contents())->NavigateAndCommit(url);
  /external/chromium_org/content/test/
test_web_contents.cc 112 void TestWebContents::NavigateAndCommit(const GURL& url) {
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 83 // Wrapper around NavigateAndCommit that also sets the redirect chain to
89 NavigateAndCommit(url, GURL(), content::PAGE_TRANSITION_LINK);
92 // This is similar to NavigateAndCommit that is in WebContentsTester, but
94 void NavigateAndCommit(const GURL& url,
309 NavigateAndCommit(GURL("http://www.foo.com/"),
347 NavigateAndCommit(GURL("http://www.foo.com/page.html"),
400 NavigateAndCommit(GURL("http://www.bar.com/"),
439 NavigateAndCommit(GURL("http://www.bar.com/other_page.html"),
479 NavigateAndCommit(GURL("http://www.baz.com"),

Completed in 106 milliseconds