HomeSort by relevance Sort by last modified time
    Searched refs:NavigateAndCommit (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/search/
instant_page_unittest.cc 72 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
74 NavigateAndCommit(GURL("http://example.com"));
82 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
95 NavigateAndCommit(GURL("chrome-search://foo/bar"));
109 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
115 NavigateAndCommit(GURL("http://www.example.com"));
135 NavigateAndCommit(GURL("chrome-search://foo/bar"));
search_tab_helper_unittest.cc 120 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
131 NavigateAndCommit(GURL("chrome-search://foo/bar"));
154 NavigateAndCommit(GURL("http://www.example.com"));
168 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
188 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
208 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
231 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
254 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
305 NavigateAndCommit(GURL(chrome::kChromeUINewTabURL));
  /external/chromium_org/chrome/browser/extensions/
page_action_controller_unittest.cc 85 NavigateAndCommit(GURL("http://www.google.com"));
98 NavigateAndCommit(GURL("http://www.google.com/#hash"));
105 NavigateAndCommit(GURL("http://www.yahoo.com"));
active_script_controller_unittest.cc 153 NavigateAndCommit(GURL("https://www.google.com"));
199 NavigateAndCommit(GURL("https://www.foo.com"));
210 NavigateAndCommit(GURL("https://www.google.com"));
246 NavigateAndCommit(GURL("https://www.google.com"));
269 NavigateAndCommit(GURL("https://www.google.com"));
308 NavigateAndCommit(GURL("https://www.google.com"));
316 NavigateAndCommit(GURL("http://www.foo.com"));
324 NavigateAndCommit(GURL("http://www.bar.com"));
active_tab_unittest.cc 174 NavigateAndCommit(google);
236 NavigateAndCommit(chromium);
266 NavigateAndCommit(google);
285 NavigateAndCommit(google);
311 NavigateAndCommit(google);
322 NavigateAndCommit(google);
329 NavigateAndCommit(google_h1);
335 NavigateAndCommit(chromium);
348 NavigateAndCommit(chromium_h1);
365 NavigateAndCommit(internal)
    [all...]
  /external/chromium_org/content/public/test/
web_contents_tester.h 67 virtual void NavigateAndCommit(const GURL& url) = 0;
test_renderer_host.cc 144 void RenderViewHostTestHarness::NavigateAndCommit(const GURL& url) {
145 static_cast<TestWebContents*>(web_contents())->NavigateAndCommit(url);
test_renderer_host.h 153 // Cover for |contents()->NavigateAndCommit(url)|. See
154 // WebContentsTester::NavigateAndCommit for details.
155 void NavigateAndCommit(const GURL& url);
  /external/chromium_org/chrome/browser/download/
download_request_limiter_unittest.cc 255 NavigateAndCommit(GURL("http://foo.com/bar"));
271 NavigateAndCommit(GURL("http://foo.com/bar2"));
284 NavigateAndCommit(GURL("http://fooey.com"));
302 NavigateAndCommit(GURL("http://fooey.com/bar2"));
311 NavigateAndCommit(GURL("http://foo.com/bar"));
351 NavigateAndCommit(GURL("http://foo.com/bar"));
438 NavigateAndCommit(GURL("http://foo.com/bar"));
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 619 // NavigateAndCommit() and it's easier to use the real thing than setting up
627 NavigateAndCommit(other_phishing_url);
709 NavigateAndCommit(url);
736 NavigateAndCommit(start_url);
791 NavigateAndCommit(GURL(malware_verdict.url()));
    [all...]
browser_feature_extractor_unittest.cc 117 // 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,
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/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 267 NavigateAndCommit(requesting_frame);
284 NavigateAndCommit(requesting_frame);
316 NavigateAndCommit(requesting_frame);
331 NavigateAndCommit(requesting_frame);
357 NavigateAndCommit(requesting_frame_0);
416 NavigateAndCommit(url_a);
426 NavigateAndCommit(url_b);
442 NavigateAndCommit(requesting_frame);
478 NavigateAndCommit(requesting_frame_0);
532 NavigateAndCommit(invalid_embedder)
    [all...]
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc 286 // won't have committed yet, so NavigateAndCommit does the wrong thing
605 contents()->NavigateAndCommit(kUrl1);
626 contents()->NavigateAndCommit(kUrl2);
639 contents()->NavigateAndCommit(kUrl1);
690 web_contents->NavigateAndCommit(kUrl1);
700 contents()->NavigateAndCommit(kUrl2);
    [all...]
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/
browser_unittest.cc 44 WebContentsTester::For(contents1)->NavigateAndCommit(GURL("about:blank"));
52 WebContentsTester::For(contents2)->NavigateAndCommit(GURL("about:blank"));
  /external/chromium_org/content/browser/web_contents/aura/
overscroll_navigation_overlay_unittest.cc 68 contents()->NavigateAndCommit(first);
73 contents()->NavigateAndCommit(second);
  /external/chromium_org/content/test/
test_web_contents.h 33 virtual void NavigateAndCommit(const GURL& url) OVERRIDE;
  /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);
browser_with_test_window_test.h 69 // NavigateAndCommit(controller, url2);
127 void NavigateAndCommit(content::NavigationController* controller,
130 // Navigates the current tab. This is a wrapper around NavigateAndCommit.
  /external/chromium_org/chrome/browser/ui/toolbar/
origin_chip_info_unittest.cc 49 NavigateAndCommit(url_);
back_forward_menu_model_unittest.cc 80 NavigateAndCommit(GURL(url));
519 NavigateAndCommit(url1);
521 NavigateAndCommit(url2);
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_ui_controller_unittest.cc 63 ->NavigateAndCommit(GURL("http://example.com"));
174 ->NavigateAndCommit(GURL("chrome://sign-in"));
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service_unittest.cc 101 NavigateAndCommit(url1_);
102 NavigateAndCommit(url2_);
103 NavigateAndCommit(url3_);
738 NavigateAndCommit(
754 NavigateAndCommit(
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model_unittest.cc 159 NavigateAndCommit(GURL("https://www.example.com"));
509 NavigateAndCommit(page_url);
545 NavigateAndCommit(GURL(file_url));
559 NavigateAndCommit(page_url);
613 NavigateAndCommit(page_url);
  /external/chromium_org/content/browser/download/
save_package_unittest.cc 421 NavigateAndCommit(url);
435 NavigateAndCommit(view_source_url);

Completed in 899 milliseconds

1 2