HomeSort by relevance Sort by last modified time
    Searched defs:SetResponse (Results 1 - 4 of 4) 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 66 void SetResponse(const GURL& url,
154 void URLRequestPrepackagedInterceptor::SetResponse(
160 base::Bind(&Delegate::SetResponse,
171 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/content/browser/loader/
resource_dispatcher_host_unittest.cc 639 void SetResponse(const std::string& headers, const std::string& data) {
644 void SetResponse(const std::string& headers) {
645 SetResponse(headers, std::string());
    [all...]

Completed in 384 milliseconds