Searched refs:StringHttpRequest (Results 1 - 1 of 1) sorted by relevance

/external/v8/samples/
H A Dprocess.cc549 class StringHttpRequest : public HttpRequest { class in inherits:HttpRequest
551 StringHttpRequest(const string& path,
567 StringHttpRequest::StringHttpRequest(const string& path, function in class:StringHttpRequest
619 StringHttpRequest kSampleRequests[kSampleSize] = {
620 StringHttpRequest("/process.cc", "localhost", "google.com", "firefox"),
621 StringHttpRequest("/", "localhost", "google.net", "firefox"),
622 StringHttpRequest("/", "localhost", "google.org", "safari"),
623 StringHttpRequest("/", "localhost", "yahoo.com", "ie"),
624 StringHttpRequest("/", "localhos
[all...]

Completed in 45 milliseconds