Home
last modified time | relevance | path

Searched refs:document_root_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/test/
Dtest_server.h116 const FilePath& document_root() const { return document_root_; } in document_root()
163 FilePath document_root_; variable
Dtest_server.cc271 document_root_ = src_dir.Append(document_root); in Init()
347 command_line->AppendSwitchPath("data-dir", document_root_); in AddCommandLineArguments()