Searched refs:document_root_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/test/
H A Dtest_server.h116 const FilePath& document_root() const { return document_root_; }
163 FilePath document_root_; member in class:net::TestServer
H A Dtest_server.cc271 document_root_ = src_dir.Append(document_root);
347 command_line->AppendSwitchPath("data-dir", document_root_);
/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.h165 const base::FilePath& document_root() const { return document_root_; }
232 base::FilePath document_root_; member in class:net::BaseTestServer
H A Dbase_test_server.cc257 document_root_ = document_root;
334 arguments->SetString("data-dir", document_root_.value());

Completed in 244 milliseconds