Searched defs:dest_html_file (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc1227 void NavigateStraightToURL(const std::string dest_html_file) { argument
1229 test_server()->GetURL(dest_html_file));
1246 void NavigateToURL(const std::string& dest_html_file) const {
1247 NavigateToURLWithDisposition(dest_html_file, CURRENT_TAB, true);
1250 void NavigateToURLWithDisposition(const std::string& dest_html_file, argument
1253 GURL dest_url = test_server()->GetURL(dest_html_file);

Completed in 1760 milliseconds