Searched defs:HttpServer (Results 1 – 11 of 11) sorted by relevance
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| D | httpserver_unittest.cc | 69 TEST(HttpServer, DoesNotSignalCloseUnlessCloseAllIsCalled) { in TEST() argument 83 TEST(HttpServer, SignalsCloseWhenNoConnectionsAreActive) { in TEST() argument 95 TEST(HttpServer, SignalsCloseAfterGracefulCloseAll) { in TEST() argument 112 TEST(HttpServer, SignalsCloseAfterForcedCloseAll) { in TEST() argument
|
| D | httpserver.h | 37 class HttpServer; variable
|
| D | httpserver.cc | 45 HttpServer::HttpServer() : next_connection_id_(1), closing_(false) { in HttpServer() function in talk_base::HttpServer
|
| /external/chromium_org/third_party/webrtc/base/ |
| D | httpserver_unittest.cc | 75 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
|
| D | httpserver.h | 20 class HttpServer; variable
|
| D | httpserver.cc | 28 HttpServer::HttpServer() : next_connection_id_(1), closing_(false) { in HttpServer() function in rtc::HttpServer
|
| /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/ |
| D | JsonpRequestBuilderTest.java | 104 private static class HttpServer extends Thread { class in JsonpRequestBuilderTest 145 private HttpServer(long waitMillis, String response) throws IOException { in HttpServer() method in JsonpRequestBuilderTest.HttpServer
|
| /external/chromium_org/content/browser/devtools/ |
| D | devtools_browser_target.h | 25 class HttpServer; variable
|
| /external/chromium_org/net/server/ |
| D | http_connection.h | 16 class HttpServer; variable
|
| D | http_server.cc | 24 HttpServer::HttpServer(const StreamListenSocketFactory& factory, in HttpServer() function in net::HttpServer
|
| /external/chromium_org/chrome/test/chromedriver/server/ |
| D | chromedriver_server.cc | 46 class HttpServer : public net::HttpServer::Delegate { class 48 explicit HttpServer(const HttpRequestHandlerFunc& handle_request_func) in HttpServer() function in __anon432813fe0111::HttpServer
|