Searched defs:document_root (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_context_builder_unittest.cc32 explicit LocalHttpTestServer(const base::FilePath& document_root) argument
35 document_root) {}
H A Durl_request_unittest.cc1983 explicit LocalHttpTestServer(const base::FilePath& document_root) argument
1986 document_root) {}
/external/chromium_org/net/test/spawned_test_server/
H A Dremote_test_server.cc69 const base::FilePath& document_root)
72 if (!Init(document_root))
78 const base::FilePath& document_root)
81 if (!Init(document_root))
160 return src_dir.Append(document_root());
163 bool RemoteTestServer::Init(const base::FilePath& document_root) { argument
164 if (document_root.IsAbsolute())
197 base::FilePath fixed_root = document_root;
67 RemoteTestServer(Type type, const std::string& host, const base::FilePath& document_root) argument
76 RemoteTestServer(Type type, const SSLOptions& ssl_options, const base::FilePath& document_root) argument
H A Dlocal_test_server.cc62 const base::FilePath& document_root)
64 if (!Init(document_root))
70 const base::FilePath& document_root)
72 if (!Init(document_root))
143 bool LocalTestServer::Init(const base::FilePath& document_root) { argument
144 if (document_root.IsAbsolute())
157 SetResourcePath(src_dir.Append(document_root),
60 LocalTestServer(Type type, const std::string& host, const base::FilePath& document_root) argument
68 LocalTestServer(Type type, const SSLOptions& ssl_options, const base::FilePath& document_root) argument
H A Dbase_test_server.cc307 void BaseTestServer::SetResourcePath(const base::FilePath& document_root, argument
311 document_root_ = document_root;
H A Dbase_test_server.h226 const base::FilePath& document_root() const { return document_root_; } function in class:net::BaseTestServer
274 void SetResourcePath(const base::FilePath& document_root,
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest_util.cc174 base::FilePath* document_root) {
175 if (!ui_test_utils::GetRelativeBuildDirectory(document_root))
177 *document_root = document_root->Append(FILE_PATH_LITERAL("nacl_test_data"));
178 *document_root = document_root->Append(variant);
205 bool NaClBrowserTestBase::GetDocumentRoot(base::FilePath* document_root) { argument
206 return GetNaClVariantRoot(Variant(), document_root);
261 base::FilePath document_root; local
262 if (!GetDocumentRoot(&document_root))
173 GetNaClVariantRoot(const base::FilePath::StringType& variant, base::FilePath* document_root) argument
301 GetDocumentRoot(base::FilePath* document_root) argument
326 base::FilePath document_root; local
344 base::FilePath document_root; local
[all...]
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.cc176 base::FilePath document_root; local
177 ASSERT_TRUE(ui_test_utils::GetRelativeBuildDirectory(&document_root));
182 document_root);

Completed in 223 milliseconds