Searched refs:accept_headers (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/nacl/
H A Dpnacl_header_test.cc37 std::string accept_headers; local
38 if (headers.GetHeader("Accept", &accept_headers)) {
39 if (accept_headers.find("application/x-pnacl") != std::string::npos)
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate.cc244 std::string accept_headers; local
245 if (headers.GetHeader("Accept", &accept_headers)) {
246 if (accept_headers.find("application/x-pnacl") != std::string::npos &&
/external/chromium_org/chrome/service/cloud_print/
H A Dprinter_job_handler.cc367 std::string accept_headers = "Accept: "; local
368 accept_headers += print_system_->GetSupportedMimeTypes();
371 accept_headers);

Completed in 486 milliseconds