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 173 void BrowserWithTestWindowTest::NavigateAndCommit(
182 NavigateAndCommit(&browser()->tab_strip_model()->GetActiveWebContents()->
193 NavigateAndCommit(controller, url);
  /external/chromium_org/content/public/test/
test_renderer_host.cc 155 void RenderViewHostTestHarness::NavigateAndCommit(const GURL& url) {
156 static_cast<TestWebContents*>(web_contents())->NavigateAndCommit(url);
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 118 // 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,
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/test/
test_web_contents.cc 125 void TestWebContents::NavigateAndCommit(const GURL& url) {

Completed in 175 milliseconds