Searched refs:NavigateAndCommit (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/
H A Dactive_script_controller_unittest.cc179 NavigateAndCommit(GURL("https://www.google.com"));
209 NavigateAndCommit(GURL("https://www.google.com/foo"));
211 NavigateAndCommit(GURL("https://www.google.com/bar"));
215 NavigateAndCommit(GURL("https://otherdomain.google.com"));
225 NavigateAndCommit(GURL("https://www.foo.com"));
235 NavigateAndCommit(GURL("https://www.google.com"));
265 NavigateAndCommit(GURL("https://www.google.com"));
285 NavigateAndCommit(GURL("https://www.google.com"));
303 NavigateAndCommit(GURL("https://www.google.com/foo"));
305 NavigateAndCommit(GUR
[all...]
H A Dlocation_bar_controller_unittest.cc145 NavigateAndCommit(GURL("http://google.com"));
155 NavigateAndCommit(GURL("http://www.google.com"));
167 NavigateAndCommit(GURL("http://www.google.com/#hash"));
174 NavigateAndCommit(GURL("http://www.yahoo.com"));
H A Dactive_tab_unittest.cc173 NavigateAndCommit(google);
235 NavigateAndCommit(chromium);
265 NavigateAndCommit(google);
284 NavigateAndCommit(google);
310 NavigateAndCommit(google);
321 NavigateAndCommit(google);
328 NavigateAndCommit(google_h1);
334 NavigateAndCommit(chromium);
347 NavigateAndCommit(chromium_h1);
364 NavigateAndCommit(interna
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dchrome_password_manager_client_unittest.cc233 NavigateAndCommit(
238 NavigateAndCommit(
244 NavigateAndCommit(GURL("https://accounts.google.com/addlogin?rart"));
247 NavigateAndCommit(GURL("https://accounts.google.com/login?param=123"));
250 NavigateAndCommit(GURL("https://site.com/login?rart=678"));
261 NavigateAndCommit(GURL("https://accounts.google.com/Login"));
270 NavigateAndCommit(GURL("https://accounts.google.com/Login"));
277 NavigateAndCommit(
284 NavigateAndCommit(
290 NavigateAndCommit(
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page_unittest.cc72 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"));
H A Dsearch_tab_helper_unittest.cc126 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
137 NavigateAndCommit(GURL("chrome-search://foo/bar"));
160 NavigateAndCommit(GURL("http://www.example.com"));
174 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
194 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
214 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
237 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
260 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
308 NavigateAndCommit(GURL(chrome::kChromeUINewTabURL));
/external/chromium_org/content/public/test/
H A Dweb_contents_tester.h70 virtual void NavigateAndCommit(const GURL& url) = 0;
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);
H A Dtest_renderer_host.h197 // Cover for |contents()->NavigateAndCommit(url)|. See
198 // WebContentsTester::NavigateAndCommit for details.
199 void NavigateAndCommit(const GURL& url);
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter_unittest.cc256 NavigateAndCommit(GURL("http://foo.com/bar"));
272 NavigateAndCommit(GURL("http://foo.com/bar2"));
285 NavigateAndCommit(GURL("http://fooey.com"));
303 NavigateAndCommit(GURL("http://fooey.com/bar2"));
312 NavigateAndCommit(GURL("http://foo.com/bar"));
352 NavigateAndCommit(GURL("http://foo.com/bar"));
439 NavigateAndCommit(GURL("http://foo.com/bar"));
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_host_unittest.cc614 // NavigateAndCommit() and it's easier to use the real thing than setting up
622 NavigateAndCommit(other_phishing_url);
704 NavigateAndCommit(url);
731 NavigateAndCommit(start_url);
786 NavigateAndCommit(GURL(malware_verdict.url()));
904 NavigateAndCommit(first_url);
907 NavigateAndCommit(second_url);
916 NavigateAndCommit(url);
928 NavigateAndCommit(url);
939 NavigateAndCommit(inpag
[all...]
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/chrome/browser/content_settings/
H A Dpermission_context_base_unittest.cc87 content::WebContentsTester::For(web_contents())->NavigateAndCommit(url);
118 content::WebContentsTester::For(web_contents())->NavigateAndCommit(url);
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_unittest.cc275 NavigateAndCommit(requesting_frame);
292 NavigateAndCommit(requesting_frame);
312 NavigateAndCommit(requesting_frame);
327 NavigateAndCommit(requesting_frame);
347 NavigateAndCommit(requesting_frame_0);
406 NavigateAndCommit(url_a);
416 NavigateAndCommit(url_b);
432 NavigateAndCommit(requesting_frame);
468 NavigateAndCommit(requesting_frame_0);
522 NavigateAndCommit(invalid_embedde
[all...]
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_unittest.cc279 // won't have committed yet, so NavigateAndCommit does the wrong thing
627 contents()->NavigateAndCommit(kUrl1);
648 contents()->NavigateAndCommit(kUrl2);
661 contents()->NavigateAndCommit(kUrl1);
711 web_contents->NavigateAndCommit(kUrl1);
722 contents()->NavigateAndCommit(kUrl2);
1006 contents()->NavigateAndCommit(kUrl1);
1007 contents()->NavigateAndCommit(kUrl2);
1058 contents()->NavigateAndCommit(kUrl1);
1066 contents()->NavigateAndCommit(kUrl
[all...]
H A Dnavigation_controller_impl_unittest.cc3219 NavigateAndCommit(url1);
3221 NavigateAndCommit(url2);
3244 NavigateAndCommit(url1);
3246 NavigateAndCommit(url2);
3264 NavigateAndCommit(url1);
3265 NavigateAndCommit(url2);
3281 NavigateAndCommit(url);
3300 NavigateAndCommit(url1);
3338 NavigateAndCommit(url1);
3339 NavigateAndCommit(url
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_unittest.cc44 WebContentsTester::For(contents1)->NavigateAndCommit(GURL("about:blank"));
52 WebContentsTester::For(contents2)->NavigateAndCommit(GURL("about:blank"));
/external/chromium_org/content/browser/web_contents/aura/
H A Doverscroll_navigation_overlay_unittest.cc69 contents()->NavigateAndCommit(first);
74 contents()->NavigateAndCommit(second);
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller_unittest.cc97 NavigateAndCommit(GURL("about:blank"));
/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);
H A Dbrowser_with_test_window_test.h69 // NavigateAndCommit(controller, url2);
127 void NavigateAndCommit(content::NavigationController* controller,
130 // Navigates the current tab. This is a wrapper around NavigateAndCommit.
/external/chromium_org/content/test/
H A Dtest_web_contents.h39 virtual void NavigateAndCommit(const GURL& url) OVERRIDE;
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dorigin_chip_info_unittest.cc49 NavigateAndCommit(url_);
/external/chromium_org/chrome/browser/sessions/
H A Dpersistent_tab_restore_service_unittest.cc103 NavigateAndCommit(url1_);
104 NavigateAndCommit(url2_);
105 NavigateAndCommit(url3_);
738 NavigateAndCommit(
754 NavigateAndCommit(
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model_unittest.cc159 NavigateAndCommit(GURL("https://www.example.com"));
509 NavigateAndCommit(page_url);
545 NavigateAndCommit(GURL(file_url));
559 NavigateAndCommit(page_url);
613 NavigateAndCommit(page_url);

Completed in 454 milliseconds

12