Home
last modified time | relevance | path

Searched refs:document_root (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/chrome/test/nacl/
Dnacl_browsertest_util.cc174 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 …]
Dnacl_browsertest_util.h75 virtual bool GetDocumentRoot(base::FilePath* document_root);
143 virtual bool GetDocumentRoot(base::FilePath* document_root) OVERRIDE;
/external/chromium_org/net/test/spawned_test_server/
Dremote_test_server.cc69 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()
Dlocal_test_server.h33 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);
Dlocal_test_server.cc62 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()
Dremote_test_server.h24 const base::FilePath& document_root);
30 const base::FilePath& document_root);
53 bool Init(const base::FilePath& document_root);
Dbase_test_server.h226 const base::FilePath& document_root() const { return document_root_; } in document_root() function
274 void SetResourcePath(const base::FilePath& document_root,
Dbase_test_server.cc307 void BaseTestServer::SetResourcePath(const base::FilePath& document_root, in SetResourcePath() argument
311 document_root_ = document_root; in SetResourcePath()
/external/chromium_org/tools/python/google/
Dhttpd_utils.py61 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)
Dplatform_utils_win.py92 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:
Dplatform_utils_mac.py60 document_root=None, apache2=False): argument
90 "document_root" : document_root,
118 if document_root:
Dplatform_utils_linux.py60 document_root=None, apache2=False): argument
90 "document_root" : document_root,
120 if document_root:
/external/chromium_org/build/android/
Dlighttpd_server.py45 def __init__(self, document_root, port=None, argument
50 self.document_root = os.path.abspath(document_root)
/external/chromium_org/net/url_request/
Durl_request_context_builder_unittest.cc32 explicit LocalHttpTestServer(const base::FilePath& document_root) in LocalHttpTestServer() argument
35 document_root) {} in LocalHttpTestServer()
Durl_request_unittest.cc1983 explicit LocalHttpTestServer(const base::FilePath& document_root) in LocalHttpTestServer() argument
1986 document_root) {} in LocalHttpTestServer()
/external/chromium_org/net/tools/testserver/
Drun_testserver.cc114 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/
Dbase_test_runner.py102 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/
Dapache_http.py59 document_root = self._filesystem.join(test_dir, "http", "tests")
73 '-C', 'DocumentRoot "%s"' % document_root,
/external/chromium_org/chrome/test/ppapi/
Dppapi_test.cc176 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/
Dtest_endtoend.py169 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/
Dstandalone.py873 os.chdir(options.document_root)
/external/chromium-trace/trace-viewer/examples/stream_server/
Dstandalone.py877 os.chdir(options.document_root)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
Dstandalone.py1080 os.chdir(options.document_root)