HomeSort by relevance Sort by last modified time
    Searched refs:document_root (Results 1 - 7 of 7) 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,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py 169 self.document_root = os.path.join(self.top_dir, 'example')
198 '-d', self.document_root]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 42 [-d <document_root>]
48 <document_root> is the path to the root directory of HTML files.
52 handlers. If this path is relative, <document_root> is used as the base.
742 parser.add_option('-d', '--document-root', '--document_root',
743 dest='document_root', default='.',
747 help=('CGI paths relative to document_root.'
749 'Files under document_root/cgi_path are handled '
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 42 [-d <document_root>]
48 <document_root> is the path to the root directory of HTML files.
52 handlers. If this path is relative, <document_root> is used as the base.
738 parser.add_option('-d', '--document-root', '--document_root',
739 dest='document_root', default='.',
743 help=('CGI paths relative to document_root.'
745 'Files under document_root/cgi_path are handled '
    [all...]

Completed in 2765 milliseconds