Home
last modified time | relevance | path

Searched refs:replacement_path (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ssl/
Dssl_browser_tests.cc119 std::string* replacement_path) { in GetFilePathWithHostAndPortReplacement() argument
124 original_file_path, replacement_text, replacement_path); in GetFilePathWithHostAndPortReplacement()
217 std::string replacement_path; in IN_PROC_BROWSER_TEST_F() local
221 &replacement_path)); in IN_PROC_BROWSER_TEST_F()
224 browser(), test_server()->GetURL(replacement_path)); in IN_PROC_BROWSER_TEST_F()
435 std::string replacement_path; in IN_PROC_BROWSER_TEST_F() local
439 &replacement_path)); in IN_PROC_BROWSER_TEST_F()
443 https_server_.GetURL(replacement_path)); in IN_PROC_BROWSER_TEST_F()
470 std::string replacement_path; in IN_PROC_BROWSER_TEST_F() local
474 &replacement_path)); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium/chrome/browser/prerender/
Dprerender_browsertest.cc220 std::string replacement_path; in PrerenderTestURLImpl() local
224 &replacement_path)); in PrerenderTestURLImpl()
235 GURL src_url = src_server->GetURL(replacement_path); in PrerenderTestURLImpl()
388 std::string replacement_path; in IN_PROC_BROWSER_TEST_F() local
392 &replacement_path)); in IN_PROC_BROWSER_TEST_F()
393 PrerenderTestURL(replacement_path, FINAL_STATUS_USED, 1); in IN_PROC_BROWSER_TEST_F()
412 std::string replacement_path; in IN_PROC_BROWSER_TEST_F() local
416 &replacement_path)); in IN_PROC_BROWSER_TEST_F()
417 PrerenderTestURL(replacement_path, FINAL_STATUS_USED, 1); in IN_PROC_BROWSER_TEST_F()
458 std::string replacement_path; in IN_PROC_BROWSER_TEST_F() local
[all …]
/external/chromium/net/test/
Dtest_server.cc229 std::string* replacement_path) { in GetFilePathWithReplacements() argument
256 *replacement_path = new_file_path; in GetFilePathWithReplacements()
Dtest_server.h134 std::string* replacement_path);