OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:document_root_
(Results
1 - 2
of
2
) 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_
);
Completed in 643 milliseconds