Home
last modified time | relevance | path

Searched defs:http_server (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dhttp_server.c29 struct http_server { struct
45 struct http_server *srv = req->srv; in http_request_cb() argument
/external/chromium_org/chrome/test/ppapi/
Dppapi_test.cc180 net::SpawnedTestServer http_server(net::SpawnedTestServer::TYPE_HTTP, in RunTestViaHTTP() local
190 net::SpawnedTestServer http_server(net::SpawnedTestServer::TYPE_HTTP, in RunTestWithSSLServer() local
212 net::SpawnedTestServer http_server(net::SpawnedTestServer::TYPE_HTTP, in RunTestWithWebSocketServer() local
272 const net::SpawnedTestServer& http_server, in GetTestURL()
/external/chromium_org/third_party/libevent/
Devrpc-internal.h64 struct evhttp* http_server; member
Dhttp-internal.h81 struct evhttp *http_server; member
Devrpc.c64 evrpc_init(struct evhttp *http_server) in evrpc_init()
/external/chromium_org/content/browser/devtools/
Ddevtools_browser_target.cc21 net::HttpServer* http_server, in DevToolsBrowserTarget()
/external/chromium_org/chrome/test/remoting/
Dremote_desktop_browsertest.h154 std::string http_server() { return http_server_; } in http_server() function
/external/chromium_org/tools/telemetry/telemetry/core/
Dbrowser.py325 def http_server(self): member in Browser
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_browsertest.cc1472 net::SpawnedTestServer http_server( in IN_PROC_BROWSER_TEST_F() local
1499 net::SpawnedTestServer http_server( in IN_PROC_BROWSER_TEST_F() local
/external/chromium_org/chrome/browser/ssl/
Dssl_browser_tests.cc281 static bool GetTopFramePath(const net::SpawnedTestServer& http_server, in GetTopFramePath()
/external/chromium_org/v8/tools/
Dgrokdump.py2076 def __init__(self, switches, minidump_name, http_server): argument