IsPostMethod      182 cloud_print/gcp20/prototype/privet_http_server.cc   DCHECK(!IsGetMethod(request) || !IsPostMethod(request));
IsPostMethod      184 cloud_print/gcp20/prototype/privet_http_server.cc   if (!IsGetMethod(request) && !IsPostMethod(request)) {
IsPostMethod      193 cloud_print/gcp20/prototype/privet_http_server.cc       (IsPostMethod(request) && method != "POST")) {