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

1 2

  /external/chromium_org/chrome/browser/ui/search/
instant_page_unittest.cc 73 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
75 NavigateAndCommit(GURL("http://example.com"));
83 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
96 NavigateAndCommit(GURL("chrome-search://foo/bar"));
110 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
116 NavigateAndCommit(GURL("http://www.example.com"));
136 NavigateAndCommit(GURL("chrome-search://foo/bar"));
160 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
search_tab_helper_unittest.cc 93 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
104 NavigateAndCommit(GURL("chrome-search://foo/bar"));
127 NavigateAndCommit(GURL("http://www.example.com"));
141 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
161 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
181 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
201 NavigateAndCommit(GURL(chrome::kChromeSearchLocalNtpUrl));
252 NavigateAndCommit(GURL(chrome::kChromeUINewTabURL));
  /external/chromium_org/chrome/browser/extensions/
page_action_controller_unittest.cc 87 NavigateAndCommit(GURL("http://www.google.com"));
100 NavigateAndCommit(GURL("http://www.google.com/#hash"));
107 NavigateAndCommit(GURL("http://www.yahoo.com"));
active_tab_unittest.cc 153 NavigateAndCommit(google);
215 NavigateAndCommit(chromium);
245 NavigateAndCommit(google);
264 NavigateAndCommit(google);
293 NavigateAndCommit(google);
304 NavigateAndCommit(google);
311 NavigateAndCommit(google_h1);
317 NavigateAndCommit(chromium);
330 NavigateAndCommit(chromium_h1);
347 NavigateAndCommit(internal)
    [all...]
script_badge_controller_unittest.cc 138 NavigateAndCommit(GURL("http://www.google.com"));
170 NavigateAndCommit(GURL("http://www.google.com"));
203 NavigateAndCommit(GURL("http://www.google.com#hash"));
241 NavigateAndCommit(GURL("http://www.google.com"));
script_bubble_controller_unittest.cc 131 NavigateAndCommit(GURL("http://www.google.com"));
188 NavigateAndCommit(GURL("http://www.google.com"));
  /external/chromium_org/content/public/test/
web_contents_tester.h 67 virtual void NavigateAndCommit(const GURL& url) = 0;
test_renderer_host.cc 141 void RenderViewHostTestHarness::NavigateAndCommit(const GURL& url) {
142 static_cast<TestWebContents*>(web_contents())->NavigateAndCommit(url);
test_renderer_host.h 150 // Cover for |contents()->NavigateAndCommit(url)|. See
151 // WebContentsTester::NavigateAndCommit for details.
152 void NavigateAndCommit(const GURL& url);
  /external/chromium/chrome/browser/download/
download_request_limiter_unittest.cc 133 NavigateAndCommit(GURL("http://foo.com/bar"));
146 NavigateAndCommit(GURL("http://foo.com/bar2"));
164 NavigateAndCommit(GURL("http://fooey.com"));
171 NavigateAndCommit(GURL("http://foo.com/bar"));
save_package_unittest.cc 406 NavigateAndCommit(url);
420 NavigateAndCommit(view_source_url);
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 363 NavigateAndCommit(other_phishing_url);
425 NavigateAndCommit(first_url);
432 NavigateAndCommit(second_url);
441 NavigateAndCommit(url);
457 NavigateAndCommit(url);
472 NavigateAndCommit(url);
486 NavigateAndCommit(url);
503 NavigateAndCommit(url);
512 NavigateAndCommit(url);
525 NavigateAndCommit(url)
    [all...]
  /external/chromium_org/chrome/browser/download/
download_request_limiter_unittest.cc 185 NavigateAndCommit(GURL("http://foo.com/bar"));
201 NavigateAndCommit(GURL("http://foo.com/bar2"));
214 NavigateAndCommit(GURL("http://fooey.com"));
232 NavigateAndCommit(GURL("http://fooey.com/bar2"));
241 NavigateAndCommit(GURL("http://foo.com/bar"));
281 NavigateAndCommit(GURL("http://foo.com/bar"));
364 NavigateAndCommit(GURL("http://foo.com/bar"));
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.cc 144 void BrowserWithTestWindowTest::NavigateAndCommit(
153 NavigateAndCommit(&browser()->tab_strip_model()->GetActiveWebContents()->
164 NavigateAndCommit(controller, url);
browser_with_test_window_test.h 63 // NavigateAndCommit(controller, url2);
118 void NavigateAndCommit(content::NavigationController* controller,
121 // Navigates the current tab. This is a wrapper around NavigateAndCommit.
  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_unittest.cc 257 NavigateAndCommit(requesting_frame);
274 NavigateAndCommit(requesting_frame);
285 NavigateAndCommit(requesting_frame);
297 NavigateAndCommit(requesting_frame);
306 NavigateAndCommit(requesting_frame);
321 NavigateAndCommit(requesting_frame);
347 NavigateAndCommit(requesting_frame_0);
404 NavigateAndCommit(url_a);
414 NavigateAndCommit(url_b);
430 NavigateAndCommit(requesting_frame)
    [all...]
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 197 NavigateAndCommit(requesting_frame);
214 NavigateAndCommit(requesting_frame_0);
274 NavigateAndCommit(requesting_frame_0);
324 NavigateAndCommit(invalid_embedder);
335 NavigateAndCommit(url_a);
379 NavigateAndCommit(url_a);
443 NavigateAndCommit(requesting_frame_0);
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc     [all...]
render_frame_host_manager_unittest.cc 114 // won't have committed yet, so NavigateAndCommit does the wrong thing
411 contents()->NavigateAndCommit(kUrl1);
432 contents()->NavigateAndCommit(kUrl2);
445 contents()->NavigateAndCommit(kUrl1);
496 web_contents->NavigateAndCommit(kUrl1);
506 contents()->NavigateAndCommit(kUrl2);
    [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"));
browser_instant_controller_unittest.cc 64 // BrowserWithTestWindowTest::NavigateAndCommit to simulate the complete
74 base_test_->NavigateAndCommit(controller, url);
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 587 // NavigateAndCommit() and it's easier to use the real thing than setting up
595 NavigateAndCommit(other_phishing_url);
682 NavigateAndCommit(url);
708 NavigateAndCommit(start_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/content/test/
test_web_contents.h 33 virtual void NavigateAndCommit(const GURL& url) OVERRIDE;
  /external/chromium/chrome/browser/
content_setting_bubble_model_unittest.cc 162 NavigateAndCommit(page_url);
191 NavigateAndCommit(GURL(file_url));

Completed in 2069 milliseconds

1 2