OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResponseForPath
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome_frame/test/
test_server.h
191
class
ResponseForPath
: public Response {
193
explicit
ResponseForPath
(const char* request_path)
197
virtual ~
ResponseForPath
();
211
DISALLOW_COPY_AND_ASSIGN(
ResponseForPath
);
217
class SimpleResponse : public
ResponseForPath
{
220
:
ResponseForPath
(request_path), contents_(contents) {
244
class FileResponse : public
ResponseForPath
{
247
:
ResponseForPath
(request_path), file_path_(file_path) {
264
class RedirectResponse : public
ResponseForPath
{
267
:
ResponseForPath
(request_path), redirect_url_(redirect_url)
[
all
...]
test_server.cc
81
ResponseForPath
::~
ResponseForPath
() {
test_with_web_server.cc
[
all
...]
Completed in 103 milliseconds