HomeSort by relevance Sort by last modified time
    Searched defs:SimpleResponse (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/test/
test_server.cc 84 SimpleResponse::~SimpleResponse() {
test_server.h 23 // test_server::SimpleResponse document("/foo", "Hello World!");
217 class SimpleResponse : public ResponseForPath {
219 SimpleResponse(const char* request_path, const std::string& contents)
223 virtual ~SimpleResponse();
237 DISALLOW_COPY_AND_ASSIGN(SimpleResponse);
324 class QuitResponse : public SimpleResponse {
327 : SimpleResponse("/quit", "So long and thanks for all the fish.") {
331 SimpleResponse::WriteContents(socket);

Completed in 30 milliseconds