Home | History | Annotate | Download | only in child

Lines Matching refs:HTTPVersion

824   WebURLResponse::HTTPVersion version = WebURLResponse::Unknown;
825 if (headers->GetHttpVersion() == net::HttpVersion(0, 9))
827 else if (headers->GetHttpVersion() == net::HttpVersion(1, 0))
829 else if (headers->GetHttpVersion() == net::HttpVersion(1, 1))