Searched defs:document_root (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/net/test/spawned_test_server/ |
D | remote_test_server.cc | 69 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()
|
D | local_test_server.cc | 62 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()
|
D | base_test_server.cc | 307 void BaseTestServer::SetResourcePath(const base::FilePath& document_root, in SetResourcePath()
|
D | base_test_server.h | 226 const base::FilePath& document_root() const { return document_root_; } in document_root() function
|
/external/chromium_org/chrome/test/nacl/ |
D | nacl_browsertest_util.cc | 174 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/ |
D | platform_utils_mac.py | 60 document_root=None, apache2=False): argument
|
D | platform_utils_linux.py | 60 document_root=None, apache2=False): argument
|
D | httpd_utils.py | 61 def StartServer(document_root=None, output_dir=None, apache2=False): argument
|
D | platform_utils_win.py | 92 document_root=None, apache2=False): argument
|
/external/chromium_org/build/android/ |
D | lighttpd_server.py | 45 def __init__(self, document_root, port=None, argument
|
/external/chromium_org/net/url_request/ |
D | url_request_context_builder_unittest.cc | 32 explicit LocalHttpTestServer(const base::FilePath& document_root) in LocalHttpTestServer()
|
D | url_request_unittest.cc | 1983 explicit LocalHttpTestServer(const base::FilePath& document_root) in LocalHttpTestServer()
|
/external/chromium_org/build/android/pylib/base/ |
D | base_test_runner.py | 102 def LaunchTestHttpServer(self, document_root, port=None, argument
|
/external/chromium_org/chrome/test/ppapi/ |
D | ppapi_test.cc | 176 base::FilePath document_root; in RunTestViaHTTP() local
|