Home
last modified time | relevance | path

Searched defs:document_root (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/test/
Dtest_server.cc88 TestServer::TestServer(Type type, const FilePath& document_root) in TestServer()
95 const FilePath& document_root) in TestServer()
260 void TestServer::Init(const FilePath& document_root) { in Init()
Dtest_server.h116 const FilePath& document_root() const { return document_root_; } in document_root() function
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dapache_http_server.py182 def _get_virtual_host_config(self, document_root, port, ssl=False): argument