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!");
216 class SimpleResponse : public ResponseForPath {
218 SimpleResponse(const char* request_path, const std::string& contents)
222 virtual ~SimpleResponse();
236 DISALLOW_COPY_AND_ASSIGN(SimpleResponse);
323 class QuitResponse : public SimpleResponse {
326 : SimpleResponse("/quit", "So long and thanks for all the fish.") {
330 SimpleResponse::WriteContents(socket);

Completed in 174 milliseconds