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

/external/chromium/webkit/glue/media/
H A Dbuffered_resource_loader_unittest.cc78 void Initialize(const char* url, int first_position, int last_position) { argument
80 first_position_ = first_position;
132 void PartialResponse(int64 first_position, int64 last_position, argument
134 PartialResponse(first_position, last_position, instance_size, false, true);
137 void PartialResponse(int64 first_position, int64 last_position, argument
145 first_position,
155 content_length = last_position - first_position + 1;

Completed in 70 milliseconds