Searched refs:accept_headers (Results 1 – 3 of 3) sorted by relevance
37 std::string accept_headers; in RequestBeginning() local38 if (headers.GetHeader("Accept", &accept_headers)) { in RequestBeginning()39 if (accept_headers.find("application/x-pnacl") != std::string::npos) in RequestBeginning()
244 std::string accept_headers; in AppendComponentUpdaterThrottles() local245 if (headers.GetHeader("Accept", &accept_headers)) { in AppendComponentUpdaterThrottles()246 if (accept_headers.find("application/x-pnacl") != std::string::npos && in AppendComponentUpdaterThrottles()
367 std::string accept_headers = "Accept: "; in HandlePrintTicketResponse() local368 accept_headers += print_system_->GetSupportedMimeTypes(); in HandlePrintTicketResponse()371 accept_headers); in HandlePrintTicketResponse()