Searched refs:docroot (Results 1 – 1 of 1) sorted by relevance
/external/chromium/net/url_request/ |
D | url_request_unittest.h | 513 FilePath docroot = FilePath::FromWStringHack(document_root); in CreateForkingServer() local 514 if (!StartTestServer(test_server.get(), docroot, no_cert, std::wstring())) in CreateForkingServer() 529 FilePath docroot = FilePath::FromWStringHack(document_root); in CreateServerWithFileRootURL() local 530 if (!StartTestServer(test_server.get(), docroot, no_cert, file_root_url)) in CreateServerWithFileRootURL() 629 FilePath docroot = FilePath::FromWStringHack(document_root); in CreateGoodServer() local 634 docroot, certpath, std::wstring())) { in CreateGoodServer() 645 FilePath docroot = FilePath::FromWStringHack(document_root); in CreateMismatchedServer() local 650 docroot, certpath, std::wstring())) { in CreateMismatchedServer() 660 FilePath docroot = FilePath::FromWStringHack(document_root); in CreateExpiredServer() local 665 docroot, certpath, std::wstring())) { in CreateExpiredServer() [all …]
|