Searched refs:byte_range_lower_bound_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc38 : byte_range_lower_bound_(0), plugin_stream_(plugin_stream) {}
46 response, &byte_range_lower_bound_, &byte_range_upper_bound,
58 int64 data_offset = byte_range_lower_bound_;
59 byte_range_lower_bound_ += data_length;
66 int64 byte_range_lower_bound_; member in class:content::__anon8306::MultiPartResponseClient
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc100 : byte_range_lower_bound_(0), resource_client_(resource_client) {}
114 &byte_range_lower_bound_,
130 data, data_length, byte_range_lower_bound_);
131 byte_range_lower_bound_ += data_length;
139 int64 byte_range_lower_bound_; member in class:content::__anon8509::MultiPartResponseClient

Completed in 52 milliseconds