HomeSort by relevance Sort by last modified time
    Searched refs:http_code (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_request.cc 97 int http_code = fetcher_->GetResponseCode(); local
102 if (http_code == net::HTTP_OK) {
110 NOTIMPLEMENTED() << "HTTP code: " << http_code;
111 delegate_->OnFetchError("dummy", -1, http_code); // After this object can
  /external/chromium_org/chrome/browser/local_discovery/
privet_http.h 152 const PrivetLocalPrintOperation* print_operation, int http_code) = 0;
privet_http_unittest.cc 431 const PrivetLocalPrintOperation* print_operation, int http_code) {
432 OnPrivetPrintingErrorInternal(http_code);
435 MOCK_METHOD1(OnPrivetPrintingErrorInternal, void(int http_code));
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 71 http_code: a string with the HTTP status code (e.g., '200 - OK')
96 (http_code, headers, body) = fn(m.groups(), req_vars)
97 return output_filter(http_code, headers, body)
112 def AjaxOutputFilter(http_code, headers, body):
116 return http_code, headers + extra_headers, serialized_content
743 (http_code, headers, body) = UriHandler.Handle(method, path, req_vars)
744 start_response(http_code, headers)
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h 104 int http_code) OVERRIDE;
print_preview_handler.cc     [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync_test.py 452 http_code, raw_respon = testserver.HandleSetTransientError()
453 self.assertEqual(http_code, 200)

Completed in 202 milliseconds