Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/base/
Dhttpserver_unittest.cc75 TEST(HttpServer, DoesNotSignalCloseUnlessCloseAllIsCalled) { in TEST() argument
89 TEST(HttpServer, SignalsCloseWhenNoConnectionsAreActive) { in TEST() argument
101 TEST(HttpServer, SignalsCloseAfterGracefulCloseAll) { in TEST() argument
118 TEST(HttpServer, SignalsCloseAfterForcedCloseAll) { in TEST() argument
Dhttpserver.h37 class HttpServer; variable
Dhttpserver.cc45 HttpServer::HttpServer() : next_connection_id_(1), closing_(false) { in HttpServer() function in talk_base::HttpServer
/external/chromium/net/tools/fetch/
Dhttp_server.cc8 HttpServer::HttpServer(std::string ip, int port) in HttpServer() function in HttpServer
/external/chromium_org/net/tools/fetch/
Dhttp_server.cc7 HttpServer::HttpServer(std::string ip, int port) in HttpServer() function in HttpServer
/external/chromium_org/net/server/
Dhttp_connection.h16 class HttpServer; variable
Dhttp_server.cc24 HttpServer::HttpServer(const StreamListenSocketFactory& factory, in HttpServer() function in net::HttpServer
/external/chromium_org/content/browser/devtools/
Ddevtools_browser_target.h26 class HttpServer; variable
/external/chromium/net/server/
Dhttp_server.h59 friend class HttpServer; variable
Dhttp_server.cc26 HttpServer::HttpServer(const std::string& host, in HttpServer() function in net::HttpServer
/external/chromium_org/chrome/test/chromedriver/server/
Dchromedriver_server.cc43 class HttpServer : public net::HttpServer::Delegate { class
45 explicit HttpServer(const HttpRequestHandlerFunc& handle_request_func) in HttpServer() function in __anon80f388840111::HttpServer