Searched defs:HttpByteRange (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_byte_range.cc17 HttpByteRange::HttpByteRange() function in class:net::HttpByteRange
24 bool HttpByteRange::IsSuffixByteRange() const {
28 bool HttpByteRange::HasFirstBytePosition() const {
32 bool HttpByteRange::HasLastBytePosition() const {
36 bool HttpByteRange::IsValid() const {
44 bool HttpByteRange::ComputeBounds(int64 size) {
H A Dhttp_byte_range.h16 class HttpByteRange { class in namespace:net
18 HttpByteRange();

Completed in 47 milliseconds