Home | History | Annotate | Download | only in url_request

Lines Matching refs:Filter

15 #include "net/base/filter.h"
128 std::vector<Filter::FilterType>* encoding_types) {
139 // Called to setup stream filter for this request. An example of filter is
262 // Informs the filter that data has been read into its buffer
298 // Size of filter input buffers used by this class.
302 // for the filter. Returns true if raw data was read. Returns false if
315 // Called to query whether there is data available in the filter to be read
330 // The data stream filter which is enabled on demand.
331 scoped_ptr<Filter> filter_;
333 // If the filter filled its output buffer, then there is a change that it
337 // When we filter data, we receive data into the filter buffers. After
370 // to filter to process. Used to histogram compression ratios, and error