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.cc44 : byte_range_lower_bound_(0), plugin_stream_(plugin_stream) {}
52 &byte_range_lower_bound_,
65 int64 data_offset = byte_range_lower_bound_;
66 byte_range_lower_bound_ += data_length;
73 int64 byte_range_lower_bound_; member in class:content::__anon7506::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;
141 int64 byte_range_lower_bound_; member in class:content::__anon7777::MultiPartResponseClient

Completed in 156 milliseconds