HomeSort by relevance Sort by last modified time
    Searched defs:kPositionNotSpecified (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/http/
http_byte_range.cc 11 const int64 kPositionNotSpecified = -1;
18 : first_byte_position_(kPositionNotSpecified),
19 last_byte_position_(kPositionNotSpecified),
20 suffix_length_(kPositionNotSpecified),
25 return suffix_length_ != kPositionNotSpecified;
29 return first_byte_position_ != kPositionNotSpecified;
33 return last_byte_position_ != kPositionNotSpecified;
40 (last_byte_position_ == kPositionNotSpecified ||
  /external/chromium_org/net/http/
http_byte_range.cc 11 const int64 kPositionNotSpecified = -1;
18 : first_byte_position_(kPositionNotSpecified),
19 last_byte_position_(kPositionNotSpecified),
20 suffix_length_(kPositionNotSpecified),
25 return suffix_length_ != kPositionNotSpecified;
29 return first_byte_position_ != kPositionNotSpecified;
33 return last_byte_position_ != kPositionNotSpecified;
40 (last_byte_position_ == kPositionNotSpecified ||
  /external/chromium/webkit/glue/media/
buffered_resource_loader.h 25 const int64 kPositionNotSpecified = -1;
52 // |kPositionNotSpecified| for not specified.
54 // |kPositionNotSpecified| for not specified.
94 // |kPositionNotSpecified| if such value is not available.
98 // started. If this value is |kPositionNotSpecified|, then content length is
103 // |kPositionNotSpecified|, then the size is unknown.
191 // than |kPositionNotSpecified| are not allowed for |first_byte_position| and
193 // equal to |last_byte_position| if they are both not |kPositionNotSpecified|.
  /external/chromium_org/content/renderer/media/
buffered_resource_loader.h 29 const int64 kPositionNotSpecified = -1;
82 // |kPositionNotSpecified| for not specified.
84 // |kPositionNotSpecified| for not specified.
130 // started. If this value is |kPositionNotSpecified|, then content length is
135 // |kPositionNotSpecified|, then the size is unknown.
198 // |*instance_size| may be set to kPositionNotSpecified if the range ends in
241 // than |kPositionNotSpecified| are not allowed for |first_byte_position| and
243 // equal to |last_byte_position| if they are both not |kPositionNotSpecified|.

Completed in 758 milliseconds