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