HomeSort by relevance Sort by last modified time
    Searched refs:document_root (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/test/
test_server.h 103 TestServer(Type type, const FilePath& document_root);
107 const FilePath& document_root);
116 const FilePath& document_root() const { return document_root_; } function in class:net::TestServer
137 void Init(const FilePath& document_root);
test_server.cc 88 TestServer::TestServer(Type type, const FilePath& document_root)
91 Init(document_root);
95 const FilePath& document_root)
99 Init(document_root);
260 void TestServer::Init(const FilePath& document_root) {
271 document_root_ = src_dir.Append(document_root);
  /external/chromium/net/tools/testserver/
run_testserver.cc 66 if (!file_util::DirectoryExists(test_server.document_root())) {
68 UTF16ToUTF8(test_server.document_root().LossyDisplayName()).c_str());
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 85 document_root = self._cygwin_safe_join(test_dir, "http", "tests")
94 '-C', "\'DocumentRoot \"%s\"\'" % document_root,
182 def _get_virtual_host_config(self, document_root, port, ssl=False):
187 'DocumentRoot "%s"' % document_root,

Completed in 104 milliseconds