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

  /external/chromium/chrome/browser/extensions/
autoupdate_interceptor.cc 71 void AutoUpdateInterceptor::SetResponse(const std::string url,
89 NewRunnableMethod(this, &AutoUpdateInterceptor::SetResponse, url, path));
  /external/chromium_org/content/test/net/
url_request_prepackaged_interceptor.cc 61 void SetResponse(const GURL& url,
149 void URLRequestPrepackagedInterceptor::SetResponse(
155 base::Bind(&Delegate::SetResponse,
166 base::Bind(&Delegate::SetResponse,
  /external/smack/src/org/xbill/DNS/
SetResponse.java 15 public class SetResponse {
58 private static final SetResponse unknown = new SetResponse(UNKNOWN);
59 private static final SetResponse nxdomain = new SetResponse(NXDOMAIN);
60 private static final SetResponse nxrrset = new SetResponse(NXRRSET);
66 SetResponse() {}
68 SetResponse(int type, RRset rrset) {
75 SetResponse(int type)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_http_test.cc 181 void SetResponse(int status_code, const char* headers);
183 // expected by SetResponse are not expected here.
275 void MountHttpNodeTest::SetResponse(int status_code, const char* headers) {
352 SetResponse(200, "");
382 SetResponse(200, "Content-Length: 42\n");
396 SetResponse(200, "");
406 SetResponse(200, "");
427 SetResponse(200, "Content-Length: 42\n");
439 SetResponse(200, "Content-Length: 42\n");
462 SetResponse(200, "")
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_unittest.cc 632 void SetResponse(const std::string& headers, const std::string& data) {
637 void SetResponse(const std::string& headers) {
638 SetResponse(headers, std::string());
    [all...]

Completed in 109 milliseconds