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

  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc 149 HttpResponse http_response; local
151 tx, &rx, &http_response
154 ScopedServerStatusWatcher server_status_watcher(scm, &http_response);
156 LOG(WARNING) << "Error posting from syncer:" << http_response;
160 std::string new_token = http_response.update_client_auth_header;
174 http_response.server_status = HttpResponse::SYNC_AUTH_ERROR;
  /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...]

Completed in 164 milliseconds