/external/chromium_org/chrome/test/nacl/ |
D | nacl_browsertest_util.cc | 174 base::FilePath* document_root) { in GetNaClVariantRoot() argument 175 if (!ui_test_utils::GetRelativeBuildDirectory(document_root)) in GetNaClVariantRoot() 177 *document_root = document_root->Append(FILE_PATH_LITERAL("nacl_test_data")); in GetNaClVariantRoot() 178 *document_root = document_root->Append(variant); in GetNaClVariantRoot() 205 bool NaClBrowserTestBase::GetDocumentRoot(base::FilePath* document_root) { in GetDocumentRoot() argument 206 return GetNaClVariantRoot(Variant(), document_root); in GetDocumentRoot() 261 base::FilePath document_root; in StartTestServer() local 262 if (!GetDocumentRoot(&document_root)) in StartTestServer() 267 document_root)); in StartTestServer() 301 bool NaClBrowserTestStatic::GetDocumentRoot(base::FilePath* document_root) { in GetDocumentRoot() argument [all …]
|
D | nacl_browsertest_util.h | 75 virtual bool GetDocumentRoot(base::FilePath* document_root); 143 virtual bool GetDocumentRoot(base::FilePath* document_root) OVERRIDE;
|
/external/chromium_org/net/test/spawned_test_server/ |
D | remote_test_server.cc | 69 const base::FilePath& document_root) in RemoteTestServer() argument 72 if (!Init(document_root)) in RemoteTestServer() 78 const base::FilePath& document_root) in RemoteTestServer() argument 81 if (!Init(document_root)) in RemoteTestServer() 160 return src_dir.Append(document_root()); in GetDocumentRoot() 163 bool RemoteTestServer::Init(const base::FilePath& document_root) { in Init() argument 164 if (document_root.IsAbsolute()) in Init() 197 base::FilePath fixed_root = document_root; in Init()
|
D | local_test_server.h | 33 const base::FilePath& document_root); 39 const base::FilePath& document_root); 84 base::FilePath GetDocumentRoot() const { return document_root(); }; in GetDocumentRoot() 87 bool Init(const base::FilePath& document_root);
|
D | local_test_server.cc | 62 const base::FilePath& document_root) in LocalTestServer() argument 64 if (!Init(document_root)) in LocalTestServer() 70 const base::FilePath& document_root) in LocalTestServer() argument 72 if (!Init(document_root)) in LocalTestServer() 143 bool LocalTestServer::Init(const base::FilePath& document_root) { in Init() argument 144 if (document_root.IsAbsolute()) in Init() 157 SetResourcePath(src_dir.Append(document_root), in Init()
|
D | remote_test_server.h | 24 const base::FilePath& document_root); 30 const base::FilePath& document_root); 53 bool Init(const base::FilePath& document_root);
|
D | base_test_server.h | 226 const base::FilePath& document_root() const { return document_root_; } in document_root() function 274 void SetResourcePath(const base::FilePath& document_root,
|
D | base_test_server.cc | 307 void BaseTestServer::SetResourcePath(const base::FilePath& document_root, in SetResourcePath() argument 311 document_root_ = document_root; in SetResourcePath()
|
/external/chromium_org/tools/python/google/ |
D | httpd_utils.py | 61 def StartServer(document_root=None, output_dir=None, apache2=False): argument 78 if not document_root: 79 document_root = platform_util.GetFilesystemRoot() 89 document_root, 189 document_root = None 191 document_root = options.root 194 StartServer(document_root, apache2=options.apache2)
|
D | platform_utils_win.py | 92 document_root=None, apache2=False): argument 109 if document_root: 110 document_root = GetCygwinPath(document_root) 123 "document_root" : document_root, 162 if document_root:
|
D | platform_utils_mac.py | 60 document_root=None, apache2=False): argument 90 "document_root" : document_root, 118 if document_root:
|
D | platform_utils_linux.py | 60 document_root=None, apache2=False): argument 90 "document_root" : document_root, 120 if document_root:
|
/external/chromium_org/build/android/ |
D | lighttpd_server.py | 45 def __init__(self, document_root, port=None, argument 50 self.document_root = os.path.abspath(document_root)
|
/external/chromium_org/net/url_request/ |
D | url_request_context_builder_unittest.cc | 32 explicit LocalHttpTestServer(const base::FilePath& document_root) in LocalHttpTestServer() argument 35 document_root) {} in LocalHttpTestServer()
|
D | url_request_unittest.cc | 1983 explicit LocalHttpTestServer(const base::FilePath& document_root) in LocalHttpTestServer() argument 1986 document_root) {} in LocalHttpTestServer()
|
/external/chromium_org/net/tools/testserver/ |
D | run_testserver.cc | 114 if (!base::DirectoryExists(test_server->document_root())) { in main() 117 test_server->document_root().LossyDisplayName()).c_str()); in main()
|
/external/chromium_org/build/android/pylib/base/ |
D | base_test_runner.py | 102 def LaunchTestHttpServer(self, document_root, port=None, argument 112 document_root, port=port, extra_config_contents=extra_config_contents)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/ |
D | apache_http.py | 59 document_root = self._filesystem.join(test_dir, "http", "tests") 73 '-C', 'DocumentRoot "%s"' % document_root,
|
/external/chromium_org/chrome/test/ppapi/ |
D | ppapi_test.cc | 176 base::FilePath document_root; in RunTestViaHTTP() local 177 ASSERT_TRUE(ui_test_utils::GetRelativeBuildDirectory(&document_root)); in RunTestViaHTTP() 182 document_root); in RunTestViaHTTP()
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
D | test_endtoend.py | 169 self.document_root = os.path.join(self.top_dir, 'example') 198 '-d', self.document_root]
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
D | standalone.py | 873 os.chdir(options.document_root)
|
/external/chromium-trace/trace-viewer/examples/stream_server/ |
D | standalone.py | 877 os.chdir(options.document_root)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
D | standalone.py | 1080 os.chdir(options.document_root)
|