Home
last modified time | relevance | path

Searched defs:document_root (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/net/test/spawned_test_server/
Dremote_test_server.cc69 const base::FilePath& document_root) in RemoteTestServer()
78 const base::FilePath& document_root) in RemoteTestServer()
163 bool RemoteTestServer::Init(const base::FilePath& document_root) { in Init()
Dlocal_test_server.cc62 const base::FilePath& document_root) in LocalTestServer()
70 const base::FilePath& document_root) in LocalTestServer()
143 bool LocalTestServer::Init(const base::FilePath& document_root) { in Init()
Dbase_test_server.cc307 void BaseTestServer::SetResourcePath(const base::FilePath& document_root, in SetResourcePath()
Dbase_test_server.h226 const base::FilePath& document_root() const { return document_root_; } in document_root() function
/external/chromium_org/chrome/test/nacl/
Dnacl_browsertest_util.cc174 base::FilePath* document_root) { in GetNaClVariantRoot()
205 bool NaClBrowserTestBase::GetDocumentRoot(base::FilePath* document_root) { in GetDocumentRoot()
261 base::FilePath document_root; in StartTestServer() local
301 bool NaClBrowserTestStatic::GetDocumentRoot(base::FilePath* document_root) { in GetDocumentRoot()
326 base::FilePath document_root; in SetUpCommandLine() local
344 base::FilePath document_root; in SetUpCommandLine() local
/external/chromium_org/tools/python/google/
Dplatform_utils_mac.py60 document_root=None, apache2=False): argument
Dplatform_utils_linux.py60 document_root=None, apache2=False): argument
Dhttpd_utils.py61 def StartServer(document_root=None, output_dir=None, apache2=False): argument
Dplatform_utils_win.py92 document_root=None, apache2=False): argument
/external/chromium_org/build/android/
Dlighttpd_server.py45 def __init__(self, document_root, port=None, argument
/external/chromium_org/net/url_request/
Durl_request_context_builder_unittest.cc32 explicit LocalHttpTestServer(const base::FilePath& document_root) in LocalHttpTestServer()
Durl_request_unittest.cc1983 explicit LocalHttpTestServer(const base::FilePath& document_root) in LocalHttpTestServer()
/external/chromium_org/build/android/pylib/base/
Dbase_test_runner.py102 def LaunchTestHttpServer(self, document_root, port=None, argument
/external/chromium_org/chrome/test/ppapi/
Dppapi_test.cc176 base::FilePath document_root; in RunTestViaHTTP() local