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 116 const FilePath& document_root() const { return document_root_; }
163 FilePath document_root_; member in class:net::TestServer
test_server.cc 271 document_root_ = src_dir.Append(document_root);
347 command_line->AppendSwitchPath("data-dir", document_root_);
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.h 183 const base::FilePath& document_root() const { return document_root_; }
250 base::FilePath document_root_; member in class:net::BaseTestServer
base_test_server.cc 263 document_root_ = document_root;
340 arguments->SetString("data-dir", document_root_.value());

Completed in 25 milliseconds