HomeSort by relevance Sort by last modified time
    Searched refs:http_response (Results 26 - 35 of 35) sorted by null

12

  /external/chromium_org/chrome/browser/extensions/
isolated_app_browsertest.cc 25 #include "net/test/embedded_test_server/http_response.h"
48 scoped_ptr<net::test_server::BasicHttpResponse> http_response(
50 http_response->set_code(net::HTTP_OK);
94 http_response->AddCustomHeader("Set-Cookie", cookies_to_set[i]);
97 return http_response.PassAs<net::test_server::HttpResponse>();
  /external/chromium_org/content/browser/service_worker/
service_worker_browsertest.cc 34 #include "net/test/embedded_test_server/http_response.h"
180 scoped_ptr<net::test_server::BasicHttpResponse> http_response(
182 http_response->set_content_type("text/javascript");
183 return http_response.PassAs<net::test_server::HttpResponse>();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 126 #include "net/test/embedded_test_server/http_response.h"
313 http_response(new net::test_server::BasicHttpResponse);
314 http_response->set_code(net::HTTP_OK);
315 http_response->set_content(content);
316 http_response->set_content_type("text/xml");
317 return http_response.PassAs<net::test_server::HttpResponse>();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 567 ("http_response", "return response")],
569 ("http_response", "return response")],
579 (handlers[0], "http_response"), (handlers[1], "http_response")]
874 newr = h.http_response(req, r)
878 newr = h.http_response(req, r)
882 newr = h.http_response(req, r)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 567 ("http_response", "return response")],
569 ("http_response", "return response")],
579 (handlers[0], "http_response"), (handlers[1], "http_response")]
874 newr = h.http_response(req, r)
878 newr = h.http_response(req, r)
882 newr = h.http_response(req, r)
    [all...]
  /external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc 40 #include "net/test/embedded_test_server/http_response.h"
485 scoped_ptr<net::test_server::BasicHttpResponse> http_response(
487 http_response->set_code(net::HTTP_MOVED_PERMANENTLY);
488 http_response->AddCustomHeader("Location", redirect_target.spec());
489 return http_response.PassAs<net::test_server::HttpResponse>();
    [all...]
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine_unittest.cc 42 void CreateAndTestRequest(bool success, const std::string& http_response);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 516 def http_response(self, request, response): member in class:HTTPErrorProcessor
527 https_response = http_response
1237 def http_response(self, request, response): member in class:HTTPCookieProcessor
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 516 def http_response(self, request, response): member in class:HTTPErrorProcessor
527 https_response = http_response
1237 def http_response(self, request, response): member in class:HTTPCookieProcessor
    [all...]
  /external/chromium_org/google_apis/drive/
drive_api_requests_unittest.cc 22 #include "net/test/embedded_test_server/http_response.h"
165 scoped_ptr<net::test_server::BasicHttpResponse> http_response(
167 http_response->set_code(net::HTTP_NO_CONTENT);
168 return http_response.PassAs<net::test_server::HttpResponse>();
    [all...]

Completed in 3579 milliseconds

12